Session control issue

georgh

Member²
Hi

The client application I made seems to lock all other instances of the same client away from connecting. I cannot make a connection but from one client at a time. How do I set up my Session component to allow multiple client connections. My app uses OracleSession with OracleDatasets. DataSets use select * type of statements to allow me to traverce the whole table.

TIA, georgh

[This message has been edited by georgh (edited 21 May 2001).]
 
Never mind my previous post; it turned out that the session problem was in the server side. I was was developing my first DOA app and concluded I was doing something wrong ;-)
 
Back
Top