Click here to Skip to main content
15,908,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using Arrays Pin
Member 1234966812-Feb-04 17:40
Member 1234966812-Feb-04 17:40 
GeneralGetSaveFileName Pin
cradmd0311-Feb-04 18:43
cradmd0311-Feb-04 18:43 
GeneralRe: GetSaveFileName Pin
David Crow12-Feb-04 3:01
David Crow12-Feb-04 3:01 
GeneralBest way to end program Pin
shultas11-Feb-04 18:10
shultas11-Feb-04 18:10 
GeneralRe: Best way to end program Pin
Antti Keskinen11-Feb-04 20:52
Antti Keskinen11-Feb-04 20:52 
GeneralBSTR from ATL DLL to Client Pin
SiddharthAtw11-Feb-04 17:49
SiddharthAtw11-Feb-04 17:49 
GeneralRe: BSTR from ATL DLL to Client Pin
Abhishek Srivastava11-Feb-04 18:09
Abhishek Srivastava11-Feb-04 18:09 
GeneralRe: BSTR from ATL DLL to Client Pin
Anonymous11-Feb-04 18:43
Anonymous11-Feb-04 18:43 
GeneralProcess performance monitor Pin
Sandeep Kulkarni11-Feb-04 17:06
Sandeep Kulkarni11-Feb-04 17:06 
GeneralRe: Process performance monitor Pin
Arcrest11-Feb-04 18:38
Arcrest11-Feb-04 18:38 
GeneralRe: Process performance monitor Pin
David Crow12-Feb-04 3:26
David Crow12-Feb-04 3:26 
GeneralMFC printing extra blank page Pin
raytheonthenak11-Feb-04 15:16
raytheonthenak11-Feb-04 15:16 
GeneralRe: MFC printing extra blank page Pin
CodeBrain11-Feb-04 21:11
CodeBrain11-Feb-04 21:11 
GeneralRe: MFC printing extra blank page Pin
basementman12-Feb-04 4:21
basementman12-Feb-04 4:21 
GeneralRe: MFC printing extra blank page Pin
raytheonthenak12-Feb-04 8:39
raytheonthenak12-Feb-04 8:39 
GeneralRe: MFC printing extra blank page Pin
CodeBrain15-Feb-04 22:45
CodeBrain15-Feb-04 22:45 
GeneralRe: MFC printing extra blank page Pin
raytheonthenak27-Feb-04 10:28
raytheonthenak27-Feb-04 10:28 
GeneralTrouble with GDI+... Pin
roboticguy211-Feb-04 15:09
roboticguy211-Feb-04 15:09 
Generalscrollable frame in the propertypage Pin
alhaneen11-Feb-04 14:23
alhaneen11-Feb-04 14:23 
GeneralSQL Query in C++ displayed in VB Pin
John Croucher11-Feb-04 14:19
John Croucher11-Feb-04 14:19 
Hello All,
I wasnt sure if this should go in the C++ or VB Board but I think it relates more to C++.

Anyway. I have been writing an app which does masses of processing using SQL. The problem is that VB is to slow.
I want to be able to write a DLL that can get the data from the MySQL database and put it in the DataGrid on the VB Form.
Is this possible? Easy to be done?

I have already optimised one piece of code someone else wrote. That took 18 hours to do the processing. The C++ dll I wrote did it in 30 seconds. I don't believe ill get this kind of speed increase with the section I need the latest DLL for because it only takes 10 seconds now anyway. But it is something that will be accessed a lot and regulary so 10 seconds is a lot of wasted time in a day.

What I really want is to be able to have every single bit of processing done by C++ and only VB used for the interface.

Any help would be greatly appreciated.

Thanks.
GeneralRe: SQL Query in C++ displayed in VB Pin
Antti Keskinen11-Feb-04 21:01
Antti Keskinen11-Feb-04 21:01 
GeneralTrouble with types... Pin
satcat11-Feb-04 14:06
satcat11-Feb-04 14:06 
GeneralRe: Trouble with types... Pin
Selvam R11-Feb-04 20:10
professionalSelvam R11-Feb-04 20:10 
GeneralRe: Trouble with types... Pin
David Crow12-Feb-04 3:31
David Crow12-Feb-04 3:31 
GeneralRe: Trouble with types... Pin
satcat12-Feb-04 22:41
satcat12-Feb-04 22: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.