hat attempted the same SELECT query and it returned
>>>> data.
>>>>> My point being I dont think it is a database issue.
>>>>> By the way, since this was a test database it only had one table amd
>> two
>>>>> records, and was created using s
his was a test database it only had one table amd
> two
> > > > records, and was created using sqlite browser application.
> > > >
> > > > --- Original Message ---
> > > >
> > > > From: "bill lam"
> > > >
one table amd two
> > > records, and was created using sqlite browser application.
> > >
> > > --- Original Message ---
> > >
> > > From: "bill lam"
> > > Sent: November 27, 2014 6:42 PM
> > > To: "Programming forum&q
it only had one table amd two
> > records, and was created using sqlite browser application.
> >
> > --- Original Message ---
> >
> > From: "bill lam"
> > Sent: November 27, 2014 6:42 PM
> > To: "Programming forum"
> > Subject: Re: [J
database it only had one table amd two
> records, and was created using sqlite browser application.
>
> --- Original Message ---
>
> From: "bill lam"
> Sent: November 27, 2014 6:42 PM
> To: "Programming forum"
> Subject: Re: [Jprogramming] SQLITE with Mac
&
this was a test database it only had one table amd two
records, and was created using sqlite browser application.
--- Original Message ---
From: "bill lam"
Sent: November 27, 2014 6:42 PM
To: "Programming forum"
Subject: Re: [Jprogramming] SQLITE with Mac
Will the testdb wor
Will the testdb work if copied to linux and run there?
On Nov 27, 2014 3:41 PM, "Jon Hough" wrote:
>
> I got SQLITE working with J on Linux, but now I'm tryingon Mac (Yosemite,
> J803).I have a preexisting database which I'm trying to access.
> ch =: ddcon__db 'database=',(jpath '~/testdb') NB. n
I got SQLITE working with J on Linux, but now I'm tryingon Mac (Yosemite,
J803).I have a preexisting database which I'm trying to access.
ch =: ddcon__db 'database=',(jpath '~/testdb') NB. no error so far, database
exists in home directory.
query =: 'SELECT * FROM names' NB. this table name exis