Hi friends,
I have exported sql table data to ms access table.
Then iam trying to make copy of access file and then rename its name to todaysdate and then compress to it.
i have tried compress code but it gives me error file is in used!!!!!
Plz give me solution!
Loading

CrishPosted Mar 28, 2011, 1:47 AM
Mahesh ChandPosted Mar 26, 2011, 10:05 AM
OR you can open an Access file non-exclusive using the connection string by adding "Mode=Shared;" to your connection string.