Subject Empty strings in API
Author Ivan Prenosil
I use more Delphi that C, so I am not sure about this ...

Can empty string be represented both as
- pointer to zero
- zero pointer
or is the later one illegal ?

I am aksing because isc_dsql_prepare() and isc_dsql_execute_immediate()
functions crash with access violation when empty statement is passed as zero pointer.

Ivan