storing data from a .txt file into SQL database
-
i have an text file with some data. i want load the text file in mu sql server 2005 database by using vb.net. can any one plzz help me... Regards, S.Inayat Basha.
-
i have an text file with some data. i want load the text file in mu sql server 2005 database by using vb.net. can any one plzz help me... Regards, S.Inayat Basha.
-
i have an text file with some data. i want load the text file in mu sql server 2005 database by using vb.net. can any one plzz help me... Regards, S.Inayat Basha.
-
i have an text file with some data. i want load the text file in mu sql server 2005 database by using vb.net. can any one plzz help me... Regards, S.Inayat Basha.
If the text file is already in proper format, use this:
load data local infile "my_data.txt" into table my_table;
-
Open the file, read text from it and store it into database. Do you want us to develop it for you?
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
can u plz send me the code for it....
-
can u plz send me the code for it....