PC Review


Reply
Thread Tools Rate Thread

dataprovider

 
 
Kim\(Kman\)
Guest
Posts: n/a
 
      28th Dec 2005
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


 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q293Ym95IChHcmVnb3J5IEEuIEJlYW1lcikgLSBN
Guest
Posts: n/a
 
      28th Dec 2005
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!
***************************


"Kim(Kman)" wrote:

> 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
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unit Test returns dataprovider while running the app itself is not able to find the dataprovider vsv Microsoft ADO .NET 0 9th Aug 2007 05:53 PM
Creating a new dataprovider Christopher Painter Microsoft ADO .NET 1 17th Jan 2007 02:18 AM
creating a hierarchical dataprovider Lee_Nover Microsoft Dot NET Framework 0 16th Oct 2004 05:13 PM
WQL DataProvider for ADO.Net Maxim Kazitov Microsoft ADO .NET 1 16th Aug 2004 06:07 PM
MS DataProvider for Oracle / GUIDs Arno Huetter Microsoft ADO .NET 0 13th May 2004 07:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:51 AM.