bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] SQL: how to specify database


From: Blake McBride
Subject: Re: [Bug-apl] SQL: how to specify database
Date: Thu, 17 Apr 2014 22:32:07 -0500

Sorry.  Figured it out.  It's "dbname" not "Database".


On Thu, Apr 17, 2014 at 10:26 PM, Blake McBride <address@hidden> wrote:
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

[Prev in Thread] Current Thread [Next in Thread]