Go Back   SitePoint Forums > Forum Index > Program Your Site > PHP
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old May 19, 2006, 06:29   #1
mrpostiga
SitePoint Enthusiast
 
Join Date: May 2006
Location: Portugal
Posts: 54
Question Database in ODBC to MySql and 2 errors

who know how to convert a database in ODBC to a dabase in MySQL?

Another situation is 2 errors.

odbc_exec(): SQL error: [Liant][Relativity][CRDM]No such table or object., SQL state S0002 in SQLExecDirec

SELECT pmrutl_instnome FROM pmrutl_Instalacao , Tabela não acessível na base de dados: name.rcg

I use ODBC and PHP in IIS 6.0
mrpostiga is offline   Reply With Quote
Old May 19, 2006, 08:44   #2
briansol
SitePoint Guru
 
Join Date: Aug 2003
Location: CT
Posts: 651
ODBC is not a DBMS. you can't convert a protocol to a piece of software.

As for your table object, it can't find your table. be sure you are in the right database, have proper permissions, and include .dbo if need be if you plan to use long style table pointers.

For the select error, I can't read (Spanish?) so i have no idea.
briansol is offline   Reply With Quote
Old May 24, 2006, 05:53   #3
mrpostiga
SitePoint Enthusiast
 
Join Date: May 2006
Location: Portugal
Posts: 54
the problem in my sql select error is an internal error in database!

thx for help me!
mrpostiga is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
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
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 12:50.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved