Click here to Skip to main content
15,883,705 members
Home / Discussions / Database
   

Database

 
GeneralRe: Access: SQL export Pin
Luc Pattyn24-Aug-11 4:15
sitebuilderLuc Pattyn24-Aug-11 4:15 
AnswerRe: Access: SQL export Pin
David Mujica24-Aug-11 3:16
David Mujica24-Aug-11 3:16 
GeneralRe: Access: SQL export Pin
Luc Pattyn24-Aug-11 4:17
sitebuilderLuc Pattyn24-Aug-11 4:17 
AnswerRe: Access: SQL export [SOLVED] Pin
Luc Pattyn24-Aug-11 4:14
sitebuilderLuc Pattyn24-Aug-11 4:14 
GeneralRe: Access: SQL export [SOLVED] Pin
S Douglas24-Aug-11 11:36
professionalS Douglas24-Aug-11 11:36 
GeneralRe: Access: SQL export [SOLVED] Pin
Shameel24-Aug-11 21:39
professionalShameel24-Aug-11 21:39 
QuestionOracle SP coding style Pin
Mycroft Holmes23-Aug-11 14:51
professionalMycroft Holmes23-Aug-11 14:51 
AnswerRe: Oracle SP coding style Pin
GuyThiebaut23-Aug-11 23:11
professionalGuyThiebaut23-Aug-11 23:11 
EXECUTE IMMEDIATE is a generally accepted method of coding dynamic sql in PLSql.
I use this methodology and have not had any issues - yes it can take a bit to get the concatenation of quotes etc correct - however in the end this works fine.

If you are concerned about the content of the queries you could put the queries into a meta table and pull the queries in and build your dynamic sql at runtime.

Continuous effort - not strength or intelligence - is the key to unlocking our potential.(Winston Churchill)


GeneralRe: Oracle SP coding style Pin
Mycroft Holmes24-Aug-11 4:59
professionalMycroft Holmes24-Aug-11 4:59 
GeneralRe: Oracle SP coding style Pin
GuyThiebaut24-Aug-11 5:56
professionalGuyThiebaut24-Aug-11 5:56 
GeneralRe: Oracle SP coding style Pin
PIEBALDconsult24-Aug-11 3:05
mvePIEBALDconsult24-Aug-11 3:05 
GeneralRe: Oracle SP coding style Pin
GuyThiebaut24-Aug-11 3:32
professionalGuyThiebaut24-Aug-11 3:32 
GeneralRe: Oracle SP coding style Pin
Mycroft Holmes24-Aug-11 5:03
professionalMycroft Holmes24-Aug-11 5:03 
AnswerRe: Oracle SP coding style Pin
jschell24-Aug-11 8:16
jschell24-Aug-11 8:16 
GeneralRe: Oracle SP coding style Pin
Mycroft Holmes24-Aug-11 12:30
professionalMycroft Holmes24-Aug-11 12:30 
QuestionOLE DB and return value from stored procedure Pin
kurlyak21-Aug-11 5:54
kurlyak21-Aug-11 5:54 
QuestionDTS Package Pin
current199919-Aug-11 5:10
current199919-Aug-11 5:10 
AnswerRe: DTS Package Pin
Simon_Whale19-Aug-11 5:19
Simon_Whale19-Aug-11 5:19 
GeneralRe: DTS Package Pin
current199919-Aug-11 7:43
current199919-Aug-11 7:43 
GeneralRe: DTS Package Pin
S Douglas19-Aug-11 12:51
professionalS Douglas19-Aug-11 12:51 
Questionjoint Pin
vinodh.K19-Aug-11 0:39
vinodh.K19-Aug-11 0:39 
AnswerRe: joint Pin
Blue_Boy19-Aug-11 0:40
Blue_Boy19-Aug-11 0:40 
AnswerRe: joint PinPopular
Richard MacCutchan19-Aug-11 0:46
mveRichard MacCutchan19-Aug-11 0:46 
AnswerRe: joint Pin
Pete O'Hanlon19-Aug-11 1:14
mvePete O'Hanlon19-Aug-11 1:14 
GeneralRe: joint Pin
Tim Carmichael19-Aug-11 4:00
Tim Carmichael19-Aug-11 4:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.