Does VB.NET have an equivilant to the CursorDriver that is in VB 6.0. I copied this code from a VB 6 app.
VB Code:
With grdoSybase .Connect = "DSN=SBPROD;UID=" & logon & ";PWD=" & LCase(txtPassword) .CursorDriver = rdUseIfNeeded .QueryTimeout = 120 .EstablishConnection rdDriverNoPrompt End With


Reply With Quote