Click here to Skip to main content
15,895,772 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with installutil.exe while install a service... Pin
jain_MS24-Nov-09 1:25
jain_MS24-Nov-09 1:25 
AnswerRe: Problem with installutil.exe while install a service... Pin
loyal ginger24-Nov-09 3:16
loyal ginger24-Nov-09 3:16 
GeneralRe: Problem with installutil.exe while install a service... Pin
jain_MS24-Nov-09 3:56
jain_MS24-Nov-09 3:56 
QuestionData from DB to Excel Pin
hellogany23-Nov-09 22:50
hellogany23-Nov-09 22:50 
AnswerRe: Data from DB to Excel Pin
Rajesh R Subramanian23-Nov-09 22:54
professionalRajesh R Subramanian23-Nov-09 22:54 
AnswerRe: Data from DB to Excel Pin
Dave Calkins24-Nov-09 4:54
Dave Calkins24-Nov-09 4:54 
AnswerRe: Data from DB to Excel Pin
David Crow24-Nov-09 17:03
David Crow24-Nov-09 17:03 
AnswerRe: Data from DB to Excel Pin
T210226-Nov-09 21:17
T210226-Nov-09 21:17 
I believe that you can execute sql server code to create an xls file automatically. You also could use COM to create an excel file yourself.

Taken from another article I read
[^]

you can use
1> DTS Export/Import utility for that please go thru
http://support.microsoft.com/kb/319951[^]

2>exec master..xp_cmdshell but for that you need to enable from surface area configuration

3> BCP utility

4> you can use linked server for excel file to sql table.
INSERT INTO OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=\\servername\e$\inetpub\wwwroot\game\myexcelfile.xls;',
'SELECT * FROM [scores]') select * from LinkedServerName.DBname.tbl_Stats


5> SSIS package to transfer data from a table in a SQL Server 2005 database to a Microsoft Excel spreadsheet

Reasons are not Important but Results are Important.
Swati Tripathi
Questionmissing activex control test container in visual studio 2008 Pin
Game-point23-Nov-09 22:43
Game-point23-Nov-09 22:43 
QuestionGetDlgItemText Pin
sashoalm23-Nov-09 20:44
sashoalm23-Nov-09 20:44 
AnswerRe: GetDlgItemText Pin
CPallini23-Nov-09 20:52
mveCPallini23-Nov-09 20:52 
GeneralRe: GetDlgItemText Pin
sashoalm24-Nov-09 4:19
sashoalm24-Nov-09 4:19 
QuestionPrinting Image Pin
Benjamin Bruno23-Nov-09 20:13
Benjamin Bruno23-Nov-09 20:13 
AnswerRe: Printing Image Pin
tolw23-Nov-09 20:40
tolw23-Nov-09 20:40 
GeneralRe: Printing Image Pin
Benjamin Bruno2-Dec-09 0:28
Benjamin Bruno2-Dec-09 0:28 
AnswerRe: Printing Image Pin
KarstenK23-Nov-09 21:56
mveKarstenK23-Nov-09 21:56 
GeneralRe: Printing Image Pin
Benjamin Bruno2-Dec-09 0:29
Benjamin Bruno2-Dec-09 0:29 
Questionhow to hook sendmessage、postmessage and the key-down messsage on the same time, big john Pin
nenfa23-Nov-09 20:10
nenfa23-Nov-09 20:10 
AnswerRe: how to hook sendmessage、postmessage and the key-down messsage on the same time, big john Pin
«_Superman_»23-Nov-09 20:44
professional«_Superman_»23-Nov-09 20:44 
GeneralRe: how to hook sendmessage、postmessage and the key-down messsage on the same time, big john Pin
nenfa23-Nov-09 20:52
nenfa23-Nov-09 20:52 
AnswerRe: how to hook sendmessage、postmessage and the key-down messsage on the same time, big john Pin
kcynic23-Nov-09 20:50
kcynic23-Nov-09 20:50 
QuestionVC++ & MySQL Pin
NaveenHS23-Nov-09 19:56
NaveenHS23-Nov-09 19:56 
AnswerRe: VC++ & MySQL Pin
KarstenK23-Nov-09 21:58
mveKarstenK23-Nov-09 21:58 
AnswerRe: VC++ & MySQL Pin
Saurabh.Garg23-Nov-09 23:46
Saurabh.Garg23-Nov-09 23:46 
Questionusing activeX in win32 project! Pin
zon_cpp23-Nov-09 19:41
zon_cpp23-Nov-09 19:41 

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.