Hello list,

I'm in the process of writing a little interface tool for notes and 
adress databases from an iPad.

Using MS Word VBA and SQLite3_StdCall.dll.
My query looks quite simply put:
     SELECT ROWID,creation_date,title FROM Note

and it runs fine and returns w/o problems.

When I iterate through it, though, and I try to read a long note (saved 
in field 'title') I happen to get some 2700 characters back plus a 
sequence of asterisks.

Am I missing something here?

Thank you for your efforts,

/T

-- 
Med venlig hilsen,

Thomas Besand


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to