Forum: C# May 12th, 2008 |
| Replies: 2 Views: 598 hi ramy i have 2 csv file and i want that i have to read a no from one file then search that same no from the second file and copy the whole record to a new file and then delete that no's of record... |
Forum: C# May 9th, 2008 |
| Replies: 2 Views: 598 Hi friends can any body tell me how can i move a whole statement matching with the search string to a new file in C# any help is appreciated please... |
Forum: C# Apr 11th, 2008 |
| Replies: 9 Views: 9,228 he jerry your email address is not working i tried to send my project but its not working by the way i have created new code which is working fine and its up and running it can import about 20000... |
Forum: C# Apr 11th, 2008 |
| Replies: 9 Views: 9,228 hi jerry shaw i have tried your code but it does not give any output and my machine also gets hanged.. |
Forum: C# Apr 10th, 2008 |
| Replies: 9 Views: 9,228 hi jerry i have read your code but i did not understand it how to implement it can you send my couple of code please i have tried it in this manner:
string filepath = @"C:\Documents and... |
Forum: C# Apr 9th, 2008 |
| Replies: 9 Views: 9,228 Hi friends i want to read a csv file and then store it in sql server 2005 table , know how to read a file but i don't know how do i write it in the table. plz help me |
Forum: C# Apr 5th, 2008 |
| Replies: 3 Views: 2,585 hi ramy i have written the code like this have a look at it:
StreamReader sr = new StreamReader(@"C:\Documents and Settings\jitendra\Desktop\Copy of ric_mar.csv");
StreamWriter... |
Forum: C# Apr 4th, 2008 |
| Replies: 3 Views: 2,585 hey friends i am reading a csv file and i have to read a specifice coloumn form the file and that coloumn contains date and i have to read the date first and then keep a validation that if the dates... |
Forum: C# Apr 2nd, 2008 |
| Replies: 3 Views: 2,099 hey Rammy i have tried list and my code worked i am experiencing a problem with stream writer it is not reading the whole records of the file my original file contains 361 recors including header... |
Forum: C# Apr 1st, 2008 |
| Replies: 3 Views: 2,099 hi experts i have a csv file which look like this
country,date,code,time
mexico,3/13/2008,92,00:00:00
mexico2,3/13/2008,5214,00:00:00
mexico2,3/13/2008,5214,00:00:00
i am reading the file... |
Forum: C# Mar 31st, 2008 |
| Replies: 5 Views: 1,451 hi Jerry shaw thanks for the help my code worked but there is one problem that on searching that complete digits from one file i have to match that digit from another file and on matching the code i... |
Forum: C# Mar 29th, 2008 |
| Replies: 5 Views: 1,451 hi friends i have created a code which searches for the particular word from two different files and creates a new file with the records in it but i am not able to search digits from the string the... |
Forum: C# Mar 28th, 2008 |
| Replies: 2 Views: 13,358 hey you can try this code in C#
double epoch = (DateTime.Now.ToUniversalTime().Ticks - 621355968000000000) / 10000000;
Console.WriteLine(epoch.ToString());
this will help to... |