Quest: ASP.NET access to Database without any SQL Server...

L

lewi

I am just starting to use ASP.NET(C#) with VS.NET 2002 Pro on Win2000 Server
and spend only little time with MySQL while working with PHP. Now I am only
using all this for developement/learning and only on the localhost. I would
use SQL 2000 server if I have it but don't have the money to get it but I
don't want to wait with porting the PHP script so what can I use with
ASP.NET to access a DB so I can build round then replace this with SQL
2000(or higher) Server later...

Like is there a way to access an MS Access 2000 DB which I have but not
install yet using ODBC or some other DB connection. Can I access this DB
with an SQL interface so command aren't needed to be changed in my ASP.NET
page with adding SQL 2000 Server later...

Any help...
 
S

Sherif ElMetainy

Hello

You can start with MSDE (Miscrosoft Desktop Engine) which is a free version
of SQL server 2000, with lower performance and reduced features. But it is
good for development and testing purposes.

Read about it and download it here
http://www.microsoft.com/sql/msde/default.asp

Best regards,
Sherif
 
L

lewi

Read about it and download it here
Thanks, I will try that out...
Ok, I installed it but I don't know where to do next...

What do I do now to setup a DB. Install MS Access 2000?...

When I have a DB should I be able to make SQL call from ASP.NET app to
access the DB?

Any more help?
 
S

Sherif ElMetainy

Hello

MSDE doesn't come with GUI clients (Entreprise manager , Query analyzer,
etc)
You can connect to it using osql command line utility, or using ASP.NET (or
any Sql Client).
You can use visual studio too, to design tables, etc

Best regards,
Sherif
 
L

lewi

You can connect to it using osql command line utility, or using ASP.NET
(or
any Sql Client).
You can use visual studio too, to design tables, etc
Thanks alot for the great help... I will look at sample ASP.NET apps to
learn how to access the DB and see if I can create a DB in VS...

Thanks again...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top