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

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -