Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How must an application to accesses database using odbc be deployed if the end user does even know the meaninv and essence of odbc not to talk of turning it ON on its pc.

Is there a way to ensure that odbc is turned ON for or by the application. I have MS Access in mind if you must know.
Posted
Comments
PIEBALDconsult 2-Feb-14 19:47pm    
"I have MS Access in mind"

Get it out of your mind. Consider SQL Server CE. And why use ODBC when ADO.net with OleDb will do Access?
chaau 2-Feb-14 19:56pm    
Just wondering how you turn ODBC on and off? I have not seen such an option before
PIEBALDconsult 2-Feb-14 20:18pm    
Probably means "configure" -- create a DSN.
Gbenbam 2-Feb-14 23:46pm    
The app I am developing is an app which by virture of its nature will not cost much.The target user are not even supposed to know that it has a database.All they need to know is that it requires MS Access to be installed.It is a desktop app ( not meant for a network).Also , its users are not expected) to have high levek of computer competency.They are supposed to just install and start using it.I haven't developed a desktop app that uses a database in the past so I am considering a data provider that will not require any form of configuring on the part of the user.I hope this additional light that I have shed will be useful.
Gbenbam 2-Feb-14 23:50pm    
Ok.I have decided to use OLE provider.Do you think it will meet the stated requirement?

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