This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- i would like to know how to call sql scripts in the installanywhere
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Dec 26, 2007
01:01 AM
i would like to know how to call sql scripts in the installanywhere
hi,
i am installing the mysql scripts for creating databases but if i install the sql scripts in the user install folder how can i call the scripts from the command console as i dont know how it will detect the user install folder.
That i am calling the sql scripts in the command console like
>>>call C:\something.sql
how can i make it to call ----- call $USER_INSTALL_DIR$$\something.sql
Any suggestions are eagerly awaited.
i am installing the mysql scripts for creating databases but if i install the sql scripts in the user install folder how can i call the scripts from the command console as i dont know how it will detect the user install folder.
That i am calling the sql scripts in the command console like
>>>call C:\something.sql
how can i make it to call ----- call $USER_INSTALL_DIR$$\something.sql
Any suggestions are eagerly awaited.
(1) Reply
Dec 26, 2007
04:34 AM
james decosta wrote:
how can i make it to call ----- call $USER_INSTALL_DIR$$\something.sql
$USER_INSTALL_DIR$$\$something.sql