VISOCO Software  Home | Products | Services | Download | Order | Support | Forum | Resources | Search | About
  RSS feedRSS Feed  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  RegisterRegister   ProfileProfile    Log inLog in 
param not sent to sp

 
Post new topic   Reply to topic    VISOCO Software Forum Index -> VISOCO dbExpress driver for Sybase ASE
Author Message
Avi



Joined: 28 Aug 2003
Posts: 2

PostPosted: Thu Aug 28, 2003 6:48 pm    Post subject: param not sent to sp Reply with quote

It seems like sp_help never gets the table name I sent it. I get a result set a though I did not send any param. Is this a bug?

with SQLStoredProc1 do begin
Params.Clear;
Params.CreateParam(ftString, 'P1', ptInputOutput);
ParamByname('P1').AsString := 'SYS_WATCHDOG';
StoredProcName := 'sp_help';
Open;
s := SQLStoredProc1.Fields[0].value;
end;
Back to top
View user's profile Send private message
VISOCO Support
VISOCO Software Support


Joined: 16 Jul 2002
Posts: 96

PostPosted: Wed Sep 24, 2003 2:26 pm    Post subject: Re: param not sent to sp Reply with quote

Try will write stored procedure in which to cause the specified system procedures.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    VISOCO Software Forum Index -> VISOCO dbExpress driver for Sybase ASE All times are GMT + 2 Hours
Page 1 of 1

 


©VISOCO Software. phpBB by phpBB Group