[sqlite] How to code this Std_Call?

2015-03-15 Thread Sean Dzafovic
On Sun, Mar 15, 2015 at 10:26 AM, R.Smith wrote: > I have no answer for you (or rather, others here will have better > answers), but I can tell you that this question did in fact come to the > list yesterday. > > Refer its headers: > >MIME-Version: 1.0 >X-Received: by 10.107.7.18 with SMT

Re: [sqlite] Why my question are not visibile in this group ?

2014-04-17 Thread Sean Dzafovic
On Wed, Apr 16, 2014 at 3:13 PM, Stefano Ravagni wrote: > Why my question are not visibile in this group ? > > I send question but never see published... i have many difficult to > understand the way of support for Sqlite ... > > With Gmail you won't see your original post to a mailing list. But i

Re: [sqlite] Getting Started with Sqlite

2013-05-22 Thread Sean Dzafovic
On Wed, May 22, 2013 at 7:06 PM, wrote: > > (I think Fehmi diagnosed the problem, that you should not use the "sqlite3" > command when you are already in the "sqlite3" program. This is about > something completely different.) > > If you are using a recent version of Windows, you do not want to

Re: [sqlite] Getting Started with Sqlite

2013-05-22 Thread Sean Dzafovic
test.db > SQLite version 3.7.14.1 2012-10-04 19:37:12 > Enter ".help" for instructions > Enter SQL statements terminated with a ";" > sqlite> > > > > From: Sean Dzafovic > To: General Discussion of SQLite Data

Re: [sqlite] Getting Started with Sqlite

2013-05-22 Thread Sean Dzafovic
On Wed, May 22, 2013 at 11:07 AM, Fehmi Noyan ISI wrote: > I think it depends on how you compiled sqlite. I my case, it is dynamically > linked to dll, so I do need the dll file (with a smaller exe size). However, > a static link seems suites better the case for sqlite (how big can its file > s

Re: [sqlite] Getting Started with Sqlite

2013-05-22 Thread Sean Dzafovic
On Wed, May 22, 2013 at 10:59 AM, wrote: > The dll and exe should be sufficient to run sqlite. > > What version of sqlite are you using? > sqlite3 --version > > Not sure about this, but may it be something related to user privilages? When I start the shell i see SQLite version 3.7.17 2013-05-20

Re: [sqlite] Getting Started with Sqlite

2013-05-22 Thread Sean Dzafovic
On Wed, May 22, 2013 at 10:30 AM, Igor Tandetnik wrote: > On 5/22/2013 8:58 AM, Sean Dzafovic wrote: >> >> I downloaded the shell and the dll from the sqlite.org site. I put the >> .dll in the windows/system32 folder. However, when I try to create a >> test db using t

Re: [sqlite] Getting Started with Sqlite

2013-05-22 Thread Sean Dzafovic
On Wed, May 22, 2013 at 10:06 AM, Fehmi Noyan ISI wrote: > I do not have this issue with my sqlite 3.7.14 installation in Win7. > > Any more details? Windows XP SP2. Did I forget to download some files? Sean ___ sqlite-users mailing list sqlite-users@

[sqlite] Getting Started with Sqlite

2013-05-22 Thread Sean Dzafovic
I downloaded the shell and the dll from the sqlite.org site. I put the .dll in the windows/system32 folder. However, when I try to create a test db using the command "sqlite3 test.db" as per the example, I get "Error: near "sqlite3" :syntax error. What am I doing wron