J
JO
hello,
how could i make to know if my column PK on access is auto increment.
with .net i use
Dim dtLstKP As DataTable =
MyConn.GetOleDbSchemaTable(OleDbSchemaGuid.Primary_Keys, New Object()
{Nothing, Nothing, strNomTable})
thx
bonjour
comment puis je savoir si la cle primaire primaire d'une table access
est auto incrementée ??
en .net j'utilise
Dim dtLstKP As DataTable =
MyConn.GetOleDbSchemaTable(OleDbSchemaGuid.Primary_Keys, New Object()
{Nothing, Nothing, strNomTable})
merci
how could i make to know if my column PK on access is auto increment.
with .net i use
Dim dtLstKP As DataTable =
MyConn.GetOleDbSchemaTable(OleDbSchemaGuid.Primary_Keys, New Object()
{Nothing, Nothing, strNomTable})
thx
bonjour
comment puis je savoir si la cle primaire primaire d'une table access
est auto incrementée ??
en .net j'utilise
Dim dtLstKP As DataTable =
MyConn.GetOleDbSchemaTable(OleDbSchemaGuid.Primary_Keys, New Object()
{Nothing, Nothing, strNomTable})
merci