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