Re: [sqlite] Suppressing column (field) headers?

2004-11-21 Thread mswarm
> >Subject: Re: [sqlite] Suppressing column (field) headers? > From: [EMAIL PROTECTED] > Date: Mon, 22 Nov 2004 10:23:37 +1000 > To: [EMAIL PROTECTED] >[EMAIL PROTECTED] >21/11/2004 04:56 PM >Please respond to sqlite-users > > >To:

Re: [sqlite] Suppressing column (field) headers?

2004-11-21 Thread mswarm
> >Subject: Re: [sqlite] Suppressing column (field) headers? > From: Clay Dowling <[EMAIL PROTECTED]> > Date: Sun, 21 Nov 2004 19:19:11 -0500 > To: [EMAIL PROTECTED] > >[EMAIL PROTECTED] wrote: > >>I'm using the 2.8 dll. You seem to be suggesting th

Re: [sqlite] Suppressing column (field) headers?

2004-11-21 Thread ben . carlyle
Hello, [EMAIL PROTECTED] 21/11/2004 04:56 PM Please respond to sqlite-users To: [EMAIL PROTECTED] cc: Subject:[sqlite] Suppressing column (field) headers? > 1. How can I get the dll to return JUST the desired data? >When I send the followi

Re: [sqlite] Suppressing column (field) headers?

2004-11-21 Thread Clay Dowling
[EMAIL PROTECTED] wrote: I'm using the 2.8 dll. You seem to be suggesting that I have to move up to the 3.0 dll to get just the data without the headers. Will I still have to strip quotes off text, and an appended newline? I'm not sure what "prepared statements" means. Googling the subject gets

Re: [sqlite] Suppressing column (field) headers?

2004-11-21 Thread mswarm
> >Subject: Re: [sqlite] Suppressing column (field) headers? > From: "Clay Dowling" <[EMAIL PROTECTED]> > Date: Sat, 20 Nov 2004 13:03:33 -0500 (EST) > To: [EMAIL PROTECTED] > > >[EMAIL PROTECTED] said: > >> 1. How can I get the dll to re

Re: [sqlite] Suppressing column (field) headers?

2004-11-21 Thread Clay Dowling
[EMAIL PROTECTED] said: > 1. How can I get the dll to return JUST the desired data? >When I send the following SQL, for example, You can get just the data that you want by using the prepared statements feature of the 3.0.x dll. It sounds like you're using the table output method for getting

[sqlite] Suppressing column (field) headers?

2004-11-20 Thread mswarm
New to SQL, SQLite, and the Delphi wrapper I'm using to talk to sqlite.dll. A couple of questions: 1. How can I get the dll to return JUST the desired data? When I send the following SQL, for example, select colEntry from tblEntry where colNum = 3 the textbox shows colEn