Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PowerBuilder to access problem

Status
Not open for further replies.

ABMSoftware

Programmer
Apr 22, 2003
2
US
I get error message when trying to open the tables.
"Table xyz has no columns, possible invalid table format".

I have an access Database that was distributed with
an MDW file (workgroup).

I created an ODBC profile, connected from PowerBuilder
The PowerBuilder catalog tables were not created
automatically as expected. So I created them myself
I also, set PBNoCatalog=1 in pb.ini under that profile.

All did not resolve that message.
Ideas anyone?
Thanks,

Alon
 
The name of a table or a column is perhaps incorrect, check:
Not to start the name with a number.
No the column with a reserved name ("type","date",...).
To avoid spaces in names.
And others...



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top