Home All Groups Group Topic Archive Search About

.NET 1.1 connectivity with SQL 2005 ????

Author
8 Mar 2006 7:16 PM
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

Author
8 Mar 2006 7:44 PM
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
Author
8 Mar 2006 8:19 PM
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

Show quote
"Michael Nemtsev" <nemt***@msn.com> wrote in message
news:9cc1c8637fcac8c81118f44bfea8@msnews.microsoft.com...
> 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
>
>
Author
8 Mar 2006 8:39 PM
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
Show quote
B> "Michael Nemtsev" <nemt***@msn.com> wrote in message
B> news:9cc1c8637fcac8c81118f44bfea8@msnews.microsoft.com...
B>
>> 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
>>
---
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
Author
8 Mar 2006 7:46 PM
The Reverend Natural Light
I have pointed .NET 1.1 applications at SQL Server 2005 with no issues.


-rev
Author
8 Mar 2006 8:40 PM
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

AddThis Social Bookmark Button