Core Lab mysqlDirect .NET error occured in MysqlDataAdapter
Posted: Sat 18 Dec 2004 09:28
Hello please solve my problem in coreLab MysqlDirect.NET mobile,
Note :
I am using MysqlDirect Mobile -Trial version
I am using mySqlDataAdapter which is created at run time and i have mySqlConnection object also every thing worhing fine while selecting(Extracting) Data from DataBase
I am Adding record in DataSet and finnally i want make change in dataBase also for that i am using
MysqlDataAdapter.Update(DataSet)
if i do that it gives me error but some of my record get update in the DataBase i don't know the reason. And i need result
And also i was not able to display any Msgbox in application if i use it .
Error Message:
An unhandled exception of type 'System.TypeLoadException' occurred in System.Windows.Forms.dll
Additional information: Could not load type Microsoft.VisualBasic.CompilerServices.StringType from assembly Microsoft.VisualBasic, Version
Note :
I am using MysqlDirect Mobile -Trial version
I am using mySqlDataAdapter which is created at run time and i have mySqlConnection object also every thing worhing fine while selecting(Extracting) Data from DataBase
I am Adding record in DataSet and finnally i want make change in dataBase also for that i am using
MysqlDataAdapter.Update(DataSet)
if i do that it gives me error but some of my record get update in the DataBase i don't know the reason. And i need result
And also i was not able to display any Msgbox in application if i use it .
Error Message:
An unhandled exception of type 'System.TypeLoadException' occurred in System.Windows.Forms.dll
Additional information: Could not load type Microsoft.VisualBasic.CompilerServices.StringType from assembly Microsoft.VisualBasic, Version