T
toufik
Hi,
in order to know the primary key of a table in my dataset, i've the folowing
code
sql "select * from table1"
create a dataadapter with this sql DA
fill the dataadapter in a dataset DS
DS.Tables(0).PrimaryKey
but the expression returns me an empty array, is there any problem? is there
another way to get the primary key of a table.
I use vb.net and an MSACCESS2000 database.
Thanks
in order to know the primary key of a table in my dataset, i've the folowing
code
sql "select * from table1"
create a dataadapter with this sql DA
fill the dataadapter in a dataset DS
DS.Tables(0).PrimaryKey
but the expression returns me an empty array, is there any problem? is there
another way to get the primary key of a table.
I use vb.net and an MSACCESS2000 database.
Thanks