G
Guest
Hi:
I am new to both .NET and MySQL (yes, I know.. cringe) and am trying to
build a web application using vb .NET to access data in a MySQL database
using the MySQL connector for .NET.
I am using a dataAdapter (mySQLDataAdapter) and am filling it with a dataset
which was derived from a select statement.
the data reading part (getting data from the database, through my adapter
and to the dataseet) is working just fine, I am able to bind the dataset to a
datagrid and view the table contents just fine.
However, I have not been able to get the dataAdapter to update, insert, or
delete records in the database. I've tried just about every approach from
using the dbcommandbuilder to manually programming the statements and NOTHING
is working.
Does anyone have any ideas as to how I could proceed? I've tried looking at
my database rights to ensure there is no problem there. I am not getting any
concurrency issues and the adapter is not throwing any errors.. It just isn't
writing anything to the database...
thanks!
I am new to both .NET and MySQL (yes, I know.. cringe) and am trying to
build a web application using vb .NET to access data in a MySQL database
using the MySQL connector for .NET.
I am using a dataAdapter (mySQLDataAdapter) and am filling it with a dataset
which was derived from a select statement.
the data reading part (getting data from the database, through my adapter
and to the dataseet) is working just fine, I am able to bind the dataset to a
datagrid and view the table contents just fine.
However, I have not been able to get the dataAdapter to update, insert, or
delete records in the database. I've tried just about every approach from
using the dbcommandbuilder to manually programming the statements and NOTHING
is working.
Does anyone have any ideas as to how I could proceed? I've tried looking at
my database rights to ensure there is no problem there. I am not getting any
concurrency issues and the adapter is not throwing any errors.. It just isn't
writing anything to the database...
thanks!