Click here to Skip to main content
15,891,895 members

Comments by taher ahmed choudhury (Top 30 by date)

taher ahmed choudhury 24-Apr-12 0:51am View    
i have many text files only the name of the text file is there in msaccess database i have to access each and every file name from the database and so as to print all the data from text file to that crystal report so please help
taher ahmed choudhury 11-Mar-12 0:13am View    
after putting these code in vb.net it is not showing any csv file in thatt folder
Dim directoryPath As String = Application.StartupPath + "\Input\"
Dim dir As New DirectoryInfo(directoryPath)
Dim files As FileInfo() = dir.GetFiles("*.csv", SearchOption.AllDirectories)

' However you want to process the CSV file
For Each file As FileInfo In files
Next

plz help these are my code
taher ahmed choudhury 11-Jan-12 0:54am View    
i want to find it in table of databse by reading text file
taher ahmed choudhury 7-Jan-12 7:30am View    
no i am loading in the database successful but the colum which is autogenerated is starting with the last index once after deleting all the columns of the tables through code
taher ahmed choudhury 4-Jan-12 6:09am View    
i need the code for reading multiple text file from input folder of application path and read it and split and updating it to to database. so please send me the code for that. thanks in advance to all the expert programmer