Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CONNECT method

Status
Not open for further replies.

Negator

Programmer
Oct 4, 2003
33
RU
After executing

CONNECT USING SQLCA

how to check if the connection was established?

Thank you!
 
Hi there,
You can use

If sqlca.sqlcode = 0 then
//success
else
//error check
end if
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top