cancel
Showing results for 
Search instead for 
Did you mean: 

sqlanywhere_connect and SA_CONN_INFO using PHP

Former Member
0 Kudos
3,360

I have a web page using php and sqlanywhere. My connection looks good and I can query with a connection object

$_SESSION['WEBCONN'] = sqlanywhere_connect("eng=mydb;uid=me;pwd=cryptic;dbn=sybase;");
$tRES = sqlanywhere_query($_SESSION['WEBCONN'],"SELECT STUFF FROM MYTABLE WHERE THISANDTHAT = TRUE");
$tROW = sqlanywhere_fetch_array($tRES);

The problem is that I do not have a way to know this connection exists...

sa_conn_info() does not show it.

I am using anywhere 11.

Accepted Solutions (0)

Answers (0)