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

i'm getting this error when i try to update my records... what does it mean and how could i solve this problem? please help.... (-;

2007-03-13 00:31:49 · 2 answers · asked by maylen_qyutee 1 in Computers & Internet Programming & Design

it's on ms access....

2007-03-13 00:42:47 · update #1

sorry i don't know how to reply,
i do have set primary keys on table, i'm using adodc and set its recordsource to an sql statement, the adodc was connected to a query.... is that helpful? please help

2007-03-13 00:51:59 · update #2

2 answers

what r u working with? sql server? ms access ?

2007-03-13 00:39:41 · answer #1 · answered by abd 5 · 0 0

Do you have a primary key set on the table?
Design View, have a field for primary key (ex. employeeID). Either use a unique number or use the data type Autonumber and New Values to Auto Increment.
Select Edit > Primary Key.

And, does the table you're updating have data in it?

(MSaccess 1 questions done :))

Have you set any Rs cursors?
rs.CursorLocation = adUseClient
rs.LockType = adLockBatchOptimistic

2007-03-13 00:48:59 · answer #2 · answered by strayinma 4 · 0 0

fedest.com, questions and answers