lizzieborden
MIS
I have a vb app that connects to a sql server database. It works fine before compiling but then after I compiled it and put it on the network and run the .exe it reads 0 records. I have seven (test rows in my table). I copied it over to xp machine desktops and it works. I copy it to nt4 desktops and it still reads 0 records?????
I have the .net framework and sp on all workstations.
Here is my code just in case: If conagency.State = ConnectionState.Closed Then
conagency.ConnectionString = "workstation id=DAP;packet size=4096;integrated security=SSPI;data source=DAP;persist security info=False;initial catalog=Agency_Profiles"
conagency.Open()
End If
I have the .net framework and sp on all workstations.
Here is my code just in case: If conagency.State = ConnectionState.Closed Then
conagency.ConnectionString = "workstation id=DAP;packet size=4096;integrated security=SSPI;data source=DAP;persist security info=False;initial catalog=Agency_Profiles"
conagency.Open()
End If