On Sep 19, 10:16 am, Eric <[email protected]> wrote: > Syntax error in OleDbConnection Not defined > Needs help
Dear Eric, If you are using .accdb Database file of MS Access 2007, then you have to connect following Connetion string Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\vbcl \My1.accdb;Persist Security Info=False; I hope this will remove "syntax error in OledbConnection Not defined" Thank you.... -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
