G
Guest
Hi, I've worked with C# for 5 months fixing bugs for appl. done by other
programmers. I'm just writing a small C# application by myself for the first
time. The database is Access 2000. I've set up the OleConnection and
selected the table that I want as a data source for the grid. My quesiton
is, how can I display all columns except the primary key column whis is just
an ID auto-generated by Access and has no meaning to the user, (I know I can
just not select the column in my query ) but I don't inlcude that ID column
then how I can correctly identify the record (row)?
Thanks, Alpha
programmers. I'm just writing a small C# application by myself for the first
time. The database is Access 2000. I've set up the OleConnection and
selected the table that I want as a data source for the grid. My quesiton
is, how can I display all columns except the primary key column whis is just
an ID auto-generated by Access and has no meaning to the user, (I know I can
just not select the column in my query ) but I don't inlcude that ID column
then how I can correctly identify the record (row)?
Thanks, Alpha