on 2013 May 10 10:55 AM
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.
Request clarification before answering.
User | Count |
---|---|
74 | |
20 | |
9 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.