Click here to Skip to main content
15,868,306 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to create an web application which should be run using different types of databases.
I have to prompt user to select the database : MySQL, Oracle, MSAccess, or MS Sql Server when user first log in.
I have no any idea how can I do this. Please give me some ideas.
Posted
Comments
Dasaradhi_r 11-Sep-12 7:43am    
Please give some more inputs on your requirements and what you want to achieve.
[no name] 11-Sep-12 9:22am    
"I have no any idea how can I do this", what do you mean you have no idea? Use a combobox or a set of radio buttons, or even some checkboxes, have them pick from a listbox.

1 solution

There are lots of tutorials online, a quick search revield lots of relevant info:
Connect C# to MySQL[^]
Instant Oracle Using C#[^]
Simple Movie Database in C# using Microsoft Access[^]
Beginners guide to accessing SQL Server through C#[^]

So whats the spesific issue you are having problems with?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900