Project

Jedhi

Centurion
Joined
Oct 2, 2003
Messages
127
I want to make an application that can put some data into a SQL server, and where I can retrieve the data again.

My problem is just what kind of project to use

ASP .NET Application
ASP .NET Service

or
Windows Service ?
 
Okay... if your "application" is a website... I say ASP.NET Application.

If you want a normal window... I say Form. But after that... you can choose if you are going with VB.NET or C#.

You also might want to take a look at the System.Data.SqlClient namespace. Much needed for what you want to do.

But.. obviously... you didn't gave us that much info to help you and this is what we can tell you for what we had.
 
Back
Top