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

Database

 
QuestionError while uploading using OleDb Pin
jithbiz003313-Mar-07 21:14
jithbiz003313-Mar-07 21:14 
AnswerRe: Error while uploading using OleDb Pin
Colin Angus Mackay13-Mar-07 22:08
Colin Angus Mackay13-Mar-07 22:08 
GeneralRe: Error while uploading using OleDb Pin
jithbiz003316-Mar-07 18:42
jithbiz003316-Mar-07 18:42 
GeneralRe: Error while uploading using OleDb Pin
Colin Angus Mackay16-Mar-07 23:46
Colin Angus Mackay16-Mar-07 23:46 
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 
Thanks for ur help Sir.
I can use JOINS but it wil give only one or both column from the tables...
I want only one column...in which both the column from both table should come... and cursors are very slow... as i want use it in a website then wil b of no use....
I wil give one scenario.....
Suppose i ve two tables say master and detail. In Master i m taking data with SELEC statement, in wich i got unique value say ID. Now this master table's ID Column i want to loop Row By Row and get data from detail table. and input it in one single column of the new table.
e.g
ID = 1234 (Master Table)
From Detail Table i ve Foreign key as PID, wich der are multiple records..
now my new table should reflect like this...

New Table
NewColumn
1234
ABC
XYZ
5678
DEF
TUV

where all the numeric data is from Master table and Alphabetic is from Detail table...

for this i want to use user-define functions from SQL.



-- modified at 2:44 Thursday 15th March, 2007

Regards,
Smart Boy
Mumbai,
(INDIA)

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 
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 

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.