StellaIndigo
IS-IT--Management
Hi
I have an MS Access 2002 database with a table that I need to insert values into from VB 2005.
I have defined the dataasource and everything works OK except the insert does not insert any data! It doesn't report any error so it looks like it works but the table remains empty.
Here's my insert code:
Dim orderstatusTableAdaptor As New ORDERDataSetTableAdapters.tblOrderStatusTableAdapter
orderstatusTableAdaptor.Insert("hhhh", 999)
The table 'tblOrderStatus' has 2 fields, a string and an integer.
any ideas
Stella
Regards
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.
I have an MS Access 2002 database with a table that I need to insert values into from VB 2005.
I have defined the dataasource and everything works OK except the insert does not insert any data! It doesn't report any error so it looks like it works but the table remains empty.
Here's my insert code:
Dim orderstatusTableAdaptor As New ORDERDataSetTableAdapters.tblOrderStatusTableAdapter
orderstatusTableAdaptor.Insert("hhhh", 999)
The table 'tblOrderStatus' has 2 fields, a string and an integer.
any ideas
Stella
Regards
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.