Click here to Skip to main content
16,004,192 members
Home / Discussions / Database
   

Database

 
QuestionN-Tier Application Guide / Best Practices Pin
dafatdude15-Oct-06 21:46
dafatdude15-Oct-06 21:46 
QuestionStored Procedure is not Saving Records Pin
Syed Shahid Hussain15-Oct-06 21:20
Syed Shahid Hussain15-Oct-06 21:20 
AnswerRe: Stored Procedure is not Saving Records Pin
MY120115-Oct-06 23:21
MY120115-Oct-06 23:21 
GeneralRe: Stored Procedure is not Saving Records Pin
Colin Angus Mackay16-Oct-06 0:31
Colin Angus Mackay16-Oct-06 0:31 
JokeRe: Stored Procedure is not Saving Records Pin
shreekar16-Oct-06 20:01
shreekar16-Oct-06 20:01 
AnswerRe: Stored Procedure is not Saving Records Pin
Syed Shahid Hussain16-Oct-06 1:00
Syed Shahid Hussain16-Oct-06 1:00 
AnswerRe: Stored Procedure is not Saving Records Pin
ednrgc19-Oct-06 6:10
ednrgc19-Oct-06 6:10 
AnswerRe: how to call store procedure out? Pin
Rob Graham16-Oct-06 10:49
Rob Graham16-Oct-06 10:49 
You don't use a stored procedure like a table. You execute it rather than select from it. the stored procedure itself may return some records (but doesn't have to, some only create or modify data or structure), but the SP is not itself a valid target for the 'FROM' clause of a select statement.
Your SQL is not valid in ay case, as only one FROM would be expected (possibly multiple tables after the "From" )
You're trying to select results from combinations of results...that won't work.



QuestionSQL INNER JOIN Pin
walalawll15-Oct-06 15:51
walalawll15-Oct-06 15:51 
AnswerRe: SQL INNER JOIN Pin
M Afzal Atta15-Oct-06 17:08
M Afzal Atta15-Oct-06 17:08 
GeneralRe: SQL INNER JOIN Pin
walalawll15-Oct-06 17:43
walalawll15-Oct-06 17:43 
AnswerRe: SQL INNER JOIN Pin
ednrgc19-Oct-06 6:12
ednrgc19-Oct-06 6:12 
Questionget return value from stored procedure Pin
Polymorpher14-Oct-06 17:07
Polymorpher14-Oct-06 17:07 
AnswerRe: get return value from stored procedure Pin
Rocky#14-Oct-06 20:12
Rocky#14-Oct-06 20:12 
GeneralRe: get return value from stored procedure Pin
Polymorpher14-Oct-06 20:18
Polymorpher14-Oct-06 20:18 
GeneralRe: get return value from stored procedure Pin
Rocky#14-Oct-06 20:26
Rocky#14-Oct-06 20:26 
GeneralRe: get return value from stored procedure Pin
Polymorpher14-Oct-06 20:54
Polymorpher14-Oct-06 20:54 
Questionquery on date VIP Pin
msleem14-Oct-06 5:21
msleem14-Oct-06 5:21 
AnswerRe: query on date VIP Pin
Rocky#14-Oct-06 21:21
Rocky#14-Oct-06 21:21 
AnswerRe: query on date VIP Pin
Colin Angus Mackay14-Oct-06 22:31
Colin Angus Mackay14-Oct-06 22:31 
QuestionUpdate database help [modified] Pin
eric_tran14-Oct-06 5:03
eric_tran14-Oct-06 5:03 
QuestionTransforming standard values from excel to database record Pin
dhatchu13-Oct-06 1:43
dhatchu13-Oct-06 1:43 
QuestionOracle tables and columns by SQL Query Pin
PasNad12-Oct-06 19:28
PasNad12-Oct-06 19:28 
AnswerRe: Oracle tables and columns by SQL Query Pin
rah_sin13-Oct-06 0:16
professionalrah_sin13-Oct-06 0:16 
GeneralRe: Oracle tables and columns by SQL Query Pin
PasNad13-Oct-06 17:10
PasNad13-Oct-06 17:10 

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.