table primary field name
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
-
Is there anyway to get to know the table primary field name? The information I have is table name and record id of this table, but to form a SQL statement to select those records, I need to know the table primary field. Is there anyway I can get it?
Take a look at ADOX (Active Data Object Extensions, IIRC) -- Ian Darling