Click here to Skip to main content
15,905,612 members
Home / Discussions / Database
   

Database

 
GeneralRe: Oracle 9i Master Detail Pagination Pin
Harini N K30-May-07 19:35
Harini N K30-May-07 19:35 
GeneralRe: Oracle 9i Master Detail Pagination Pin
K.P.Kannan30-May-07 20:12
K.P.Kannan30-May-07 20:12 
QuestionInsert Multiple Rows on Access Pin
AnhTin28-May-07 18:27
AnhTin28-May-07 18:27 
AnswerRe: Insert Multiple Rows on Access Pin
Navneet Hegde29-May-07 1:51
Navneet Hegde29-May-07 1:51 
AnswerRe: Insert Multiple Rows on Access Pin
Mike Dimmick29-May-07 11:33
Mike Dimmick29-May-07 11:33 
QuestionMySQL basics... Pin
Tzumer Edo28-May-07 4:08
Tzumer Edo28-May-07 4:08 
AnswerRe: MySQL basics... Pin
Giorgi Dalakishvili28-May-07 6:49
mentorGiorgi Dalakishvili28-May-07 6:49 
Questionexecuting procedure via ODBC Connection Pin
apoorva_raje28-May-07 1:28
apoorva_raje28-May-07 1:28 
trying to execute this stored procedure using a prg that connects to the server using an ODBC DSN. it doesnot retrieve the result set.

CREATE PROCEDURE PROC_1
AS
CREATE TABLE #abc (
ssn char(30) )

insert into #abc(ssn) select phone from tbl_users

select * from #abc
GO

when executed directly, ie. say, Query Analyser or Excel, there r no probs encountered. also, when i remove the create n insert stmts, n change the #abc to a table abc, am getting the results.

Thanks..
AnswerRe: executing procedure via ODBC Connection Pin
Colin Angus Mackay28-May-07 1:53
Colin Angus Mackay28-May-07 1:53 
GeneralRe: executing procedure via ODBC Connection Pin
apoorva_raje28-May-07 2:06
apoorva_raje28-May-07 2:06 
AnswerRe: executing procedure via ODBC Connection Pin
ash0428-May-07 19:52
ash0428-May-07 19:52 
AnswerRe: executing procedure via ODBC Connection Pin
andyharman28-May-07 23:59
professionalandyharman28-May-07 23:59 
GeneralRe: executing procedure via ODBC Connection Pin
apoorva_raje29-May-07 2:00
apoorva_raje29-May-07 2:00 
QuestionHow to call an oracle stored procedure from sql server Pin
saurabh7628-May-07 0:52
saurabh7628-May-07 0:52 
AnswerRe: How to call an oracle stored procedure from sql server Pin
Mike Dimmick29-May-07 11:38
Mike Dimmick29-May-07 11:38 
Questionproblem gettin specific record.. Pin
rcwoods27-May-07 22:50
rcwoods27-May-07 22:50 
AnswerRe: problem gettin specific record.. Pin
Colin Angus Mackay28-May-07 0:09
Colin Angus Mackay28-May-07 0:09 
GeneralRe: problem gettin specific record.. Pin
rcwoods28-May-07 1:13
rcwoods28-May-07 1:13 
GeneralRe: problem gettin specific record.. Pin
Colin Angus Mackay28-May-07 1:19
Colin Angus Mackay28-May-07 1:19 
GeneralRe: problem gettin specific record.. Pin
rcwoods28-May-07 1:33
rcwoods28-May-07 1:33 
GeneralRe: problem gettin specific record.. Pin
Colin Angus Mackay28-May-07 1:48
Colin Angus Mackay28-May-07 1:48 
GeneralRe: problem gettin specific record.. Pin
rcwoods28-May-07 2:04
rcwoods28-May-07 2:04 
GeneralRe: problem gettin specific record.. Pin
Colin Angus Mackay28-May-07 2:17
Colin Angus Mackay28-May-07 2:17 
GeneralRe: problem gettin specific record.. Pin
rcwoods28-May-07 3:55
rcwoods28-May-07 3:55 
GeneralRe: problem gettin specific record.. Pin
sam#28-May-07 2:03
sam#28-May-07 2:03 

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.