Naamoy idea ana? Unsaon pagbalhin ang data sud sa txtfile padung didto sa table(database).
Naamoy idea ana? Unsaon pagbalhin ang data sud sa txtfile padung didto sa table(database).
gamitan nimo di ai nimo ug filesystemobject object, to open and access the file, then put it on the database?
the only close relation to that is CSV, Comma Separated Values.
Is only an ordinary text file, with data separated by commas, delimited by quotes for each data. Next line is the new record.
If you have a program that reads CSV, then you have no problem importing it into the designated Table(database).
Last edited by dodie; 09-28-2009 at 04:35 PM.
VB 6 ako gigamit
pwede kaayo na, just use follow the tutorial here to get the contents of the Text Files Into a Recordset then from the recordset to your database table assuming nga gamit ka ug ADO
I sugges do it using CSV file format, mas dali pa ma insert ang data to the db, just millisecond for how thousands of records![]()
Similar Threads |
|