Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

records

Select Unique records based on specified fields or column from DataTable
Monday, 19 December 2011 02:18
This will help you only when you have to filter distinct records based on specified fields.
e.g. I have a table called UserDetail which contains the following fields:

UserID | Name | Mobile | Email | City | State

Now I want to only display distinct records with Name, City and State, then you can use:

string[] TobeDistinct = {"Name","City","State"};
DataTable dtDistinct = GetDistinctRecords(DTwithDuplicate, TobeDistinct);

//Following function will return Distinct records for Name, City and State column.
public static DataTable GetDistinctRecords(DataTable dt, string[] Columns)
{
DataTable dtUniqRecords = new DataTable();
dtUniqRecords = dt.DefaultView.ToTable(true, Columns);
return dtUniqRecords;
}

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/b62ajuXbh28/14235

 
What Was Governor Mike Huckabee Hiding on Those Hard Drives He Destroyed? [Politics]
Monday, 04 April 2011 20:20
Mother Jones, the politically-leaning magazine dedicated to social causes, recently tried to request public records related to Mike Huckabee's term as Arkansas governor in the earlier part of last decade. Turns out, there were no records. Why? Huckabee destroyed his hard drives. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/E_1i1W89C0Y/what-was-mike-huckabee-hiding-on-those-hard-drives-he-destroyed

 
Department of Justice Subpoenas Twitter Records of WikiLeaks Volunteers [Wikileaks]
Saturday, 08 January 2011 05:04
The Department of Justice has subpoenaed many people's Twitter accounts who were associated with WikiLeaks. The subpoena states that there is "reasonable ground to believe that the records or other information sought are relevant and material to an ongoing criminal investigation." More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/JyTdxSjSU5o/department-of-justice-subpoenas-twitter-records-of-wikileaks-volunteers

 
Records Master 7.94
Friday, 03 September 2010 07:00
About Records Master
A secure file manager that allows you to collect important records (such as bank statements, credit card statements, investment records, bills, or receipts) or PDFs in a database and allow for:

- easy addition of new files (importing),
- organization of files in hierarchical folders,
- optional organization of files by date,
- easy access to existing files (browsing, finding, smart folders exporting, printing)
- the ability to associate notes with files or folders,
- the ability to associate attributes with files (e.g., cost) and produce reports based on those attributes, reminders to download or scan in recurring records such as financial statements, (including an integrated website password manager with advanced features to make it easy for you to go to websites to download the records),
- Many more features.

Read more: http://www.apple.com/downloads/macosx/business_finance/recordsmaster.html

 
Amadeus Pro 1.5.2
Thursday, 02 September 2010 07:00
About Amadeus Pro
Lets you use your Macintosh computer for any audio-related task, such as live audio recording, digitizing tapes and records, converting between a variety of sound formats, editing a podcast, etc.

Thanks to its outstanding direct-to-disk abilities and waveform caching, edits on arbitrarily large sounds (even beyond the usual 2GB limit) are performed at lightning speed. The handling of large sounds is furthermore facilitated by the extensive support of markers. Its advanced sound repairing and denoising abilities make Amadeus Pro particularly suitable for transferring vinyl records on CD.

Read more: http://www.apple.com/downloads/macosx/audio/amadeuspro.html

 


Taxonomy by Zaragoza Online