Connecting to MS SQL
-
I am connecting to a MSSQL database with the QODBC driver. I am trying to do some SQL coding and stuff and asking questions on a SQL forum because I don't know much about it since I'm rather new to programming in general.
I was asked "Are you using ADO.Net or one of the .Net facilities to connect to the database?" does anyone know which is used? Or is this more specific to my program and not just Qt and how do I find this out if that is the case?
Thank you for any help!
-
[quote author="Andre" date="1359461855"]Well, ODBC is neither ADO.Net or .Net. It is just that: ODBC.[/quote]
Thats right. For more information read this - "ODBC":http://en.wikipedia.org/wiki/ODBC
But good thing in drivers and libraries is that you not need know how it works and just use it. Maybe later for more experience you can dig deeper.