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