Skip to Content.
Sympa Menu

freetds - RE: [freetds] Unable to execute two queries in a single class

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Unable to execute two queries in a single class
  • Date: Mon, 25 Aug 2003 13:50:32 +0200

>
> Dears,
>
> I am working in JDBC-ODBC type 1 driver. I want to get
> some datas from the database using a method and use
> that data for accesing some other datas from the
> database by use of another method in the same class.
> It shows the following error,
>
> Driver is busy with another statement.
>
> Thank You for any help.
>
> manianand.
>

Type 1 ??
Sql server has this limitation. Use two connections or cursors (if
driver allow this, FreeTDS do not still support cursors).

freddy77



  • RE: [freetds] Unable to execute two queries in a single class, ZIGLIO Frediano, 08/25/2003

Archive powered by MHonArc 2.6.24.

Top of Page