If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > separate sql queries in .sql files without giving any explicit escape character

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-30-09, 05:38
aconfused aconfused is offline
Registered User
 
Join Date: Mar 2009
Posts: 1
separate sql queries in .sql files without giving any explicit escape character

hi,
i am trying to have jdbc connectivity between the application and database. The queries and the pl/sql blocks to be executed are put in several .sql files. The problem is how to split the queries / pl/sql blocks because the delimiter ( ; ) is not ony occuring at the end of the statement but also within the statements also. so in this case , am not able to split a complete sql block or query. I can use a escape character and accomplish the task but i dont want to do that as there are many .sql files. Jdbc also accepts only 1 query at a time. is there any way i can handle this issue. thanks in advance!!!!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On