Results 1 to 2 of 2

Thread: Writing a datatable to MS access mdb

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2005
    Posts
    106

    Writing a datatable to MS access mdb

    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

  2. #2
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: Writing a datatable to MS access mdb

    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width