HighTechTalks DotNet Forums  

Moving from SQL connection to a DSN...

Dotnet Framework (ODBC.net) microsoft.public.dotnet.framework.odbcnet


Discuss Moving from SQL connection to a DSN... in the Dotnet Framework (ODBC.net) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Carlos Sosa Albert
 
Posts: n/a

Default Moving from SQL connection to a DSN... - 06-26-2007 , 12:45 PM






Hi guys,

I have a website that was working using a Microsoft SQL Server (SqlClient)
and XSDs.
Now it has to be moved to a DSN connection (that also points to a SQL
Server).

But I'm clueless about what should I change and where... Or even if is still
going to work...

Any help please?


Reply With Quote
  #2  
Old   
Paul Clement
 
Posts: n/a

Default Re: Moving from SQL connection to a DSN... - 06-28-2007 , 08:49 AM






On Tue, 26 Jun 2007 14:45:48 -0300, "Carlos Sosa Albert" <betun (at) hotmail> wrote:

¤ Hi guys,
¤
¤ I have a website that was working using a Microsoft SQL Server (SqlClient)
¤ and XSDs.
¤ Now it has to be moved to a DSN connection (that also points to a SQL
¤ Server).
¤
¤ But I'm clueless about what should I change and where... Or even if is still
¤ going to work...

You're really moving backwards with respect to technology here. The use of a DSN is strictly ODBC
(and dated) technology which means that you will have to use the System.Data.Odbc library with the
SQL Server ODBC driver instead of the native .NET SQL Server library.


Paul
~~~~
Microsoft MVP (Visual Basic)

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.