Re: [fpc-pascal]Re: SQLite and NULL Strings...

2003-07-15 Thread James Mills
On Tue, Jul 15, 2003 at 09:26:29AM -0700, Jeff Pohlmeyer wrote: > > > like you could arrange for NULL results to be returned as the string > > value 'NULL' but then you would be unable to distinguish between > > actual strings with the value 'NULL' and the NULL result... > > Just a thought, but

[fpc-pascal]Re: SQLite and NULL Strings...

2003-07-15 Thread Jeff Pohlmeyer
> like you could arrange for NULL results to be returned as the string > value 'NULL' but then you would be unable to distinguish between > actual strings with the value 'NULL' and the NULL result... Just a thought, but maybe you could return the single-character string: #0 __