Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal and Sql Express

Status
Not open for further replies.

nevergiveup01

Programmer
Nov 18, 2008
18
0
0
US
I'm trying to use the OLE DB provider to get a crystal report off of a database titled testfeet.. My connection string in webconfig is

<add name="TestFeetConnectionString2" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\TestFeet.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />

I'm unable to get it to connect.. I keep getting error message:

not implemented
Details: ADO Error Code: 0X
Source: ADODB.Connection
Description: Object or provider is not capable of performing requested operation


Can someone help please?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top