From: Erik H. <hee...@zo...> - 2004-02-18 19:14:25
|
Hello all, I may have a similar problem to the one described by JS.Staff in "[Firebird-net-provider] Using FbDataAdapter in VS 2003". I get the same System.NullReferenceException when I try to fill an instance of FbDataAdapter. The weird part is that I try to call a stored procedure the FbCommand I use which takes 2 input parameters and has 2 output-parameters. When I set these input parameters hardcoded all is well and the procedure returns what I expected, but when I read the parameters from a datagrid I filled earlier it crashes. Here is my complete project http:/Home.zonnet.nl/heemskerk72/storedprocs.zip I try to read all the stored procedures from a database and their parameters to test them so I need the flexibility which I can't seem to get at the moment. The (small) database I included in the zip has the default password set on it. I'm use Firebird RC8, net-provider version 1.5.1505.18636 and VS2003 I hope someone has the solution to this problem Erik |