Click here to Skip to main content
15,888,303 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I am trying to connect my ASP.NET web page to Sybase database. I have written connectionstring in the Web Config file as follows, but I don't have any idea about the ProviderName ... can anyone please help me...

ASP.NET
<connectionStrings>
   
 <add name"kcncdata" 
   connectionString="datasource=server;initial catalog=kcnadata ; 
   integrated security=true;pooling=false " providerName=" />
   
</connectionStrings>
Posted
Updated 11-Feb-10 6:58am
v3

This[^] seems to be what you need. Amazing what you can find with google.
 
Share this answer
 
You must specify the appropriate provider in the connection string. As far as I know, the standard ADO.NET provider does not work with Sybase.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900