Click here to Skip to main content
16,004,833 members
Home / Discussions / Database
   

Database

 
GeneralCHAR, adVarWChar, CString Pin
David Pokluda22-Jan-02 21:12
David Pokluda22-Jan-02 21:12 
GeneralADO Data Control Pin
22-Jan-02 20:37
suss22-Jan-02 20:37 
Questionwhich data type responding to DBTYPE_DBTIMESTAMP? Pin
Aaron K.B. Huang18-Jan-02 2:17
Aaron K.B. Huang18-Jan-02 2:17 
AnswerRe: which data type responding to DBTYPE_DBTIMESTAMP? Pin
Konstantin Vasserman18-Jan-02 2:30
Konstantin Vasserman18-Jan-02 2:30 
GeneralRe: which data type responding to DBTYPE_DBTIMESTAMP? Pin
Aaron K.B. Huang18-Jan-02 21:56
Aaron K.B. Huang18-Jan-02 21:56 
GeneralMemory leak when connecting to an Excel data source usin ODBC Pin
Martin Fridegren15-Jan-02 3:33
Martin Fridegren15-Jan-02 3:33 
GeneralAbout Provider's memeory manager Pin
Jeason Zhao14-Jan-02 23:13
Jeason Zhao14-Jan-02 23:13 
Generalexecution speed... Pin
l a u r e n14-Jan-02 6:20
l a u r e n14-Jan-02 6:20 
we have an app that does a whole bunch of calcs and end up writing upwards of 200,000 records into a sql7 database via direct odbc calls (sqlexecdirect) ... the app takes maybe 15 - 25 minutes to run which isn't so bad considering but i want to know if it can be sped up ... after profiling it i find that 89% of the time is spent inside sqlexecdirect()

we don't use stored procs and the records are inserted using a simple INSERT INTO blah (xxx,xxx,xxx,xxx) VALUES (xxx,xxx,xxx,xxx) statement ... the number of 'parameters' for the queries is maybe 20 or 25

my understanding of stored procs is that they compile once and execute quicker but will this make much difference given the simple nature of the statements and the number of parameters i would have to be working with?

thoughts would be appreciated


---
"every year we invent better idiot proof systems and every year they invent better idiots ... and the linux zealots still aren't being sterilized"
GeneralRe: execution speed... Pin
Konstantin Vasserman14-Jan-02 7:18
Konstantin Vasserman14-Jan-02 7:18 
GeneralRe: execution speed... Pin
Daniel Turini14-Jan-02 8:35
Daniel Turini14-Jan-02 8:35 
GeneralRe: execution speed... Pin
Carlos Antollini14-Jan-02 9:13
Carlos Antollini14-Jan-02 9:13 
GeneralRe: execution speed... Pin
Konstantin Vasserman14-Jan-02 9:17
Konstantin Vasserman14-Jan-02 9:17 
GeneralRe: execution speed... Pin
Carlos Antollini14-Jan-02 9:45
Carlos Antollini14-Jan-02 9:45 
GeneralRe: execution speed... Pin
Konstantin Vasserman14-Jan-02 9:51
Konstantin Vasserman14-Jan-02 9:51 
GeneralRe: execution speed... Pin
Carlos Antollini14-Jan-02 9:54
Carlos Antollini14-Jan-02 9:54 
GeneralRe: execution speed... Pin
l a u r e n14-Jan-02 9:17
l a u r e n14-Jan-02 9:17 
GeneralRe: execution speed... Pin
Carlos Antollini14-Jan-02 9:49
Carlos Antollini14-Jan-02 9:49 
GeneralRe: execution speed... Pin
l a u r e n14-Jan-02 20:19
l a u r e n14-Jan-02 20:19 
GeneralRe: execution speed... Pin
Carlos Antollini15-Jan-02 2:41
Carlos Antollini15-Jan-02 2:41 
GeneralRe: execution speed... Pin
AndyG14-Jan-02 15:38
AndyG14-Jan-02 15:38 
GeneralRe: execution speed... Pin
l a u r e n14-Jan-02 20:21
l a u r e n14-Jan-02 20:21 
GeneralRe: execution speed... Pin
Nick Parker16-Jan-02 3:42
protectorNick Parker16-Jan-02 3:42 
GeneralRe: execution speed... Pin
James T. Johnson22-Jan-02 21:27
James T. Johnson22-Jan-02 21:27 
GeneralADO: Delete record fails for dBASE file Pin
10-Jan-02 2:46
suss10-Jan-02 2:46 
GeneralCRecordset::Edit() Pin
3-Jan-02 4:07
suss3-Jan-02 4:07 

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.