I'm working with SF 6.0.0.4.
I have an install, where I want to write protocol entries into an Oracle database, when the user installs or uninstalls an application.
Fur this purpose, I have to call an SQL loader, which is in fact an exe-file somewhere on the network (lets say "sqlldr.exe").
I have to execute a command like
"sqlldr parfile=filename" (filename is some dynamic parameter).
Why isn't it possible to execute such a command directly from SF ? I have to create a bat-file instead containing this command, and then use the command "Execute (%AppDir%\callloader". In my case, this is very uncomfortable, because I install this file when installing, and I delete it, when the install finishes (the user shall not see it).
As a consequence, I have trouble when uninstalling, because I need it again.
Is there some workaround ?
Hayo
I have an install, where I want to write protocol entries into an Oracle database, when the user installs or uninstalls an application.
Fur this purpose, I have to call an SQL loader, which is in fact an exe-file somewhere on the network (lets say "sqlldr.exe").
I have to execute a command like
"sqlldr parfile=filename" (filename is some dynamic parameter).
Why isn't it possible to execute such a command directly from SF ? I have to create a bat-file instead containing this command, and then use the command "Execute (%AppDir%\callloader". In my case, this is very uncomfortable, because I install this file when installing, and I delete it, when the install finishes (the user shall not see it).
As a consequence, I have trouble when uninstalling, because I need it again.
Is there some workaround ?
Hayo
Comment