DilbertPCer
Programmer
Hi
I need to connect the Powerbuilder development environment ( 7.03 ) to an MS Access97 DB and tables.
What I have:- An ODBC connection ( which connects! )
However; I get the message 'Catalog tables could not be created and are not available for use'. This is reflected
in the fact that I can look at the Access table names; however clicking into one of them for the data gets the message:- 'Table "Itemstatus" has no columns possible invalid table format'.
The Access db resides on a Network server; to which I have supplied a network drive connection. ( I have to supply the drive,path and db name when I connect ).
My odbc profile looks like this:-
// Profile PubAccessDB
SQLCA.DBMS = "ODBC"
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=MS Access 97 Database;UID=administrator;PWD=',ConnectOption='SQL_OPT_TRACEFILE,C:\Program Files\Sybase703\SQL.LOG'"
My questions would be How can I look at the data in the Access tables via this type of connection? Or, Do I have to go about connecting to the Access tables in a different manner?
I need to connect the Powerbuilder development environment ( 7.03 ) to an MS Access97 DB and tables.
What I have:- An ODBC connection ( which connects! )
However; I get the message 'Catalog tables could not be created and are not available for use'. This is reflected
in the fact that I can look at the Access table names; however clicking into one of them for the data gets the message:- 'Table "Itemstatus" has no columns possible invalid table format'.
The Access db resides on a Network server; to which I have supplied a network drive connection. ( I have to supply the drive,path and db name when I connect ).
My odbc profile looks like this:-
// Profile PubAccessDB
SQLCA.DBMS = "ODBC"
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=MS Access 97 Database;UID=administrator;PWD=',ConnectOption='SQL_OPT_TRACEFILE,C:\Program Files\Sybase703\SQL.LOG'"
My questions would be How can I look at the data in the Access tables via this type of connection? Or, Do I have to go about connecting to the Access tables in a different manner?