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