I can't seem to specify the database I want to connect to.

      'postgresql' SQL∆Connect 'host=localhost user=postgres
password=postgres'
0
      'postgresql' SQL∆Connect 'host=localhost user=postgres
password=postgres'
1
      'postgresql' SQL∆Connect 'host=localhost user=postgres
password=postgres database=mydatabase'
DOMAIN ERROR+
SQL∆Connect[1]  Z←X SQL[1]Y
                  ^       ^
      'postgresql' SQL∆Connect 'host=localhost user=postgres
password=postgres database=mydatabase;'
DOMAIN ERROR+
SQL∆Connect[1]  Z←X SQL[1]Y
                  ^       ^
      'postgresql' SQL∆Connect 'host=localhost user=postgres
password=postgres Database=mydatabase'
DOMAIN ERROR+
SQL∆Connect[1]  Z←X SQL[1]Y
                  ^       ^

Also, I suggest renaming lib_sqlite.so to lib_aplsql.so

Thanks!

Blake

Reply via email to