|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to get the body of a procedure in delphi or lazarus?
i have problems restoring my databce, cant restore any procedure with the gbak(i think the relations of the procedures are wrong) so i wana make a tool that trys to create the procedures in a loop throw a list(so i one cant be inserted becouse need another procedure in the second round will be inserted). But cant get the procedure body or source. i want something like EMS displays.
thanks |
|
#2
|
|||
|
|||
|
Code:
SELECT RDB$PROCEDURE_SOURCE FROM RDB$PROCEDURES |
|
#3
|
|||
|
|||
|
i have found that but dont know the followin:
and how do i see the source in a tmemo in delphi? how do i put the source in a variable? can i put the source in a sqlquery and execute it to create in ahother database? i realy use lazarus but is the same |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > How to get the body of a procedure in delphi or lazarus? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|