resource sqlanywhere_connect( string con_str )
This function is deprecated. You should use the following PHP function instead: sasql_connect.
Establishes a connection to a SQL Anywhere database.
con_str A connection string as recognized by SQL Anywhere.
A positive SQL Anywhere link identifier on success, or an error and 0 on failure.
This example passes the user ID and password for a SQL Anywhere database in the connection string.
$conn = sqlanywhere_connect( "UID=DBA;PWD=sql" ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |