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