G
Guest
Hi,
I try to insert a record into an existing access table using VB.NET 2005.
When I use a tableadapter.insert method, the result is obviously 1 record
affected, but no actual record is added to the table.
I tried different ways (oledbcommand executenonquery..), the result remains
the same. The records affected property reports 1 record affeced as well, but
when I open acces directly, no rows are added at all.
I get no error message.
The table has an autonumber column (primary key).
What is going wrong?
Thanks in advance.
Leo
I try to insert a record into an existing access table using VB.NET 2005.
When I use a tableadapter.insert method, the result is obviously 1 record
affected, but no actual record is added to the table.
I tried different ways (oledbcommand executenonquery..), the result remains
the same. The records affected property reports 1 record affeced as well, but
when I open acces directly, no rows are added at all.
I get no error message.
The table has an autonumber column (primary key).
What is going wrong?
Thanks in advance.
Leo