I'm using sqlTools to manipulate a mySql database.
Is there a way to:
1) query a column to tell me the type of cell it is (int, varchar, etc.)
2) query a table to find out how many columns are in it
On another project, I'm using sqlTools to manipulate an Access (MDB) file.
Some of the tables have relationships. Can I get the main table data with its related data in a single query?
thanks
Is there a way to:
1) query a column to tell me the type of cell it is (int, varchar, etc.)
2) query a table to find out how many columns are in it
On another project, I'm using sqlTools to manipulate an Access (MDB) file.
Some of the tables have relationships. Can I get the main table data with its related data in a single query?
thanks
Comment