|
-
Mar 9th, 2000, 11:04 PM
#1
Thread Starter
New Member
Hi
Having previously used Delphi !! to access Oracle DB's. I am trying to get my head round ADO etc.
I am just creating a basic data input form using the form wizard to access an Oracle 7.3.3 db.
When I try to add/delete or anything other than browse I receive an error message saying that there is "insufficient base table information to do the actions".
I must admit this has me puzzled as I can do this ok when trying the same thing on SQL Server db. The dataset is being opened as dynamic and lock optimistic.
Sorry but I found Delphi much easier to use iro Data access ?!
Any help appreciated.
GB
-
Mar 9th, 2000, 11:55 PM
#2
Guru
Does the table that you are working with have a key column, or are you selecting the key column when specifying your SQL statement?
-
Mar 13th, 2000, 02:03 AM
#3
Thread Starter
New Member
Clunietp
The table doesn't have a key column - it is a very basic 5 field table - just to test with.
-
Mar 13th, 2000, 09:41 AM
#4
Guru
That's your problem. With ADO, you MUST have a key column when you do your updates/deletes
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
|