I have PICK. I have a D3 ODBC Driver installed on my computer. I would like to use PHP to access to the Date Base.
But i don't know how to use odbc_connect to connect my PHP server (WAMP) with ODBC.
For the moment i have this (not real info)
$connect_string = "Driver={D3 ODBC Driver};" .
"Server=122.111.1.2;".
"VIRTUALMACHINE=pick0;".
"PORTNUMBER=1604;".
"Uid=---;".
"Pwd=---;".
"D3VERSION=710;CONNECTDIALOG=YES";
if ($con=odbc_connect($connect_string, "MyUser, "MyPasswrd")) { print "ok";}
else { print "Error";}
Thank you for your futur help ! :)
Do I have to install something more ? what is really Uid, PwD ? Data base name and it password ?
This is an image of my (not real) Info : all field are exactly like that : D3 Infos