Skip to Content.
Sympa Menu

freetds - Multi statement SQL

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Nil Alexandrov <nil AT internet2.ru>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Multi statement SQL
  • Date: Wed, 8 Nov 2000 17:21:18 +0300 (MSK)


Hello !

I don't understand how can I use multi statement in MSSQL - how does it
work. In other SQL databases - the first, I create database connection
handle, than, I can create transaction handle based on database connection
handle, than I can use many statement handle base on transaction handle at
the same time.

So, I can start 'select ...', than fetch some rows, start another
'select ...' and fetch from the first statement and from the second
statement at the same time.

How does it implement in TDS level ? I need to create new connection to
SQL Server to start new statement, isn't it ?

Best regards, Nil.
E-Mail: nil AT internet2.ru




  • Multi statement SQL, Nil Alexandrov, 11/08/2000

Archive powered by MHonArc 2.6.24.

Top of Page