Lock Access DB from C#
-
I need to know how to go a bout locking the MS Access Applications Database via a C# Application. I found this but this is vba reference not c#. I will research more in the morning I wanted to see if anyone else know what the best way to go about handling this. http://www.databasedev.co.uk/disable_shift_bypass.html[^]
-
I need to know how to go a bout locking the MS Access Applications Database via a C# Application. I found this but this is vba reference not c#. I will research more in the morning I wanted to see if anyone else know what the best way to go about handling this. http://www.databasedev.co.uk/disable_shift_bypass.html[^]
is there a way I can pass vba code to a ms access database from c# application to disable the Lock Access DB. I can find VBA code for ms access but I do not know how to do this from C#, so I can lock the file durring the copy process.