Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDatabase Application Performance Pin
Sridhar Sanikommu19-Jul-04 7:01
Sridhar Sanikommu19-Jul-04 7:01 
GeneralRe: Database Application Performance Pin
G. Steudtel19-Jul-04 7:10
G. Steudtel19-Jul-04 7:10 
GeneralRe: Database Application Performance Pin
Ivan Cachicatari19-Jul-04 7:12
Ivan Cachicatari19-Jul-04 7:12 
GeneralRe: Database Application Performance Pin
Alexander Wiseman19-Jul-04 7:25
Alexander Wiseman19-Jul-04 7:25 
GeneralRe: Database Application Performance Pin
Sridhar Sanikommu19-Jul-04 7:35
Sridhar Sanikommu19-Jul-04 7:35 
GeneralRe: Database Application Performance Pin
Alexander Wiseman19-Jul-04 10:14
Alexander Wiseman19-Jul-04 10:14 
GeneralRe: Database Application Performance Pin
Sridhar Sanikommu19-Jul-04 11:28
Sridhar Sanikommu19-Jul-04 11:28 
GeneralRe: Database Application Performance Pin
Alexander Wiseman19-Jul-04 15:52
Alexander Wiseman19-Jul-04 15:52 
Hi Sridhar,

Unfortunately, there won't be something which you can code which will take the place of a stored procedure for those DBs that don't support them. MySQL should have something you can use for optimization, although I thought it supported stored procedures. Maybe your best bet is to implement the insertion code inside a worker thread, so the main application UI doesn't seem like it isn't responding when you are doing the insert. Long operations, when necessary, are OK as long as you give the user some indication of what is actually happening and maybe a "Stop" button.

Although I can't think of anything else right now, I will keep my eyes open for something that can help you.

Sincerely,
Alexander Wiseman

Est melior esse quam videri
It is better to be than to seem
GeneralRe: Database Application Performance Pin
Anonymous19-Jul-04 16:36
Anonymous19-Jul-04 16:36 
GeneralRe: Database Application Performance Pin
Sridhar Sanikommu19-Jul-04 16:38
Sridhar Sanikommu19-Jul-04 16:38 
GeneralRe: Database Application Performance Pin
Steen Krogsgaard19-Jul-04 23:01
Steen Krogsgaard19-Jul-04 23:01 
GeneralFinding files recursively Pin
Ivan Cachicatari19-Jul-04 6:55
Ivan Cachicatari19-Jul-04 6:55 
GeneralRe: Finding files recursively Pin
Alexander Wiseman19-Jul-04 7:21
Alexander Wiseman19-Jul-04 7:21 
GeneralRe: Finding files recursively Pin
gamitech19-Jul-04 12:07
gamitech19-Jul-04 12:07 
Generalgetting userID Pin
maggi198119-Jul-04 6:41
sussmaggi198119-Jul-04 6:41 
GeneralRe: getting userID Pin
19-Jul-04 7:06
suss19-Jul-04 7:06 
Generalproblem with OnFileOpen Pin
toothpick19-Jul-04 6:31
toothpick19-Jul-04 6:31 
GeneralRe: problem with OnFileOpen Pin
PJ Arends19-Jul-04 7:22
professionalPJ Arends19-Jul-04 7:22 
GeneralRe: problem with OnFileOpen Pin
Antti Keskinen19-Jul-04 14:30
Antti Keskinen19-Jul-04 14:30 
GeneralRe: problem with OnFileOpen Pin
toothpick20-Jul-04 12:56
toothpick20-Jul-04 12:56 
GeneralFile Mapping Pin
Toni7819-Jul-04 6:24
Toni7819-Jul-04 6:24 
GeneralRe: File Mapping Pin
bikram singh19-Jul-04 11:02
bikram singh19-Jul-04 11:02 
GeneralRe: File Mapping Pin
Toni7821-Jul-04 8:47
Toni7821-Jul-04 8:47 
GeneralUsing the Clipboard Pin
tunerica19-Jul-04 6:21
tunerica19-Jul-04 6:21 
GeneralRe: Using the Clipboard Pin
PJ Arends19-Jul-04 7:49
professionalPJ Arends19-Jul-04 7:49 

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.