Nov 15, 2003 #1 Negator Programmer Oct 4, 2003 33 RU After executing CONNECT USING SQLCA how to check if the connection was established? Thank you!
Nov 15, 2003 #2 Sajuks Programmer Jun 3, 2000 23 IN Hi there, You can use If sqlca.sqlcode = 0 then //success else //error check end if Upvote 0 Downvote