Re: [Firebird-net-provider] bug of Guid When use dbcommandbuilder

2006-04-10 Thread byx45
a embed database,only have a table named "Test",It contained two field,a Guid field and a text field. -- View this message in context: http://www.nabble.com/bug-of-Guid-When-use-dbcommandbuilder-t1268418.html#a3848454 Sent from the firebird-net-provider forum at Nabble.com. --

Re: [Firebird-net-provider] bug of Guid When use dbcommandbuilder

2006-04-10 Thread Carlos Guzmán Álvarez
Hello: Can you send a test database to my private email please ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ "When you don't code, you tend to become one of those architects who thinks everything is possible" ( Anders Hejlsberg ) ---

Re: [Firebird-net-provider] bug of Guid When use dbcommandbuilder

2006-04-09 Thread byx45
DbConnectionStringBuilder connectionStringBuilder = new DbConnectionStringBuilder(false); connectionStringBuilder.ConnectionString = DataBaseCreator.connectString; if (!connectionStringBuilder.ContainsKey("Provider")) throw new KeyNotFoundExcepti

Re: [Firebird-net-provider] bug of Guid When use dbcommandbuilder

2006-03-12 Thread Carlos Guzmán Álvarez
Hello: I use DbcommandBuilder To get all command of dbdataAdapter,if I use Guid as key field, and when I fill the Datatable,I only change a field(not keyfield),notice,now we use dbdataadapter to update,then it throw a exception,the message is: incorrect guid value. I think it's a bug.when

[Firebird-net-provider] bug of Guid When use dbcommandbuilder

2006-03-12 Thread byx45
hi: I use DbcommandBuilder To get all command of dbdataAdapter,if I use Guid as key field, and when I fill the Datatable,I only change a field(not keyfield),notice,now we use dbdataadapter to update,then it throw a exception,the message is: incorrect guid value. I think it's a bug.when i i