Re: Is VB.NET Stable??
- From: "aaron.kempf@xxxxxxxxx" <aaron.kempf@xxxxxxxxx>
- Date: 27 Nov 2006 11:15:47 -0800
and for the record this doesnt return consisten results
I think that we should be able to open a connection if and when we
want-- and leave it open if and when we want to.
You can do so very easily...
Dim myConnection as new SqlConnection (....)
Dim myDataReader1 as New SqlDataReader("Select @@SPID")
Dim myDataReader2 as New SqlDataReader("Select @@SPID")
they just flat out don't give the same number.
-Aaron
.
- Follow-Ups:
- Re: Is VB.NET Stable??
- From: tommaso.gastaldi@xxxxxxxxxxx
- Re: Is VB.NET Stable??
- References:
- Is VB.NET Stable??
- From: Tony Van
- Re: Is VB.NET Stable??
- From: Michael D. Ober
- Re: Is VB.NET Stable??
- From: aaron.kempf@xxxxxxxxx
- Re: Is VB.NET Stable??
- From: Master Programmer
- Re: Is VB.NET Stable??
- From: aaron.kempf@xxxxxxxxx
- Re: Is VB.NET Stable??
- From: Ryan S. Thiele
- Re: Is VB.NET Stable??
- From: aaron.kempf@xxxxxxxxx
- Re: Is VB.NET Stable??
- From: Robinson
- Is VB.NET Stable??
- Prev by Date: Re: Is VB.NET Stable??
- Next by Date: Re: Help needed in using FSO's, TextStreams, etc. --- Code Review and Advice requested
- Previous by thread: Re: Is VB.NET Stable??
- Next by thread: Re: Is VB.NET Stable??
- Index(es):
Relevant Pages
|