Sorry. Figured it out. It's "dbname" not "Database".
On Thu, Apr 17, 2014 at 10:26 PM, Blake McBride <[email protected]> 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 > >
