sasql_connect

Prototype
sasql_conn sasql_connect( string $con_str )
Description

Establishes a connection to a SQL Anywhere database.

Parameters

$con_str   A connection string as recognized by SQL Anywhere.

Returns

A positive SQL Anywhere connection resource on success, or an error and 0 on failure.

Related functions