Dear csamuels:
Thanks for your reply.
The problem about your question is... there is no "especific code".
But I will try to explain better about the full error message (and sorry about this basic explanation):
I always use Dreamweaver; in "database panel", the program access my database stored in web server through one or more connections, using DSN (defined in server) or not (just with ODBC or OLEDB drivers).
i.é:
Connection with DSN: using the data source name + password stored in server or
Connection without DSN, using ODBC or OLEDB:
"Driver={Microsoft Access Driver (*.mdb)}; DBQ=database server path"
or
"Provider=Microsoft.Jet.OLEDB.4.0; Data Source=database server path"
The real problem:
When I do one of this connections and press "test", the system reply "connection was made successfully". But, when I try to see the tables contents in data base for write some SQL, the system reply: "Error calling GetTables. As unidentifed error has occurrred". More: in the same "data base panel" the tables in stored data base appears... None!(?).
As I told, the "interesting" one in this problem is that this occurs only in some sites and in others ones not, but all hosted in the same web server.
Best regards!