Skip to Content.
Sympa Menu

freetds - Re: dg/ux challenges

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Jeff Driscoll" <jdriscol AT gate.net>
  • To: freetds
  • Subject: Re: dg/ux challenges
  • Date: Sun, 26 Sep 1999 0:46:1


Ok - here are the results:

1> select * from sys_users
2> go
entering ct_results()
Msg 208, Level 16, State 1
Server 'VSTNCDB', Line 1
Invalid object name 'sys_users'.
ct_results() returning CS_SUCCEED res_type = CS_CMD_FAIL
entering ct_results()


On 09/25/99, "Brian Bruns <camber AT umcc.ais.org>" wrote:
> Eh, this looks exactly right.
>
> For some reason tds_process_result_tokens() is getting called a third time
> which blocks on the read(). The question is why.
>
> insert this code in src/ctlib/ct.c (remove the old ct_results() and
> recomment the other thing). It should print some info about how this is
> called and give us some clues about what is going on.
>
> Brian
>




Archive powered by MHonArc 2.6.24.

Top of Page