dataprovider

  • Thread starter Thread starter Kim\(Kman\)
  • Start date Start date
K

Kim\(Kman\)

If I only have ASP.Net 1.1 installed on a server what would I replace this
with?

<dataProvider name="SqlClient"
connectionType="System.Data.SqlClient.SqlConnection, System.Data,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>

Thanks
 
I assume you wish to take 2.0 code, simply change a config setting and run it
under 1.1? If so, it is not going to happen. While you can certainly
reference the SQL Client assembly in your config and even make it simpler to
get at the individual objects, the provider model in 2.0 does not have a
direct equivalent in 1.1. Even if you set up assemblies in the config, you
will still have code changes.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top