Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 1:55
VCSharp00715-Oct-04 1:55 
GeneralRe: Data Type conversion. Pin
Mad__15-Oct-04 2:00
Mad__15-Oct-04 2:00 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 2:02
VCSharp00715-Oct-04 2:02 
GeneralRe: Data Type conversion. Pin
Mad__15-Oct-04 2:10
Mad__15-Oct-04 2:10 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 18:22
VCSharp00715-Oct-04 18:22 
GeneralRe: Data Type conversion. Pin
David Crow15-Oct-04 5:51
David Crow15-Oct-04 5:51 
GeneralRe: Data Type conversion. Pin
Phil J Pearson15-Oct-04 0:51
Phil J Pearson15-Oct-04 0:51 
GeneralDTS package with input parameters for VC++ application Pin
tgprakash14-Oct-04 23:09
tgprakash14-Oct-04 23:09 
Hi Friends,
I have about 10 machines where data from 10 different office locations is stored in MSDE. I have a centralized SQL server where I want to copy the data(8 tables) from other machines. How can I write a program which creates DTS package on the fly and copy data from all the 10 machines.

I could have DTS packages in all the 10 machines which updates data to the central server,but, assuming the structures are consistent accross all source machines(which is exactly in have right now in my application), why not
have a single package held centrally that I call against the different
sources. Sounds GOOD , BUT............

I want to create a Generic(customizable) DTS package which accepts 6 PARAMETERS
1. Source DB name
2. Source DB UserID
3. Source DB Password
1. Traget DB name
2. Target DB UserID
3. Target DB Password

So i expect to call the DTS package from my vc++ application using 'ShellExecute'.

So please help me create such a kind of DTS package(i shud be able to handle exceptions and Tranformation failure if anything should occur in the process)

Waiting for ur reply,.........

Regards,
Prax.

GeneralCode for Dialog in C++ Pin
pcxboy14-Oct-04 23:05
pcxboy14-Oct-04 23:05 
GeneralRe: Code for Dialog in C++ Pin
toxcct14-Oct-04 23:32
toxcct14-Oct-04 23:32 
GeneralRe: Code for Dialog in C++ Pin
pcxboy14-Oct-04 23:38
pcxboy14-Oct-04 23:38 
GeneralRe: Code for Dialog in C++ Pin
toxcct14-Oct-04 23:56
toxcct14-Oct-04 23:56 
GeneralRe: Code for Dialog in C++ Pin
benjymous15-Oct-04 1:48
benjymous15-Oct-04 1:48 
GeneralRe: Code for Dialog in C++ Pin
Michael P Butler15-Oct-04 0:25
Michael P Butler15-Oct-04 0:25 
GeneralRe: Code for Dialog in C++ Pin
Bob Stanneveld15-Oct-04 2:18
Bob Stanneveld15-Oct-04 2:18 
GeneralRe: CString problem Pin
toxcct14-Oct-04 23:04
toxcct14-Oct-04 23:04 
QuestionDoes anybody know how to add a version window to a non MFC DLL?? Pin
godbert14-Oct-04 22:47
godbert14-Oct-04 22:47 
AnswerRe: Does anybody know how to add a version window to a non MFC DLL?? Pin
Blake Miller15-Oct-04 4:33
Blake Miller15-Oct-04 4:33 
GeneralListCtrl Flicker Pin
sweep12314-Oct-04 22:12
sweep12314-Oct-04 22:12 
GeneralRe: ListCtrl Flicker Pin
Phil J Pearson15-Oct-04 1:06
Phil J Pearson15-Oct-04 1:06 
GeneralRe: ListCtrl Flicker Pin
sweep12315-Oct-04 2:13
sweep12315-Oct-04 2:13 
GeneralRe: ListCtrl Flicker Pin
David Crow15-Oct-04 5:56
David Crow15-Oct-04 5:56 
General"GetDlgItem" call Fails...... Pin
Pazzuzu14-Oct-04 21:54
Pazzuzu14-Oct-04 21:54 
GeneralRe: "GetDlgItem" call Fails...... Pin
toxcct14-Oct-04 22:43
toxcct14-Oct-04 22:43 
GeneralRe: "GetDlgItem" call Fails...... Pin
Maximilien15-Oct-04 2:48
Maximilien15-Oct-04 2:48 

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.