Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Quest: ASP.NET access to Database without any SQL Server...

Reply
Thread Tools

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

 
 
lewi
Guest
Posts: n/a
 
      12-04-2003
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...


 
Reply With Quote
 
 
 
 
Sherif ElMetainy
Guest
Posts: n/a
 
      12-04-2003
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

"lewi" <> wrote in message
news:...
> 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...
>
>



 
Reply With Quote
 
 
 
 
lewi
Guest
Posts: n/a
 
      12-04-2003
> Read about it and download it here
> http://www.microsoft.com/sql/msde/default.asp

Thanks, I will try that out...


 
Reply With Quote
 
lewi
Guest
Posts: n/a
 
      12-04-2003
> > Read about it and download it here
> > http://www.microsoft.com/sql/msde/default.asp

> 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?


 
Reply With Quote
 
Sherif ElMetainy
Guest
Posts: n/a
 
      12-05-2003
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

"lewi" <> wrote in message
news:...
> > > Read about it and download it here
> > > http://www.microsoft.com/sql/msde/default.asp

> > 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?
>
>



 
Reply With Quote
 
lewi
Guest
Posts: n/a
 
      12-05-2003
> 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...




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database Database Database Database scott93727@gmail.com Computer Information 0 09-27-2012 02:43 AM
DataBase DataBase DataBase DataBase scott93727@gmail.com Computer Information 0 09-26-2012 09:40 AM
How can IIS access the database without having ASPNET account in the database Tony Johansson ASP .Net 7 12-23-2009 04:39 PM
501 PIX "deny any any" "allow any any" Any Anybody? Networking Student Cisco 4 11-16-2006 10:40 PM
confused about access / sql database / sql server / php !! .. help please cooldv ASP General 3 10-06-2003 01:35 PM



Advertisments