English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i used adodb.connection and adodb.recordset for accessing the database (MS ACCESS) using vb and i use sql to find these records, im quite confused in making the transactions (save, add, edit, delete). before, i used the ado control to make a simple system, however the method of transactions here doesnt apply to the one im doing now, can anyone help me? ^_^

2007-01-29 19:28:51 · 3 answers · asked by 3nl70b1 1 in Computers & Internet Programming & Design

it says "current recordset does not support updating. This may be a limitation of the provider, or of the selected locktype"

2007-01-29 19:51:21 · update #1

3 answers

Don't update the recordset....write a query that directly updates the table.

With your connection already open, just write a SQL statement like:

UPDATE PriceTable
SET Price = 6.00
WHERE Item = "Bananas"

2007-01-30 02:16:50 · answer #1 · answered by rod 6 · 0 0

To add to a table use the ADD command
To update records in the database, use the UPDATE command

2007-01-29 19:33:07 · answer #2 · answered by Anonymous · 0 0

hi you may save the path of the photos in mdb and all pictures in folder and restoration the image by using make link between the folder call/photograph call and the call of the document in mdb . i'm hoping help u

2016-11-23 13:36:10 · answer #3 · answered by ? 4 · 0 0

fedest.com, questions and answers