Mike,
Griggs, Donald wrote:
Re: SQLite Tutorial http://prdownloads.sourceforge.net/souptonuts/README_sqlite_tutorial.html?do wnload
Thanks for providing this.
I did notice that the document insists on displaying at about 20% wider than my screen, causing lots of horizontal scrolling.
My screen res is set to 1024x768. Workplace PC with IE 6.0 at full screen. Printing it also resulted in some right-edge truncation.
Donald Griggs
The offending line is in a C code section where it says:
ss[p->sscnt] << ")";
This line has too much whitespace after the final semicolon. Delete this, and the document should display fine w.r.t. width. Checked with IE6 with 1024x768 resolution.
Ulrik P.