From:
<car...@te...> - 2004-02-07 14:51:43
|
Hello: > I'm using it on a ASP.NET project and I call a stored procedure that return > values into output parameters. When a field value in my table is null the > stored procedure returns NULL as parameter value. Using the FB .NET provider > the output parameter returned has always the default value (e.g.: 0 for > integer). Is it possible to return NULL value from database? Huummmm .... can you send sample test case ? ( remember that numeric values in C# cannot be null. ) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |