Guest ddenara Report post Posted 10/23/2010 04:50 PM Can you please advise on the appropriate connect string for SQL Server CE databases using VG Version 7.1.1 running on Windows 7? Share this post Link to post
SupportTeam Report post Posted 10/25/2010 03:41 AM Have you installed the ADO.NET 'Data Provider' for this database? The ADO.NET 'Data Provider' must be installed on the VoiceGuide machine first. Then the name of the Data Provider is specified in the Data Source text box, and the connect string in the Connect String text box. The Provider is most likely: System.Data.SqlServerCe The vgEngine trace lists all installed ADO.NET Data Providers at startup so the provider name can be confirmed from that trace file. For Connect String suggestions please see: http://www.connectionstrings.com/sql-server-2005-ce The ADO.NET Data Provider's documentation should also have information on what Connect String input the Data Provider accepts. Share this post Link to post