answersLogoWhite

0


Best Answer

No, you do not need SQL*Server, Oracle, or any RDBMS with MS Visual C/C++. It is optional. You would only need it if you wanted to develop database aware software with ODBC, OLE, OCI, or any of the RDBMS protocols.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Do you need an sql server with Microsoft visual c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Microsoft Visual C plus plus 6.0 and why you need?

Microsoft Visual C++ 6.0 was the 6th incarnation of Microsoft Visual C++ 32-bit, released in 1998. Other than supporting legacy Windows software there is no real need for it these days. It has been surpassed several times over by Microsoft Visual C++ 2010 with Microsoft Visual Studio 11 currently in beta as of April 2012.


Who developed visual c plus plus?

Microsoft developed Visual C++.


Is microsoft visual c plus plus the same as visual c plus plus?

Yes. Microsoft Visual C++ is the correct name, but it is often abbreviated to MSVC++ or just VC++. They are all the same.


Do you need Microsoft c plus plus redistributable?

If you use microsoft's "Visual C++ Compiler" whoever is going to use your program needs the redistributable installed.


What has the author Chuck Sphar written?

Chuck Sphar has written: 'Learn Microsoft Visual C++ 6.0 now' -- subject(s): C++ (Computer program language), Microsoft Visual C++ 'Learn Microsoft Visual C [plus plus] 6.0 now' -- subject(s): C


Microsoft visual c plus plus rumetime library runtime error cant access game?

runtime error


Is C plus plus same as Microsoft Visual C plus plus Express Edition?

Your question request a comparison between apples and pears. C++ is a programming language. Microsoft Visual C++ Express is one of many development tools that you can use to create programs using the C++ programming language. Microsoft Visual C++ Express supports native C++ development, and supports development in 'managed C++,' a Microsoft-specific derivative of the C++ language, aimed specifically at the .NET platform.


What is expansion of mfc in c plus plus?

The term "expansion of MFC" is meaningless. Note that the Microsoft Foundation Classes (MFC) library has nothing to do with C++. The MFC is a library designed by Microsoft for use in Microsoft Visual C++.


Which c plus plus best for vista?

Microsoft Visual C++ or Embarcadero C++ Builder (formally Borland C++ Builder).


Is it safe to uninstall Microsoft visual c plus plus?

Yes, it is. Just make sure that you it though "Programs and Features" (Windows 7).


Can Microsoft visual studio c plus plus 2008 express edition work on windows xp service pack 2?

Yes, it can.


Do you need SQL server and c plus plus to develop Visual Studio apps?

No, you don't need VC++. VC++ is often the language of choice when programming for Windows platforms (Microsoft use it in-house for all major software developements, including Windows itself), but it is not the only version of C++ capable of producing Windows programs and is by no means the cheapest. It also comes up short with regards C++ standards compliance.