I have the code below in a module, but when I debug and check the value of strCon, the UserID and Password asre missing from the string, but when I put the cursor over origLogon and origPass they do have the correct values...how can I get the strCon variable to initilize?
thanks
VB Code:
Public strCon As String = "Provider=MSDAORA;Password=" & origPass & ";User ID=" & origLogon & ";Data Source=dbatest"




Reply With Quote