L
leelee
Hi,
I am writing a perl script to retrieve some information from an access
database. But i do not know the schema of the db. When i open it using ms
access, the options are all greyed out, so i cant do anything there. This db
is maintained by the software of a machine, so i think thats why there is no
options available for me. I tried using "select name from sysobjects where
type = 'U'" but that doesnt work. "show tables;" brings up an error about how
the querries are suppose to start with "select, insert,", etc. I am
connecting to the db using DBD::ODBC. How can i learn more about the db so i
can do what it is that i have to do with my perl script?
Thanks.
I am writing a perl script to retrieve some information from an access
database. But i do not know the schema of the db. When i open it using ms
access, the options are all greyed out, so i cant do anything there. This db
is maintained by the software of a machine, so i think thats why there is no
options available for me. I tried using "select name from sysobjects where
type = 'U'" but that doesnt work. "show tables;" brings up an error about how
the querries are suppose to start with "select, insert,", etc. I am
connecting to the db using DBD::ODBC. How can i learn more about the db so i
can do what it is that i have to do with my perl script?
Thanks.