If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > error calling gettables:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-30-06, 12:51
Carlos Freire Carlos Freire is offline
Registered User
 
Join Date: Sep 2006
Posts: 2
Question Error calling GetTables

Hello everybody. My name is Carlos and my english is same my knowledges about databases: very, very bad... anticipated excuses !|

My problem: error calling GetTables.

I use Macromedia DreamweaverMX for MacOS, and set my webserver as my testing server (I don't have MacOS Server). I use the connections type ODBC or OLEDB, as much makes.

The "interesting" in this case is:

I have 4 sites in the same webserver. In two of them, I d'ont have any problem when reading tables in the data base. In the others, yes.

The support webserver say: the sites with a problem stay on host with Windows 2003 runnig IIS with SP1 server pack, and the others sites, without a SP1. According to support, the SP1 don't allow the access database consult, and not have a solution.

But... I don't believe in this. In the Macromedia (Adobe) site and in Microsoft Kwonledgebase doesn't refer about this.

Somebody has some idea?

Very thanks to all

Carlos Freire

Last edited by Carlos Freire; 09-30-06 at 13:54. Reason: Incomplete text
Reply With Quote
  #2 (permalink)  
Old 10-04-06, 17:05
csamuels csamuels is offline
Registered User
 
Join Date: Mar 2006
Location: south jersey, usa
Posts: 53
can you post the code and full error message?
__________________
"They say Moses split the Red Sea
I split the blunt and rolled the fat one, I'm deadly"
-- Tupac 'Blasphemy'
Reply With Quote
  #3 (permalink)  
Old 10-05-06, 14:51
Carlos Freire Carlos Freire is offline
Registered User
 
Join Date: Sep 2006
Posts: 2
Error calling GetTables

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!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On