VoiceGuide IVR Software Main Page
Jump to content

Connect String For Sql Server Ce 3.5

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×