1 message in com.mysql.lists.dotnetDataAdapter Update and Connection
FromSent OnAttachments
Frank23 Nov 2004 09:18 
Subject:DataAdapter Update and Connection
From:Frank (stre@tiscali.it)
Date:11/23/2004 09:18:15 AM
List:com.mysql.lists.dotnet

Hi,

I'm working on a Windws Forms application under Windows which connects to a
MySQL serer on Linux 9.0. I tried filling datasets and executing commands and everything works, apart from
an invalid cast exception on date fields (driver version 1.0.2 only). My problem
is when I change values on a DataRow and launch DataAdapter.Update this way:

//Here conn.State is Closed conn.Open(); DA.Update(); conn.Close();