Live Chat Icon For mobile
Live Chat Icon

I don’t have SQL Server. Is there any way to run the samples that need SQL server

Platform: WinForms| Category: Data Binding

You can use MSDE, a SQL server compatible database engine that MS makes available for free. You can download and install MSDE from a whole variety of sources. Here is one source.

MSDE also comes with Visual Studio.NET / .NET framework SDK. It is available under $(VS Install drive):\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Setup\msde. You can then run $(VS Install drive):\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Setup\configsamples.exe to configure the northwind database that the samples use.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.