c++ - Connecting and Fetching a record form sequel server 2005 -
I have a window application in Visual C ++. I am not using MFC, in this application I am using SQL Server Connects to 2005 and receives records as a database file. Can anyone guide me how it can be done Thanks in advance.
I would say, you can use some wrapper framework around the ODBC calls. I was currently working on a project where SQL Server communication was included, so I found this wrapper framework: which is an easy ODBC cover library, it is very trivial how it can be used, but I accept it I would have to patch it for a little more functionality. But otherwise it is a useful option for ODBC communication. Now, you can use the original SQL driver through ODBC. Since this is the minimal framework, if you go through the tutorials, then you will be ready to make a new application with it. Now
Comments
Post a Comment