G
Guest
Hello,
I'm new to .net development and I'm trying to develop a simple application
that acts as a front end to a MS Access DB.
The problem I have is that I am creating datasources via the
oleDbDataAdapter generation wizard. The table I'm trying to create a entry
form has 2 string fields and a uniqueID field (which is an AutoNumber field
in the db). When I connect the datasource to a dataGrid I see all the fields
but wish to only see the 2 string fields (ie I dont want to see the uniqueID
number which is maintained by the db automatically). When I use the wizard
to create the oleDbDataAdapter it will not let me create sql
update/delete/inserts etc without the uniqueID.
Can someone please offer any suggestions?
Thanks in advance....
I'm new to .net development and I'm trying to develop a simple application
that acts as a front end to a MS Access DB.
The problem I have is that I am creating datasources via the
oleDbDataAdapter generation wizard. The table I'm trying to create a entry
form has 2 string fields and a uniqueID field (which is an AutoNumber field
in the db). When I connect the datasource to a dataGrid I see all the fields
but wish to only see the 2 string fields (ie I dont want to see the uniqueID
number which is maintained by the db automatically). When I use the wizard
to create the oleDbDataAdapter it will not let me create sql
update/delete/inserts etc without the uniqueID.
Can someone please offer any suggestions?
Thanks in advance....