Board index » delphi » Changing StoredProcName (TStoredProc) at runtime
Ole Chr. R. Sorens
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Ole Chr. R. Sorens
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Changing StoredProcName (TStoredProc) at runtimeHi, Im having difficulties changing StoredProcName at runtime. My client Am i doing something wrong here? As a temporary solution i call Cheers, |
Kevin Frever
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Changing StoredProcName (TStoredProc) at runtimeOle, Try this: Function RunStoredProc(MyDatabase :String; var Good luck, ps. I just came up with this, so reply back if I missed something. Ole Chr. R. Sorensen <o...@datacom.dk400.dk> wrote in article Quote> Hi, |
Team
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Changing StoredProcName (TStoredProc) at runtimeIf you change the properties of the TStoredProc, like the name or the Juan Ole Chr. R. Sorensen wrote in message Quote>Hi, |
Ole Chr. R. Sorens
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Changing StoredProcName (TStoredProc) at runtimeI tried using the TParams.CreateParam and it works fine. But I was But thanks anyway. BTW: You don't have to begin...end inside try...except blocks. On 4 May 1998 12:14:25 GMT, "Kevin Frevert" <kfrev...@midwayarms.com> Quote>Ole, Quote
|
Ole Chr. R. Sorens
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Changing StoredProcName (TStoredProc) at runtimeWhat I would really like to do, is to get the param information from It would not work to save the params before changing StoredProcName, On Mon, 4 May 1998 20:02:44 -0300, "Juan Jimenez (TeamB)" Quote<jjime...@caribe.net> wrote: |
akazma..
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Changing StoredProcName (TStoredProc) at runtimeIn article <35502c60.8920...@forums.borland.com>, Quote
when I initially set up a TStoredProc with database and stored procedure information, it fills in the params. However, one problem I'm encountering is that for my stored procedure with If the third param is the out param, it'll read in the first two in params TIA Andy Kazmaier -----== Posted via Deja News, The Leader in Internet Discussion ==----- |
1. Changing StoredProcName (TStoredProc) at runtime
2. Refresh TStoredProc.StoredProcName drop-down
3. CVG: StoredProcName Property in a TStoredProc Component
4. TStoredProc -- StoredProcName list empty!
5. URG: TStoredProc changing DataType of Param in runtime.
6. TSqlStoredProc Parameter lost after changing storedprocname
7. TStoredProc + Params problem at runtime
8. Dynamic TStoredProc @ RunTime