![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Dec 2004
Posts: 50
Rep Power: 4
![]() |
Whats ODBC?
So I`m still looking a way to use mysql in my app and I found a C++ api for mysql called MySQL++. So, now I have ppl suggesting me to use MySQL++ and others ODBC. Whats the difference and what are pros and cons?
Thanks ![]() |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
If you know how to use MySQL, I suggest going with that rather than learning something new - it takes less time.
|
|
|
|
|
|
#3 |
|
Newbie
|
Objective/Dynamic Borland Convention
A new way to program completely. |
|
|
|
|
|
#4 | |
|
Programmer
Join Date: Dec 2004
Posts: 50
Rep Power: 4
![]() |
Quote:
![]() So any help on what i need to use ODBC with mysql? |
|
|
|
|
|
|
#5 |
|
Programmer
Join Date: Dec 2004
Posts: 50
Rep Power: 4
![]() |
If I`ll choose to use MySQL, am I bound to the MySQL++ or is there anything else I could use? (like some native MySQL api?)
|
|
|
|
|
|
#6 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
Objective/Dynamic Borland Convention?
<cough>Bullshit</cough> |
|
|
|
|
|
#7 |
|
Programming Guru
![]() ![]() ![]() |
ODBC = Open Data Base Connectivity
Everything you need is here: http://dev.mysql.com/downloads You could also go with the ByteFX driver I think... I know it works in C# but not sure about C++.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#8 |
|
Expert Programmer
|
Actually ODBC is a realy useful system as opposed to using proprietary libraries and classes such as those thta mySQL provides.
And the reason being is that ODBC provides a complete database abstraction layer, as long as you have a driver for it, you can use pretty much any database system without having to make extensive changes to your program code. I am curretnly working on a project which uses mySQL through ODBC, and I have to say I like the way it works.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#9 | |
|
Programmer
Join Date: Dec 2004
Posts: 50
Rep Power: 4
![]() |
Quote:
![]() EDIT: Are there any DLLs to be distributed with my app if I use ODBC or do they come with every installation of windows? Last edited by some1; Apr 6th, 2005 at 7:05 PM. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|