|
-
Apr 10th, 2003, 02:39 AM
#1
Thread Starter
Member
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
-
Apr 10th, 2003, 10:23 AM
#2
Addicted Member
-
Apr 10th, 2003, 12:34 PM
#3
Sleep mode
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|