summaryrefslogtreecommitdiffstats
path: root/samples/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'samples/config.php')
-rw-r--r--samples/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/config.php b/samples/config.php
index 719e327..79d6843 100644
--- a/samples/config.php
+++ b/samples/config.php
@@ -9,4 +9,6 @@
$postrgre_connection = "host=localhost port=5432 dbname=sampleDB user=root password=1234";
//necessary for Oracle related samples only
$oci_connection = "some here";
+ //necessart for SQL Anywhere connection
+ $sasql_conn = "uid=DBA;pwd=sql";
?> \ No newline at end of file