Click here to Skip to main content
15,885,365 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to export Dataset to excel file using OLEDB connection? Pin
Blue_Boy10-Apr-08 0:22
Blue_Boy10-Apr-08 0:22 
AnswerRe: How to export Dataset to excel file using OLEDB connection? Pin
Jörgen Andersson10-Apr-08 22:27
professionalJörgen Andersson10-Apr-08 22:27 
General[Message Deleted] Pin
Talsaniya Jayesh9-Apr-08 10:21
professionalTalsaniya Jayesh9-Apr-08 10:21 
GeneralDouble post - please ignore Pin
pmarfleet9-Apr-08 10:31
pmarfleet9-Apr-08 10:31 
GeneralRe: Double post - please ignore Pin
Talsaniya Jayesh9-Apr-08 10:38
professionalTalsaniya Jayesh9-Apr-08 10:38 
Generalselect * from variablename; Pin
Talsaniya Jayesh9-Apr-08 7:15
professionalTalsaniya Jayesh9-Apr-08 7:15 
GeneralRe: select * from variablename; Pin
SimulationofSai9-Apr-08 7:55
SimulationofSai9-Apr-08 7:55 
GeneralRe: select * from variablename; [modified] Pin
Talsaniya Jayesh9-Apr-08 9:36
professionalTalsaniya Jayesh9-Apr-08 9:36 
actually i need query with dynamic table name for cursor where ur this code will not help me dear.

my problem is here..

declare @TABLENAME as varchar(50);
SET @TableAuto = 'temp_' + @LINE; (where @LINE is parameter)

DECLARE C1 CURSOR READ_ONLY
FOR SELECT *
FROM @TABLENAME

modified on Wednesday, April 9, 2008 4:18 PM

QuestionHow to connect PROGRESS databse? Pin
Dong Kim9-Apr-08 6:18
Dong Kim9-Apr-08 6:18 
GeneralRe: How to connect PROGRESS databse? Pin
Colin Angus Mackay9-Apr-08 6:21
Colin Angus Mackay9-Apr-08 6:21 
GeneralRe: How to connect PROGRESS databse? Pin
Kschuler9-Apr-08 10:53
Kschuler9-Apr-08 10:53 
Generalinsert into oracle table from mssql server table Pin
acodman9-Apr-08 2:48
acodman9-Apr-08 2:48 
GeneralRe: insert into oracle table from mssql server table Pin
Mycroft Holmes10-Apr-08 20:40
professionalMycroft Holmes10-Apr-08 20:40 
Questionmaximum of 2 datetime across 2 columns in sql Pin
amitcoder839-Apr-08 2:37
amitcoder839-Apr-08 2:37 
GeneralRe: maximum of 2 datetime across 2 columns in sql Pin
Mark J. Miller9-Apr-08 3:59
Mark J. Miller9-Apr-08 3:59 
GeneralRe: maximum of 2 datetime across 2 columns in sql Pin
amitcoder839-Apr-08 21:53
amitcoder839-Apr-08 21:53 
Questionsmalldatetime and data; how to get them to cooperate!? Pin
Daniel_Logan9-Apr-08 2:37
Daniel_Logan9-Apr-08 2:37 
AnswerRe: smalldatetime and data; how to get them to cooperate!? Pin
Mark J. Miller9-Apr-08 4:11
Mark J. Miller9-Apr-08 4:11 
GeneralRe: smalldatetime and data; how to get them to cooperate!? Pin
Daniel_Logan9-Apr-08 4:21
Daniel_Logan9-Apr-08 4:21 
AnswerRe: smalldatetime and data; how to get them to cooperate!? Pin
Ashfield9-Apr-08 21:37
Ashfield9-Apr-08 21:37 
GeneralRe: smalldatetime and data; how to get them to cooperate!? Pin
Daniel_Logan9-Apr-08 22:05
Daniel_Logan9-Apr-08 22:05 
GeneralRe: smalldatetime and data; how to get them to cooperate!? Pin
Ashfield10-Apr-08 1:44
Ashfield10-Apr-08 1:44 
GeneralRe: smalldatetime and data; how to get them to cooperate!? Pin
Daniel_Logan10-Apr-08 4:02
Daniel_Logan10-Apr-08 4:02 
QuestionUrgent:Data Purging of previous month Pin
rockz...9-Apr-08 1:17
rockz...9-Apr-08 1:17 
GeneralRe: Urgent:Data Purging of previous month Pin
Ashfield9-Apr-08 1:43
Ashfield9-Apr-08 1:43 

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.