Skip to Content.
Sympa Menu

freetds - Re: [freetds] dbrpcsend fails

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] dbrpcsend fails
  • Date: Fri, 19 Mar 2004 00:44:15 -0500

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




Archive powered by MHonArc 2.6.24.

Top of Page