Originally posted by: Michael B. Pliam
This code is really beautiful. Thanks so much for making it available.
I wonder if it is possible to get a list of the data tables in a ODBC database so that a user could construct an SQL statement like 'SELECT *from tablename' at runtime ?
ReplyOriginally posted by: Dan Ramage
I'm porting stuff over to ODBC and within 10 minutes of using your class I was talking to the DB and pulling info.
Thanks alot!
Originally posted by: James
Thanks, after I compiled it, link error:can't find "ODBCDynamic.lib".
Would you please send it to me?
Thanks a lot,
Best Wishes
James
Originally posted by: Pierre-Alexis Passelande
This set of classes is very effective. In 10 minutes I have my first SQL query running.
But I have trouble with big, complex ones.
I use an oracle DB, and I use (of course) SQL queries tested
and validated with my oracle software.
is there any limitation of the ExecuteSql Method?
If someone has an answer, i would be pleased!
Pierre-Alexis Passelande
Reply
Originally posted by: xiaolin
this example is excellent, often we have to develop program
to access the database when we don't know the schema of the database and table.
Reply