A simple VB project, with a couple of stored proc hits...
this one works fine:
objCNN.ConnectionString = "DSN=MyCNNString"
objCNN.Open
If objRS.State = adStateOpen Then objRS.Close
objCNN.sp_Tefra_GetARConstants_New 1, objRS
10 lines later, this one does not:
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.