Hi,
Im using framework 1.1, i was just wondering how can i pass a null value
to a function, because im retreving some data from database and some column might contain nulls, so how can i pass this null value to the function
for further processing
Some poeple recommend to use an "illegal" value and have
that represent null.
like use something like "-1".
I plan to avoid the need of using -1 and other characters since if the column is "-1" , it brings up another meaning.
If there any other way of passing null besides using an "illegal" value and then
converting it back to null in the receiving function?
Im using framework 1.1, i was just wondering how can i pass a null value
to a function, because im retreving some data from database and some column might contain nulls, so how can i pass this null value to the function
for further processing
Some poeple recommend to use an "illegal" value and have
that represent null.
like use something like "-1".
I plan to avoid the need of using -1 and other characters since if the column is "-1" , it brings up another meaning.
If there any other way of passing null besides using an "illegal" value and then
converting it back to null in the receiving function?