Hi all ,
I need to create a ws which connects to database ( Sql Anywhere 11 / MsSql 2005/2008 )
The connections is via ODBC and all parameters for connection in an INI file on the machine's hard disk .
I have build the ws , and exposed the functions needed to clients .
Two of the functions is connect and disconnect , the other are retrieve data and returns it .
In the start of each retrieve functions I put connect and at the end I put discoonect
Is that wright ?
trying the ws I always get error code of no getting connect to the data base
working with Pb classic 12.5 build 4015
Thanks
Moshe