Click here to Skip to main content
15,888,816 members
Home / Discussions / Database
   

Database

 
GeneralRe: Error while uploading using OleDb [modified] Pin
jithbiz003321-Mar-07 18:44
jithbiz003321-Mar-07 18:44 
QuestionFunctions in SQL Server...... Pin
Smart_Boy13-Mar-07 18:54
Smart_Boy13-Mar-07 18:54 
AnswerRe: Functions in SQL Server...... Pin
Colin Angus Mackay13-Mar-07 22:07
Colin Angus Mackay13-Mar-07 22:07 
GeneralRe: Functions in SQL Server...... [modified] Pin
Smart_Boy14-Mar-07 20:39
Smart_Boy14-Mar-07 20:39 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay14-Mar-07 22:55
Colin Angus Mackay14-Mar-07 22:55 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy15-Mar-07 0:25
Smart_Boy15-Mar-07 0:25 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay15-Mar-07 7:39
Colin Angus Mackay15-Mar-07 7:39 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy15-Mar-07 20:19
Smart_Boy15-Mar-07 20:19 
thanks sir,
here is the code wich u ve given and results this output.

INSERT INTO menu(menus)
SELECT
'Main - '+ menuname
FROM modulemast
INSERT INTO menu(menus)
SELECT
'Detail - '+optionname
FROM modules
INNER
JOIN modulemast ON modulemast.PID = modules.PID

menus
-------------------
Main - Transactions
Main - Masters
SubMain - Accounts
Detail - Equity
Detail - Derivatves
Detail - Mutual Fund
Detail - Bank
Detail - Cash
Detail - JV
Detail - Bank Reco
Detail - Accounts
Detail - Banks

But... I want want in this fashion ..... so how could i do it....

menus
-------------------
Main - Transactions
Detail - Equity
Detail - Derivatves
Detail - Mutual Fund
SubMain - Accounts
Detail - Bank
Detail - Cash
Detail - JV
Detail - Bank Reco
Main - Masters
Detail - Accounts
Detail - Banks


Please Help me 4 this scenario......Pleaseee....


Regards,
Smart Boy
Mumbai,
(INDIA)

GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay15-Mar-07 23:21
Colin Angus Mackay15-Mar-07 23:21 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy15-Mar-07 23:37
Smart_Boy15-Mar-07 23:37 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay16-Mar-07 1:21
Colin Angus Mackay16-Mar-07 1:21 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy16-Mar-07 18:37
Smart_Boy16-Mar-07 18:37 
GeneralSQL Server 2000 and 2005 [moved] Pin
Richard Andrew x6413-Mar-07 10:51
professionalRichard Andrew x6413-Mar-07 10:51 
GeneralRe: SQL Server 2000 and 2005 Pin
MoustafaS13-Mar-07 10:58
MoustafaS13-Mar-07 10:58 
GeneralRe: SQL Server 2000 and 2005 Pin
Richard Andrew x6413-Mar-07 11:00
professionalRichard Andrew x6413-Mar-07 11:00 
AnswerRe: SQL Server 2000 and 2005 [moved] Pin
Bad Programmer13-Mar-07 15:02
Bad Programmer13-Mar-07 15:02 
GeneralRe: SQL Server 2000 and 2005 [moved] Pin
kaliem13-Mar-07 21:35
kaliem13-Mar-07 21:35 
GeneralRe: SQL Server 2000 and 2005 [moved] Pin
Keshav V. Kamat13-Mar-07 22:53
Keshav V. Kamat13-Mar-07 22:53 
QuestionConnection string problem Pin
Saira Tanwir13-Mar-07 9:11
Saira Tanwir13-Mar-07 9:11 
AnswerRe: Connection string problem Pin
Marcus J. Smith13-Mar-07 10:07
professionalMarcus J. Smith13-Mar-07 10:07 
AnswerRe: Connection string problem Pin
Saira Tanwir13-Mar-07 11:16
Saira Tanwir13-Mar-07 11:16 
Questionhelp me about this query Pin
sepel13-Mar-07 5:43
sepel13-Mar-07 5:43 
AnswerRe: help me about this query Pin
Marcus J. Smith13-Mar-07 5:52
professionalMarcus J. Smith13-Mar-07 5:52 
GeneralRe: help me about this query Pin
sepel13-Mar-07 5:57
sepel13-Mar-07 5:57 
QuestionDatabase Schema - multiple apps/single table? Pin
ehelinProgrammer13-Mar-07 5:19
ehelinProgrammer13-Mar-07 5:19 

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.