hihi, how do i write every record of a datatable to the database.
anyone got some example codes?
say i got Session("DataTable")
Dim dtTable as DataTable
dtTable = Session("DataTable")
' writing to db where every row = one record
Printable View
hihi, how do i write every record of a datatable to the database.
anyone got some example codes?
say i got Session("DataTable")
Dim dtTable as DataTable
dtTable = Session("DataTable")
' writing to db where every row = one record
Do you have a preference of using a DSN to specify the db, or a connection string. If connection string, are you planning on hard coding, or useing a .config file?