ATL OLEDB Template Insert
-
I'm learning how to use the ATL templates to access a database. I can read from the table with no problems at all. :) Unfortunately I can't insert. :(( I read somewhere that an insert into an empty table can be trouble. :( Any suggestions.
-
I'm learning how to use the ATL templates to access a database. I can read from the table with no problems at all. :) Unfortunately I can't insert. :(( I read somewhere that an insert into an empty table can be trouble. :( Any suggestions.
What is the problem with the insert? Do you get errors or just empty records? Do you have the update property set?
-
What is the problem with the insert? Do you get errors or just empty records? Do you have the update property set?
I checked further today. The open statement fails when I have the insert, update or delete property set, but works when opened for reading. I am using the Oracle OleDB driver from Microsoft. I'm wondering if it is a Read-Only driver???? Brad