.NET 1.1 connectivity with SQL 2005 ????

B

BizWorld

does .net 1.1 supports SQL 2005 database connectivity??? are there any
issues with it???

and secondly is conversion of 1.1 application supported in 2005 for
converting them to 2005 versions or you have to manually update some code in
UPGrade.

any links to see these topics????

Regards,

BizWorld
 
M

Michael Nemtsev

Hello BizWorld,

B> does .net 1.1 supports SQL 2005 database connectivity??? are there
B> any issues with it???

Yes. It works fine

B> and secondly is conversion of 1.1 application supported in 2005 for
B> converting them to 2005 versions or you have to manually update some
B> code in UPGrade.

What do u mean?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
T

The Reverend Natural Light

I have pointed .NET 1.1 applications at SQL Server 2005 with no issues.


-rev
 
B

BizWorld

thanks for the useful info about SQL 05 with .NET 1.1

my other question was on upgrade of VB.net 1.1 desktop or Web application to
VS 2005 version. i asked is it straight forward upgrade lik 1.0 to 1.1 or it
requires manual effort of updating some sytax etc in order to make code
workable in 2005 version .


Regards,
BizWorld
 
M

Michael Nemtsev

Hello BizWorld,

VS Wizard perform minor changes (more related to config files) to create
solution suitable for VS 2005 IDE.
But code changes need to be performad manually, cuz there are a lot of chages
in this aspect, especiially with web applications

B> my other question was on upgrade of VB.net 1.1 desktop or Web
B> application to VS 2005 version. i asked is it straight forward
B> upgrade lik 1.0 to 1.1 or it requires manual effort of updating some
B> sytax etc in order to make code workable in 2005 version .
B>
B> Regards,
B> BizWorld
B> B>---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
M

Michael Nemtsev

Hello The Reverend Natural Light,

Use SQLNative client or OLEDB For SQL Server
In the server name point the full name for your server, including your PC
name
For example for SQL2005 Express from VS 2003 I use MYPCNAME\SQLEXPRESS

T> I have pointed .NET 1.1 applications at SQL Server 2005 with no
T> issues.
T>
T> -rev
T>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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

Top