Hello,
Just for adding my few cents : I'm not keen on FPC , and rather know a
little about FPC design but I think this is academical disscuss becouse
Pascal never used preprocessor like C++ and becouse of that was so fast, but
also so complicated when using it in multiplatform envinronment.
Look
Hello,
>From SQLite docs:
"Note that the callback function reports a NULL value in the database as a
NULL pointer, which is very different from an empty string. If the i-th
parameter is an empty string, we will get:
argv[i][0] == 0
But if the i-th parameter is NULL we will get:
argv[i] == 0"So