Thanks for yours support.
But to add the parameter to SqlCommand, must be write :
       new FbParameter("@ParamName", FbDbType.VarChar, 50);
so the type of the parameter is passed.

I think another solution would be to use "Execute block", but i have not tested 
yet; also i have understand that is not supported in firebird .NET driver.

< Yes, that is a valid query, the problem with the @ParamName is NULL is 
< that firebird cannot
< determine the type of the parameter.










 
____________________________________________________________________________________
Don't get soaked.  Take a quick peak at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to