I have a datatable filled by executing a query on SQL server.
Now I need to add these records in the access database. Before adding records, I need to create the table in access database depending on the datatable schema.How do I procced?
Please help.......
Now I need to add these records in the access database. Before adding records, I need to create the table in access database depending on the datatable schema.How do I procced?
Please help.......
Comment