Groups | Blog | Home
all groups > dotnet faqs > march 2006 >

dotnet faqs : Newbie: Application development and .Net


General Fear
3/23/2006 3:09:39 AM


I am new to the .Net. I wanted to ask here first before I did my own
research.

My company wanted to move from Access Databases to SQL Server. However,
the company does not want to create a web page.

Can you use the .Net framework as a front end to SQL Server without
creating a web page?
Christopher Reed
3/23/2006 6:24:54 AM
Look at Windows Forms.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

[quoted text, click to view]

Arjen Stins
3/24/2006 2:05:36 PM
Hi,

You can create console applications, window applications and web
applications in .Net.
The first two will be the applications you are looking for.

Good luck


[quoted text, click to view]

Ken Halter
4/3/2006 2:44:21 PM
[quoted text, click to view]

Just adding to the confusion here.... SQL server isn't tied directly to any
development platform. I've used several versions of SQL Server from VB6
(including SQL Server 2005 Express). The server may require the dotNet
framework to run (as is the case with SQL Server 2005) but that doesn't mean
your app has to access the framework.

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..

tobinlim NO[at]SPAM gmail.com
4/21/2006 7:02:29 AM
Go to this link first and download the word document:
http://www.microsoft.com/sql/solutions/ssm/access/compare-access.mspx

SQL Server does not provide a rapid application development (RAD) tool
like the way Access does. The .NET framework can be used as a platform
to develop desktop applications and web-based applications using SQL
Server. You will need to choose which language you will want to use.
If you're accustomed to Access forms, you'll feel most comfortable with
VB.NET.
AddThis Social Bookmark Button