I'm writing a C# program which creates a MS Access database by "Create table..."
Can you tell me how creating an index as primary key? It should be an automatic indexer, updating itself if I delete a record or I insert a new one..which syntax should I use?
Thanks,
Luke
Can you tell me how creating an index as primary key? It should be an automatic indexer, updating itself if I delete a record or I insert a new one..which syntax should I use?
Thanks,
Luke