[sqlite] Licensing and copyright info?

2011-05-10 Thread Don Ireland
I am writing an app and plan to embed SQLite in my app as a means to store the data. What licensing/copyright statements do I need to make RE SQLite? TIA! Don Ireland ___ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi

Re: [sqlite] Licensing and copyright info?

2011-05-10 Thread Don Ireland
Ok thanks. Don Ireland -Original Message- From: "Mr. Puneet Kishor" To: General Discussion of SQLite Database Sent: Tue, 10 May 2011 2:03 PM Subject: Re: [sqlite] Licensing and copyright info? On May 10, 2011, at 1:59 PM, Don Ireland wrote: > I am writing an app and

[sqlite] SQLite & Visual Studio 2010 (C++)

2011-05-11 Thread Don Ireland
I copied the following from the help file ("C:\Program Files\System.Data.SQLite\doc\SQLite.NET.chm But I don't see a SQLite.Net folder. Where do I find this INSTALL.EXE file? I'm using Visual Studio Express Edition 2010 (C++). Thanks. Don Installing SQLite Visual Studio Design-Time Support

Re: [sqlite] Dynamic SQL for SQLite?

2011-05-11 Thread Don Ireland
Are you asking if SQLite itself can figure out which day it is and retrieve the appropriate data? Don Ireland -Original Message- From: John To: [email protected] Sent: Wed, 11 May 2011 7:15 PM Subject: [sqlite] Dynamic SQL for SQLite? I am in situation where I need to keep as

[sqlite] Embedding in a VSEE2010 project?

2011-05-11 Thread Don Ireland
I copied the following from the help file ("C:\Program Files\System.Data.SQLite\doc\SQLite.NET.chm But I don't see a SQLite.Net folder. Where do I find this INSTALL.EXE file? I'm using Visual Studio Express Edition 2010 (C++). TIA! Don Installing SQLite Visual Studio Design-Time Support S

[sqlite] Visual Studio EE 2010

2011-05-12 Thread Don Ireland
I downloaded and installed sqlite-dotnet-x86-3070600.zip. But when I attempt to add it as preference in VSEE2010, I find several dll files. But none of them results in me being able to include a SQLite.h file. What am I doing wrong? Don Ireland

Re: [sqlite] Visual Studio EE 2010

2011-05-12 Thread Don Ireland
I'm using C++/CLI. Thanks. Don Ireland -Original Message- From: "Afriza N. Arief" To: General Discussion of SQLite Database Sent: Thu, 12 May 2011 11:23 AM Subject: Re: [sqlite] Visual Studio EE 2010 On Thu, May 12, 2011 at 11:18 PM, Don Ireland wrote: > I downlo

[sqlite] Can't send messages to list from pc?

2011-05-12 Thread Don Ireland
ideas? TIA! Don Ireland ___ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Visual Studio EE 2010

2011-05-12 Thread Don Ireland
For those that don't know: VSEE2010 = Visual Studio Express Edition 2010 Don Ireland -Original Message- From: Don Ireland To: General Discussion of SQLite Database Sent: Thu, 12 May 2011 12:17 PM Subject: Re: [sqlite] Visual Studio EE 2010 I'm using C++/CLI. Thanks. D

Re: [sqlite] Visual Studio EE 2010

2011-05-12 Thread Don Ireland
I'm using C++/CLI & downloaded/installed the dotnet file at the link you provided. After doing so, I found several DLL files in two folders: bin & GAD (I believe that's the name). Don Ireland -Original Message- From: "Afriza N. Arief" To: General D

Re: [sqlite] Visual Studio EE 2010

2011-05-12 Thread Don Ireland
Thanks. I'll give that a test in the morning and let you know the results. Don Ireland -Original Message- From: "Afriza N. Arief" To: General Discussion of SQLite Database Sent: Thu, 12 May 2011 11:25 PM Subject: Re: [sqlite] Visual Studio EE 2010 On Fri, May 13, 2

Re: [sqlite] Visual Studio EE 2010

2011-05-13 Thread Don Ireland
T:  0x8007007E) Don Ireland -Original Message- From: "Afriza N. Arief" To: General Discussion of SQLite Database Sent: Thu, 12 May 2011 11:25 PM Subject: Re: [sqlite] Visual Studio EE 2010 On Fri, May 13, 2011 at 10:10 AM, Don Ireland wrote: > I'm using C++/CLI & d

Re: [sqlite] Can't send messages to list from pc?

2011-05-13 Thread Don Ireland
Anybody have any ideas? This is really odd. And it's annoying to have to send from my droid--especially when I need to copy/paste an error msg that's on my pc because I have to email it to myself and then send that message on to the list. Don Ireland -Original Message-----

Re: [sqlite] Can't send messages to list from pc?

2011-05-13 Thread Don Ireland
that would be blacklisted and not the device? Don Ireland -Original Message- From: Roger Binns To: [email protected] Sent: Fri, 13 May 2011 5:40 PM Subject: Re: [sqlite] Can't send messages to list from pc? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/2011 02:35 P

Re: [sqlite] Can't send messages to list from pc?

2011-05-13 Thread Don Ireland
Yes, I think TB is configured to send HTML. I take it that mucks things up? I see the messages in sent items. And as far as confirming that I'm sending to the right address--I even REPLIED to a message that came through the list. Don Ireland -Original Message- From: Dann

Re: [sqlite] Can't send messages to list from pc?

2011-05-14 Thread Don Ireland
We'll see if this works. I'm sending it from my pc and I sent it as plain text. On 5/13/2011 5:40 PM, Roger Binns wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/13/2011 02:35 PM, Don Ireland wrote: >> Anybody have any ideas? This is rea

Re: [sqlite] Can't send messages to list from pc?

2011-05-14 Thread Don Ireland
Thanks. I saw the message too--at least Don Ireland -Original Message- From: Simon Slavin To: General Discussion of SQLite Database Sent: Sat, 14 May 2011 2:35 PM Subject: Re: [sqlite] Can't send messages to list from pc? On 14 May 2011, at 5:17pm, Don Ireland wrote: > We&#

Re: [sqlite] Can't send messages to list from pc?

2011-05-14 Thread Don Ireland
Thanks. I saw the message too--at least now I know to send as plain text. Don Ireland -Original Message- From: Simon Slavin To: General Discussion of SQLite Database Sent: Sat, 14 May 2011 2:35 PM Subject: Re: [sqlite] Can't send messages to list from pc? On 14 May 2011, at 5

[sqlite] C++ Sample Code

2011-05-14 Thread Don Ireland
Can anyone suggest a good source for sample C++ code? I really would rather not come here and ask for every little thing--I'd learn it better this way. Thanks. ___ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailma

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Don Ireland
currently looking for a sample that explains iterating through selected data. But next it could be a diff topic. Don Ireland -Original Message- From: Stephan Beal To: General Discussion of SQLite Database Sent: Sun, 15 May 2011 4:01 AM Subject: Re: [sqlite] C++ Sample Code On Sun, Ma

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Don Ireland
Not off topic, but i'm confused about why you explicitly need C++ for that." I never said I need C++ not C. I asked for sample code for use in C++. If C code will work just fine then sample C code would be fine and dandy with me. Don Ireland -Original Message- From: Stepha

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Don Ireland
rning that it's hard to read. Don Ireland -Original Message- From: "Afriza N. Arief" To: General Discussion of SQLite Database Sent: Sun, 15 May 2011 5:10 AM Subject: Re: [sqlite] C++ Sample Code The official programming API is in C and Tcl. If you want C++ API, you need

Re: [sqlite] C++ Sample Code

2011-05-15 Thread Don Ireland
There a BUNCH of SQLite objects shown when I look through the object browser. I was hoping to find samples for using those. But I can figure out how to use the code from the link. Don Ireland -Original Message- From: Simon Slavin To: General Discussion of SQLite Database Sent: Sun

[sqlite] Create DB file and then Create Table - Table FAILS.

2011-05-31 Thread Don Ireland
I'm hoping someone can help me with this. Using Visual Studio C++, the following code DOES create the DB file. But the table doesn't get created and I'm stumped as to why it won't create the table. SQLiteConnection conn; conn.ConnectionString = "Data Source=D:\Users\Don\Downloads\CashBoxPrefs.da

Re: [sqlite] Create DB file and then Create Table - Table FAILS.

2011-05-31 Thread Don Ireland
Ooh. I don't know what happened to that message it was sent as paragraphs. It's kinda hard to read now. Don Ireland -Original Message----- From: Don Ireland To: SQLite Sent: Tue, 31 May 2011 10:18 PM Subject: [sqlite] Create DB file and then Create Table - Table FAILS.

[sqlite] Create DB file and then Create Table - Table FAILS.

2011-06-01 Thread Don Ireland
I'm hoping someone can help me with this. Using Visual Studio C++, the following code DOES create the DB file. But the table doesn't get created and I'm stumped as to why it won't create the table. SQLiteConnection conn; conn.ConnectionString = "Data Source=D:\Users\

Re: [sqlite] Create DB file and then Create Table - Table FAILS.

2011-06-02 Thread Don Ireland
"I can't find any documentation for using that library with C++." Yeah--tell me about it. I've been searching and searching without much luck at all. The only examples I've seen talk about including sqlite.h and then using sqlite functions as opposed to using objects and namespaces. But when I