Click here to Skip to main content
16,013,207 members
Home / Discussions / C#
   

C#

 
GeneralRe: Switch Question Pin
Not Active7-Dec-06 7:31
mentorNot Active7-Dec-06 7:31 
GeneralRe: Switch Question Pin
Robert Rohde7-Dec-06 7:46
Robert Rohde7-Dec-06 7:46 
QuestionDatabase Problem Pin
mfcuser7-Dec-06 5:34
mfcuser7-Dec-06 5:34 
AnswerRe: Database Problem Pin
Paul Conrad7-Dec-06 5:37
professionalPaul Conrad7-Dec-06 5:37 
GeneralRe: Database Problem Pin
mfcuser7-Dec-06 5:50
mfcuser7-Dec-06 5:50 
GeneralRe: Database Problem Pin
Paul Conrad7-Dec-06 5:56
professionalPaul Conrad7-Dec-06 5:56 
GeneralRe: Database Problem Pin
mfcuser7-Dec-06 6:10
mfcuser7-Dec-06 6:10 
GeneralRe: Database Problem Pin
Colin Angus Mackay7-Dec-06 6:15
Colin Angus Mackay7-Dec-06 6:15 
mfcuser wrote:
I also want to know if the wizard provides options for interchangeability. Basically, I want my application to have a wizard where user can choose the type of database to use


You want to read up on Data Abstraction Layers. The idea is that you have a variety of classes with the same interface, however, your application instantiates a specific class depending on the database to use. For the rest of the application all it sees is the interface, it doesn't care or need to know anything about the database. Only the DAL classes need to know about differnet databases.


Upcoming Scottish Developers events:
* We are starting a series of events in Glasgow in 2007. Are you interested in a particular subject, or as a speaker?
* Developer Day Scotland: are you interested in speaking or attending?


My: Website | Blog | Photos

AnswerRe: Database Problem Pin
Colin Angus Mackay7-Dec-06 6:12
Colin Angus Mackay7-Dec-06 6:12 
GeneralRe: Database Problem Pin
mfcuser7-Dec-06 6:27
mfcuser7-Dec-06 6:27 
GeneralRe: Database Problem Pin
Colin Angus Mackay7-Dec-06 9:17
Colin Angus Mackay7-Dec-06 9:17 
GeneralRe: Database Problem Pin
Paul Conrad7-Dec-06 11:18
professionalPaul Conrad7-Dec-06 11:18 
GeneralRe: Database Problem Pin
mfcuser7-Dec-06 6:43
mfcuser7-Dec-06 6:43 
GeneralRe: Database Problem [modified] Pin
User 17164927-Dec-06 7:22
professionalUser 17164927-Dec-06 7:22 
GeneralRe: Database Problem Pin
Colin Angus Mackay7-Dec-06 9:19
Colin Angus Mackay7-Dec-06 9:19 
GeneralFor your weekend reading ... Pin
User 17164927-Dec-06 10:29
professionalUser 17164927-Dec-06 10:29 
QuestionIHTMLDOMNode doesn't have onClick event :( Pin
lulaleila7-Dec-06 4:35
lulaleila7-Dec-06 4:35 
Questionpass dropdown with 2 values Pin
Tanuja1237-Dec-06 4:34
Tanuja1237-Dec-06 4:34 
AnswerRe: pass dropdown with 2 values Pin
albCode7-Dec-06 5:17
albCode7-Dec-06 5:17 
QuestionForce my WinForm application to show… Pin
anderslundsgard7-Dec-06 4:07
anderslundsgard7-Dec-06 4:07 
AnswerRe: Force my WinForm application to show… Pin
Eduard Keilholz7-Dec-06 4:18
Eduard Keilholz7-Dec-06 4:18 
AnswerRe: Force my WinForm application to show… Pin
Martin#7-Dec-06 4:32
Martin#7-Dec-06 4:32 
QuestionAutomation, cross thread problem Pin
anderslundsgard7-Dec-06 3:59
anderslundsgard7-Dec-06 3:59 
AnswerRe: Automation, cross thread problem Pin
Robert Rohde7-Dec-06 4:27
Robert Rohde7-Dec-06 4:27 
GeneralRe: Automation, cross thread problem Pin
anderslundsgard7-Dec-06 20:28
anderslundsgard7-Dec-06 20:28 

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.