Hi,
This code in 16 bit version work ok !
oOdbc := TOdbc():New( cDsn, cUserName, cPassword )
IF !oOdbc:lSuccess
MsgInfo("UN succesful login !")
oOdbc:End()
RETURN .f.
ELSE
MsgInfo("succesful login !")
RETURN .t.
ENDIF
In 32 bit version program is prompting another window with putted data from the odbc (database name, host name)
and user name and password even if cDsn, cUserName, cPassword are corrected and user must click "Ok"
This is big problem becouse user unwanted can change database name or host name.
I want loning to go direct if cDsn, cUserName, cPassword are correct or to return .f. like in code.
Any solutions ?
Best regards,
p.s
How can i put picture in here ?