oledb and table with no key
-
Hi, I have on MS-SQL server table without any key. When I use query analyzer I sould select from this table. But when I try the same sql command in my visual c++ application with oledb than it returns error on CCommand::Open. Only creating primary key helps. Should I any way open the table without any key? Thanks, Alex.
-
Hi, I have on MS-SQL server table without any key. When I use query analyzer I sould select from this table. But when I try the same sql command in my visual c++ application with oledb than it returns error on CCommand::Open. Only creating primary key helps. Should I any way open the table without any key? Thanks, Alex.
Howdy, I'm afraid im not going to be much help, but i believe i may be experiencing the same problem. I have posted a question which may interest you to read: click If you make any progress I would appreciate it if you'd let me know the secrets ;) Cheers, Alex