Skip to Content.
Sympa Menu

freetds - RE: [freetds] dbrpcsend fails

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Polyanovskyi, Sasha" <sasha.polyanovskyi AT oa.com.au>
  • To: 'FreeTDS Development Group' <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] dbrpcsend fails
  • Date: Fri, 19 Mar 2004 16:41:11 +1100

May be that's what the problem is?
The was no response packet...
The last line in TDSDUMP file says: "16:32:13.169096 dbrpcsend()"
And that's it...
So the message doesn't get out?


-----Original Message-----
From: James K. Lowden [mailto:jklowden AT schemamania.org]
Sent: Friday, March 19, 2004 4:44 PM
To: FreeTDS Development Group
Subject: Re: [freetds] dbrpcsend fails


On Fri, 19 Mar 2004, "Polyanovskyi, Sasha" <sasha.polyanovskyi AT oa.com.au>
wrote:
> I ran this with TDSDUMP, but it did not have any additional
> information. Just the fact that it called dbrpcsend()... Could it be a
> network settings issue? Does dbrpcsend() work for everyone?

Last I checked, the unit test works.

When you say the dump didn't show anything, do you mean the server doesn't
return anything? I'd be interested in its response packet and how FreeTDS
handled it.

--jkl


>
>
>
> -----Original Message-----
>
> Hi, people!
>
> Can anyone please help me with the following problem.
> I have a database and in it a stored procedure called "blah".
>
> I do
> dbrpcinit(dbproc, "blah", 0);
> dbrpcsend(dbproc);
>
> dbrpcsend fails... in fact, no matter what string I put instead of
> "blah", it fails. it's as if the stored procedure cannot be found and
> it's name needs to be specified in some other way...
>
> on the other the following works:
> dbcmd(dbproc, "EXECUTE blah");
> dbsqlexec(dbproc);
>
> I am using dblib (freetds-0.62-1) and MS SQL server 2000
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page