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
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
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
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
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
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
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
ideas?
TIA!
Don Ireland
___
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
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
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
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
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
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-----
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
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
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
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
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
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
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
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
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
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
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
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.
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\
"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
27 matches
Mail list logo