|
-
June 21st, 2012, 03:09 PM
#1
Vc++2010 & sql 2008
hi .
I'm asking on how to link SQL 2008 with Visual C++ 2010 . including steps plz..
thanks for advance
-
June 21st, 2012, 03:21 PM
#2
Re: Vc++2010 & sql 2008
Maybe you will start with MSDN? 
Something like Visual Studio 2010 SQL Server Database Projects?
Victor Nijegorodov
-
June 21st, 2012, 03:40 PM
#3
Re: Vc++2010 & sql 2008
There are several ways. You could use ODBC and the MFC classes CDatabase and CRecordset. The steps are well documented on MSDN.
-
June 21st, 2012, 05:16 PM
#4
Re: Vc++2010 & sql 2008
 
MSDN shows me how to set up the SQL server 2008, But still doesn't show me how to link it to microsoft Visual C++ 2010

-
June 21st, 2012, 05:24 PM
#5
Re: Vc++2010 & sql 2008
To create a database project:
http://social.msdn.microsoft.com/For...e-bc149b2df2a9
If you mean something else then please define "to link SQL 2008 with Visual C++ 2010"
Victor Nijegorodov
-
June 22nd, 2012, 07:17 AM
#6
Re: Vc++2010 & sql 2008
 Originally Posted by kimoalking
Did you check the documentation for the two classes I mentioned?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|