Hi, I am experiencing strange difficulties using Firebird Embedded 2.1 + 
VS2008 PRO + .NET 3.5 SP1 + DDEX 2.5 BETA1

It seemed that I have installed DDEX correctly, (client in GAC, registry 
successfully updated) and everything seemed to work fine yesterday.

I`ve created simple C# winform app with DataGridView that showed data 
from embeded Firebird DB. (all DLLs, DB file, client and so on are 
located in projects \bin\Debug directory along with EXE)

Today I am trying to  perform CRUD on that table. I have designed 
DataSet using visual studio`s DataSet Designer, but when I try to delete 
or update data in DataGridView I get error: "Update Requires a valid 
UpdateCommand when passed DataRow collection with modiffied rows."

When I try to design these commands in DataSet Designer, I get error: 
"Unable to parse query text." with no columns loaded from table to 
create command with ... and sometimes I get error that even fbembed.dll 
can not be found.

Thanks in advance for your ideas

Tom

------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to