Viewing 3 posts - 31 through 33 (of 33 total)
Were you having problems with another server and ASP.NET?
September 15, 2005 at 8:24 am
#590160
I'm a VB.NET guy myself, but are you doing a
equipmentReader.read()
(or something similar) before you try to read the values of the reader? You may not be into the first...
June 22, 2005 at 8:41 am
#567502
Dim conn1 As New SqlConnection
Dim command1 As New SqlCommand
Connection(conn1) 'sets connection string
...
June 22, 2005 at 8:09 am
#567476