From: JS.staff <jsp...@ec...> - 2004-02-18 12:15:42
|
Hi all, I'm experimenting with the .NET provider for Firebird (provider 1.5 RC5) and MS VS 2003 (Windows 2000, FB 1.5 RC7). I can fill a dataset, and update/insert manually using FbCommands, but am having problems with FbDataAdapter. When I do a .Fill(x,y) I get the following exception: "NullReferenceException: object not set to an instance of an object" Both Update and Insert command objects are specified. Any ideas? Thanks, John |