Re: [Jprogramming] SQLITE with Mac

2014-11-28 Thread bill lam
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

Re: [Jprogramming] SQLITE with Mac

2014-11-28 Thread Vijay Lulla
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" > > > >

Re: [Jprogramming] SQLITE with Mac

2014-11-27 Thread 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

Re: [Jprogramming] SQLITE with Mac

2014-11-27 Thread Vijay Lulla
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

Re: [Jprogramming] SQLITE with Mac

2014-11-27 Thread bill lam
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 &

Re: [Jprogramming] SQLITE with Mac

2014-11-27 Thread Jon Hough
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

Re: [Jprogramming] SQLITE with Mac

2014-11-27 Thread bill lam
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

[Jprogramming] SQLITE with Mac

2014-11-26 Thread Jon Hough
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