bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] SQL: can't get to work with sqlite either


From: Elias Mårtenson
Subject: Re: [Bug-apl] SQL: can't get to work with sqlite either
Date: Sat, 19 Apr 2014 11:52:58 +0800

I think I know now.

You have updated GNU APL but you haven't recompiled the SQL library.

It happened to me previously actually.

Regards,
Elias


On 19 April 2014 10:45, Blake McBride <address@hidden> wrote:
$ sqlite3 sqlite.db 
SQLite version 3.7.17 2013-05-20 00:56:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select * from mytable;
238|Blake
892|Sam
111|George


--------------------------------------------------


      db←'sqlite' SQL∆Connect 'sqlite.db'
      db
0
      'select * from mytable' SQL∆Select [db] ⍬
DOMAIN ERROR
SQL∆Select[1]  Z←X SQL[3,db]Y
                 ^          ^
  
Same problem with PostgreSQL or Sqlite.  I'm not really sure what to do.

Thanks!

Blake



reply via email to

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