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 > Database Server Software > MySQL > Remote view connection problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-09-08, 06:57
T.ALKATHIRI T.ALKATHIRI is offline
Registered User
 
Join Date: Apr 2008
Posts: 10
Remote view connection problem

Dear All;
I am using vfp9 in win xp professional sp2, Mysql 5.1, ODBC 3.51.23.
I have been trying to use remote view wizard to create the remote view, connection is success, the wizard show me all the tables in the mysql database, when I select one of the table, the system prompt me a message "Connectivity Error:[MySQL][ODBC 3.51 Driver][mysqld-5.1.23]Table 'user.table' deosn't exist",the connection works fine from inside the code (prg or form) and I select the records from the same table, which means the connection is correct and the tables in the database also OK.
This problem comes only with remote view
Please help.
Thanks to all
Reply With Quote
  #2 (permalink)  
Old 04-09-08, 08:41
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
so its a typo...
either you have mispellt the table(s)
or you have included extraneous characters (eg spaces)
or you haver a capitalisation problem
..as you state it works locally then I'd guess its going to be captialisation

MS MySQL is partially case independant, *nix is case dependant
Reply With Quote
  #3 (permalink)  
Old 04-09-08, 09:15
T.ALKATHIRI T.ALKATHIRI is offline
Registered User
 
Join Date: Apr 2008
Posts: 10
No it is not mistake, I see the table name in the add table dialog box but when I click on it gives me this problem
Thanks
Reply With Quote
  #4 (permalink)  
Old 04-09-08, 09:18
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
check the capitalisation

perhaps its a security permissions prblem?
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On