Subject | Empty strings in API |
---|---|
Author | Ivan Prenosil |
Post date | 2005-05-20T18:38:30Z |
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
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