MySQL Forums
Forum List  »  Connector/ODBC

odbc driver
Posted by: Praveen dsouza
Date: November 20, 2020 05:02PM

is this the right code to connect the database..i have tried eveerything and nothing works.. i have the username and password correct and databse name

$conn=odbc_connect('in****','in****','i***');
if (odbc_error())
{
echo odbc_errormsg($conn);
}

$ip = $_SERVER['REMOTE_ADDR'];

Options: ReplyQuote


Subject
Written By
Posted
odbc driver
November 20, 2020 05:02PM
November 20, 2020 05:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.