for anyone still having patience with me, here are links to the
created database and a log4.txt file which is the result of sqlite.exe
cmd line doing a select *

this is a link to the database
http://www.savoysoft.com/EvtMgrRequestx05A

this is a link to the log file
http://www.savoysoft.com/log4.txt<http://www.savoysoft.com/EvtMgrRequestx05A>

Notice that each record grows in size until it gets to 1024 total.
Then, i get errors on the UPDATE.

dave

On Sun, Aug 3, 2008 at 11:36 AM, David Nelson <[EMAIL PROTECTED]> wrote:

> ok, good idea and easy to do, so i did it....
>
> converted CStrings to char szQ[32768]
>
> unfortunately, same problem
>
>
> On Sun, Aug 3, 2008 at 11:06 AM, Alexey Pechnikov <[EMAIL PROTECTED]>wrote:
>
>> Hello!
>>
>> В сообщении от Sunday 03 August 2008 17:57:33 David Nelson написал(а):
>> > must be something i said that was confusing...  I've been developing
>> > in C++ for over 20 years, programming in general for 45 years!
>>
>> But why you wan't to try C code? Problem may be with MCF CString or your
>> compilation; it's simple to replace CString to char* and identify the
>> problem.
>>
>> Best regards, Alexey.
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to