Fetching value of external Oracle Sequence in Siebel is one of the typical business requirement in integration of Siebel applications. In case of windows environment solution is quite straight forward, we just need to create ADODB object in script and execute sql on external database.
But in case of Unix environment this is not possible as ADODB is not supported in Unix.
How to create cookies from server side?
-
Yes, you read it correctly, you can create cookies in the browser from the
server side, and get your browser script to access them. This is enabled
via Web...
4 years ago