bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] component file creation?


From: Blake McBride
Subject: Re: [Bug-apl] component file creation?
Date: Sat, 6 Jun 2015 13:10:03 -0500

I just checked it out.  You can't have a period in a file name.  The following works fine:

)COPY /usr/local/lib/apl/wslib5/APLComponentFiles/ComponentFiles.apl

     'sqlite' CF_DBCREATE 'test.db'
     'sqlite' CF_DBCONNECT 'test.db'
     fh← CF_CREATE 'fname'

Hope this helps.

Blake


On Fri, Jun 5, 2015 at 8:16 PM, <address@hidden> wrote:
Hi bug-apl,

I'm not familiar enough with sqlite (or databases in general for that matter).
Am I doing something wrong in creating a component file, following these steps? I am not sure what "CREATE TABLE ERROR" means in this context.

)COPY /usr/local/lib/apl/wslib5/APLComponentFiles/ComponentFiles.apl

     'sqlite' CF_DBCREATE 'test.db'
     'sqlite' CF_DBCONNECT 'test.db'
     fh← CF_CREATE 'fname.cf'
CREATE TABLE ERROR
      CF_CREATE
      ^


⍝Alex 


reply via email to

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