Click here to Skip to main content
15,921,941 members
Home / Discussions / Database
   

Database

 
GeneralSQL SELECT Question Pin
Larry Antram21-Dec-02 12:19
Larry Antram21-Dec-02 12:19 
GeneralRe: SQL SELECT Question Pin
Rein Hillmann21-Dec-02 17:23
Rein Hillmann21-Dec-02 17:23 
GeneralAutomate registering a DSN Pin
Robby20-Dec-02 4:10
Robby20-Dec-02 4:10 
GeneralRe: Automate registering a DSN Pin
Rein Hillmann20-Dec-02 6:03
Rein Hillmann20-Dec-02 6:03 
GeneralRe: Automate registering a DSN Pin
Alexander Kojevnikov22-Dec-02 2:07
Alexander Kojevnikov22-Dec-02 2:07 
GeneralRe: Automate registering a DSN Pin
mwilliamson23-Dec-02 9:44
mwilliamson23-Dec-02 9:44 
GeneralTo wrap or not to wrap... that´s the question... Pin
Mauricio Ritter19-Dec-02 0:17
Mauricio Ritter19-Dec-02 0:17 
GeneralRe: To wrap or not to wrap... that´s the question... Pin
Michael P Butler19-Dec-02 0:44
Michael P Butler19-Dec-02 0:44 
I tend towards wrapping everything, especially if it is code I'm going to be doing a lot. I hate re-inventing the wheel, so If I can wrap something and save some typing time then I will.

On our Oracle system, we have a live and test database - by wrapping the Oracle connection object, I can switch between them with the flick of a parameter. Very useful for release and debug testing.

I tend to create wrappers around Command objects that relate to the stored procedures in the database. It helps for code reuse across multiple projects.



Michael

Fat bottomed girls
You make the rockin' world go round -- Queen

GeneralRe: To wrap or not to wrap... that´s the question... Pin
SimonS19-Dec-02 1:41
SimonS19-Dec-02 1:41 
GeneralRe: To wrap or not to wrap... that´s the question... Pin
Alexander Kojevnikov19-Dec-02 5:32
Alexander Kojevnikov19-Dec-02 5:32 
GeneralRe: To wrap or not to wrap... that´s the question... Pin
leppie19-Dec-02 7:13
leppie19-Dec-02 7:13 
GeneralRe: To wrap or not to wrap... that´s the question... Pin
Tatham26-Dec-02 7:14
Tatham26-Dec-02 7:14 
Generalconcurrency Pin
Jeremy Pullicino18-Dec-02 1:37
Jeremy Pullicino18-Dec-02 1:37 
GeneralRe: concurrency Pin
Mark Conger18-Dec-02 3:52
Mark Conger18-Dec-02 3:52 
GeneralRe: concurrency Pin
Jeremy Pullicino19-Dec-02 1:24
Jeremy Pullicino19-Dec-02 1:24 
GeneralDealing with Duplicate Records Pin
xdavidx16-Dec-02 19:38
xdavidx16-Dec-02 19:38 
GeneralRe: Dealing with Duplicate Records Pin
Christian Graus16-Dec-02 19:52
protectorChristian Graus16-Dec-02 19:52 
GeneralRe: Dealing with Duplicate Records Pin
leppie17-Dec-02 6:22
leppie17-Dec-02 6:22 
GeneralRe: Dealing with Duplicate Records Pin
mwilliamson23-Dec-02 9:48
mwilliamson23-Dec-02 9:48 
GeneralRe: Dealing with Duplicate Records Pin
Tatham26-Dec-02 7:19
Tatham26-Dec-02 7:19 
GeneralRe: Dealing with Duplicate Records Pin
Rein Hillmann26-Dec-02 17:59
Rein Hillmann26-Dec-02 17:59 
GeneralRe: Dealing with Duplicate Records Pin
Tatham26-Dec-02 18:19
Tatham26-Dec-02 18:19 
GeneralA SQL query Pin
Shamoon15-Dec-02 19:40
Shamoon15-Dec-02 19:40 
GeneralRe: A SQL query Pin
Nick Parker16-Dec-02 8:19
protectorNick Parker16-Dec-02 8:19 
GeneralRe: A SQL query Pin
Rob Graham16-Dec-02 8:36
Rob Graham16-Dec-02 8:36 

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.