Results 1 to 3 of 3

Thread: About AccessDB

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Location
    ENGLAND
    Posts
    38

    About AccessDB

    Dear All
    Please if any one can show me or can browse to the link
    which is connection string to ACCESSDB and
    deleting,updating and adding new records to the AccessDB
    Many Thanks in advance
    salih
    sa

  2. #2

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Editing :

    Open the connection , set your UPDATE sqlstring ,declare a OLEcommand like so :

    Dim MyCommand As New OleDbCommand(sqlstr, MyConnection)

    finally , execute the command like so :

    MyCommand.ExecuteNonQuery

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