From: Bill T. <bi...@no...> - 2003-03-13 03:27:01
|
Using Visual Studio .NET I have a C# project with a FbConnection, FbDataAdapter and FbCommand added to a form at design time. The connection is to the IB 7 sample EMPLOYEE.IB database. The connection opens without error. The FbCommand.CommandText property contains the message "Object reference not set to an instance of an object." and I cannot enter a SELECT statement. The Connection property is set to the FbConnection and CommandType is set to Text. If I attempt to open the CommandText property editor I get a very long error message. I can post a screen shot if it helps. Any suggestions? Thanks, -- Bill |