How can i use OpenSchema?

  • Thread starter Thread starter realjacky
  • Start date Start date
R

realjacky

i would like to find the primary key of a table and i write it, but it
doesnt work

String *aaa[] = {String::Empty,String::Empty,tablename};

rs =
connection->OpenSchema(ADODB::SchemaEnum::adSchemaPrimaryKeys,aaa,String::Empty);

Is there any problems?

thanks
 
it said that argument is of wrong type , are out of the acceptable
range or are in conflict with another object
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top