Kurt Welgehausen wrote:
2) use a cursor to browse a result set ? ...
No.
The sqlite_compile/step/finalize paradigm allows (requires really )
forward browsing through a result set.
wxSQLite has moved to http://sourceforge.net/projects/wxsqlite and is
currently in an active phase of development. No file releases yet (soon
! when I get the bind/reset api finalised)
CVS is usable though: linux (via configure & make install) and a Win32
VC project are supported.
--
Eugene Lin wrote:
Bert,
It is a COM-related problem, not a SQLITE problem
I can now tell you that it IS a sqlite problem NOT a COM problem. Sqlite is trying to create its temporary database at some location (which I'm not sure where) and it failed. I have found that you can force sqlite t
Tim McDaniel wrote:
From the Microsoft Platform SDK documentation concerning LoadLibrary:
"Note that two DLLs that have the same base file name and extension but
are found in different directories are not considered to be the same
DLL."
Interesting - my MSDN (April 2002) doesn't mention this, n
Sergey Startsev wrote:
Hello!
I am trying to load two copies of sqlite.dll at one time.
One - version 2.8.4, two - version 2.8.6
handle1:= loadlibrary('c:\2.8.4\sqlite.dll');
// this loaded OK
handle2:= loadlibrary('c:\custom\sqlite.dll');
// this return error
ERROR_NOACCESS (Invalid acces
Bert Verhees wrote:
Hi,
Since we are using the new List-headers on sqlite-list, I am
experiencing two disadvantages.
I recieve many emails twice, please do not send your emails twice, but
manually remove one from the To or CC when your emailer does not
support List-reply.
But at least we can
Bert Verhees wrote:
--
Who wants a "Reply-To" header added to the SQLite mails. This means
that regular emailclients (Outlook, Mutt, Mozilla, Pegasus, and more)
automatically fill in the address of the mailinglist when you hit reply.
I *D
Randal L. Schwartz wrote:
me via the list, before I realized what happened.
And I've learned to hit "F" vs "R" in my mailer. Please don't punish
me for being smart enough to operate my mailer simply to placate those
who don't. This is a mailing list about *sqlite*. Not about dog
breeding.
H
8 matches
Mail list logo