Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 How do i make VC++ for database in SQL Server(as back end)

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-02-17 : 06:46:53
Fiza writes "Hi..
I am developing an application(dialog based application) in VC++ for which i need to access the data stored in the database in SQL Server. I have no clue how to connect the database to my VC++ program so that i can make queries and manipulate the database as per the user's requirements.
Please help me out in finding a solution for my problem.
Is this the same as providing ODBC connectivity to a VC++ application?

Thanking you
Fiza"

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-02-17 : 07:36:11
preety much the same. i recommend using command and recordset pointers over ordinary recordsets and command.
they do not need manual destruction.

EDIT: Switch to C# and .net if you can. it's much easiers to do windows forms and data manipulation there.

Go with the flow & have fun! Else fight the flow
Go to Top of Page
   

- Advertisement -