SQLColumns

Just starting out? Need help? Post your questions and find answers here.
mcsalsa
User
User
Posts: 17
Joined: Thu Sep 28, 2006 1:20 pm

SQLColumns

Post by mcsalsa »

Dear all,

I need to know all the properties of the columns from a table in an access table. I used the example in the topic: http://www.purebasic.fr/english/viewtopic.php?t=14174

to get the tables from a database.

But I need to use the SQLColumns to get the properties of all the columns, but I can not run it from PureBasic, does anyone has any example on how to do it?

Regards,
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

I don't see any examples of that in the tutorials listed in the HELP file. Are you using a registered version of PB? :?:

Also do you know the SQL string you would use? You can poke a lot of info in and out with DataBaseUpdate()
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
mcsalsa
User
User
Posts: 17
Joined: Thu Sep 28, 2006 1:20 pm

SQLColumns

Post by mcsalsa »

Yes, I'm using a registered version of PB.

SQLColumns_ is from the ODBC.DLL
Post Reply