Click here to Skip to main content
15,897,273 members
Home / Discussions / Database
   

Database

 
GeneralRe: PL/SQL Package Syntax Pin
Alaric_29-May-07 5:38
professionalAlaric_29-May-07 5:38 
QuestionSQL Server 2000, Collation Pin
eggsovereasy29-May-07 5:08
eggsovereasy29-May-07 5:08 
Questionso I want to filter only input text. how it possible... Pin
Piyush Vardhan Singh28-May-07 23:33
Piyush Vardhan Singh28-May-07 23:33 
QuestionHow to export hsqldb into sql serverdb Pin
DON34528-May-07 20:44
DON34528-May-07 20:44 
AnswerRe: How to export hsqldb into sql serverdb Pin
Mike Dimmick29-May-07 11:32
Mike Dimmick29-May-07 11:32 
QuestionOracle 9i Master Detail Pagination Pin
K.P.Kannan28-May-07 19:43
K.P.Kannan28-May-07 19:43 
AnswerRe: Oracle 9i Master Detail Pagination Pin
Harini N K28-May-07 20:05
Harini N K28-May-07 20:05 
GeneralRe: Oracle 9i Master Detail Pagination Pin
K.P.Kannan28-May-07 20:13
K.P.Kannan28-May-07 20:13 
We have two tables

One containing the list of products p1,p2,p3,p4,p5
other any contents associated with the products
p1,c1
p1,c2
p1,c3
p2,c4
p2,c5
p2,c6
p3,c7
p4,c8
p4,c9
p4,c10

I would like to get the below resultset

p1,c1
p1,c2
p2,c4
p2,c5
p3,c7
p4,c8
p4,c9

Basically master detail for data binding. My situation is that I need to some x records, let's say 5 products and on pagination next 5 products as a master and 2 contents(at the maximum) within each products, (if one content show only one) and view all button within that(.NET) to show the remaining contents for that product. It's a master detail grid. I want to retrive that kind of resultset from the query

Thanks,
K.P.Kannan
GeneralRe: Oracle 9i Master Detail Pagination Pin
K.P.Kannan29-May-07 0:54
K.P.Kannan29-May-07 0:54 
GeneralRe: Oracle 9i Master Detail Pagination Pin
Harini N K29-May-07 1:08
Harini N K29-May-07 1:08 
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 
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 

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.