P
punjab_tom
Robinson
I found something where you say I can keep a connection open in .net
and I've got books from MS press that say that I can't do this.
This is probably one of my top three pet peeves in .NET (right up
there with: a) framework not being on anyones desktop b) vbScript not
workign clientside in ASP.net)
Robinson; you said this:
and I really really need a clarification on this.
Can I open a connection; create a temp table; run another data reader;
come back to the same connection and my temp table is still there?
because I could do that in ADO and I did it all day long; thanks for
the clarification
You can do so very easily...
Dim myConnection as new SqlConnection (....)
.....
myConnection.Dispose ()
I found something where you say I can keep a connection open in .net
and I've got books from MS press that say that I can't do this.
This is probably one of my top three pet peeves in .NET (right up
there with: a) framework not being on anyones desktop b) vbScript not
workign clientside in ASP.net)
Robinson; you said this:
and I really really need a clarification on this.
Can I open a connection; create a temp table; run another data reader;
come back to the same connection and my temp table is still there?
because I could do that in ADO and I did it all day long; thanks for
the clarification
You can do so very easily...
Dim myConnection as new SqlConnection (....)
.....
myConnection.Dispose ()