Click here to Skip to main content
15,925,723 members
Home / Discussions / Database
   

Database

 
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 
GeneralMSDE vs Access Advice Needed Pin
Roger Wright14-Dec-02 20:04
professionalRoger Wright14-Dec-02 20:04 
GeneralRe: MSDE vs Access Advice Needed Pin
leppie14-Dec-02 20:20
leppie14-Dec-02 20:20 
GeneralRe: MSDE vs Access Advice Needed Pin
Roger Wright16-Dec-02 9:06
professionalRoger Wright16-Dec-02 9:06 
GeneralRe: MSDE vs Access Advice Needed Pin
Rob Graham16-Dec-02 8:04
Rob Graham16-Dec-02 8:04 
GeneralRe: MSDE vs Access Advice Needed Pin
Roger Wright16-Dec-02 9:07
professionalRoger Wright16-Dec-02 9:07 
GeneralRename SQL Server (Newbie) Pin
Derek Price13-Dec-02 5:48
Derek Price13-Dec-02 5:48 
GeneralRe: Rename SQL Server (Newbie) Pin
Ray Cassick13-Dec-02 6:32
Ray Cassick13-Dec-02 6:32 

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.