Skip to Content.
Sympa Menu

freetds - Re: [freetds] Stored proc on MS SQL Server 2000

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] Stored proc on MS SQL Server 2000
  • Date: Wed, 3 Dec 2003 20:15:07 -0500

On Thu, 4 Dec 2003, "David Nsengiyumva" <davidn AT finsolutions.co.za> wrote:
>
> I am using FreeTDS 7.0 and wants to execute stored procs. I can get the
> stored proc in the format 'exec stored_proc_name @param1=value,
> @param2=value, ect';
>
> But when I send this string as a simple query then there is no error but
> I don't get any result back. I've got also this problem....in the
> 'tds_submit_query' function (in tds), the tds->state is pending!!!! but
> no result still pending from previous queries!!!!

That sounds like you actually do get results back but don't read them.
TDSDUMP would answer that.

Could you boil this down to a simple C program to illustrate the problem?
My guess is it's an error in how you're using ct-lib, but I can't be sure
from your description.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page