Re: Open Independent Mulitple sessions with oracle in a LabVIEW exe

2004-06-08 Thread sumitrishi
I just used this API SQLGetInfo()and found out that the Oracle ODBC Driver supports SQL_MULTIPLE_ACTIVE_TXN. I thought I will share this too with you.

Re: Open Independent Mulitple sessions with oracle in a LabVIEW exe

2004-06-07 Thread sumitrishi
I am using oracle 8i and the problem is on the same computer - Atleast my server program runs on one computer alone. However if I use TOAD and my program to run two different stored procedures they execute in parallel . but different handlers, spawned by the server to handle client requests, a

Re: Open Independent Mulitple sessions with oracle in a LabVIEW exe

2004-06-07 Thread Jeremy Braden
Your two other postings: http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=5065000800BFD8&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0";>"Parsing an SQL statement coming in the way of reentrancy." http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&H

Open Independent Mulitple sessions with oracle in a LabVIEW exe

2004-06-04 Thread sumitrishi
Is it possible to maintain different sessions to same database from within a labVIEW exe. I need to have a server to which multiple clients connect. Server starts handler for each client and each handler needs to connect to the database and transact on its own and get some data for the client. This