Re: How to connect to server?
Posted by: lynx pravoka
Date: December 14, 2017 03:42PM

i solved it now. i forget to include lib. but new error comeout.

i try to check if session is create or not.

if(!sess)
{
cout << "It's not connect";
}
else
{
cout << "It's connect";
}
return 0;

and itry to change host, port,user,pass. sess always return 0000000000000.

how to check created session exactly?

Options: ReplyQuote


Subject
Views
Written By
Posted
1126
December 14, 2017 01:55PM
Re: How to connect to server?
541
December 14, 2017 03:42PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.