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:19:50 +1100

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?



-----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




Archive powered by MHonArc 2.6.24.

Top of Page