On 22 Feb 2011, at 3:03pm, Haldrup Office wrote: > 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.
Use the command-line tool to look at the same data: http://www.sqlite.org/sqlite.html See if your problem is with the data in the file or the method you're using to access it. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users