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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Multiple lines sql script
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 24, 2009
12:23 AM
Multiple lines sql script
Hi I am using Installshield 2009 and my problem is whenever I try to execute Multiple lines sql script it throws an error but it works fine when I use a single line script without a semi-colon.How to solve this problem?Can anyone please guide me ?
I am connecting to Oracle 10g ,
and Everything is fine as long as it is a single line script.:eek:
I am connecting to Oracle 10g ,
and Everything is fine as long as it is a single line script.:eek:
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 24, 2009
10:11 AM
You may need to use the batch separator as follows:
script line 1
GO
script line 2
GO
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 25, 2009
01:00 AM
:cool: thanks it worked !!
Only thing is i have to move all the "GO"s in the next line.. 😄
Only thing is i have to move all the "GO"s in the next line.. 😄
