I had a lot of problems with SQL Server 2005 Express edition (look at this post)
http://www.experts-exchang
although i thought i solved it, the problem shows. (some issues with the express edition and single process!)
anyway,
1- can you tell me whats the difference between Access Database File or using ODBC? which one is recommended?
2- If i want this path (C:\somedir\somedbfile.acc
thanks again
Main Topics
Browse All Topics





by: pragmatistMSPosted on 2008-04-15 at 08:17:04ID: 21359463
1. Provider=Microsoft.ACE.OLE DB.12.0;Da ta Source=C:\somedir\somedbfi le.accdb;P ersist Security Info=False;
2. Matter of choice really. The biggest reason not to use embedded SQL is SQL injection attacks -- I assume this is a DB where security is not a concern (if it is, I recommend SQL Server and not using Access).
3. See above