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-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-09 Thread byx45
DbConnectionStringBuilder connectionStringBuilder = new DbConnectionStringBuilder(false); connectionStringBuilder.ConnectionString = DataBaseCreator.connectString; if (!connectionStringBuilder.ContainsKey(Provider)) throw new