Using SQL on Windows XP Professional's IIS

  • Thread starter Thread starter Nathan Sokalski
  • Start date Start date
N

Nathan Sokalski

I have IIS set up on Windows XP so that I can use it as my web server. I
would like to do simple database transactions (just the basic sql INSERT,
UPDATE, DELETE, etc.). Is there any way that I can do this without
installing any expensive database software on my computer?
 
Or MSDE, or you can also use a Jet (Access) database.

Cheers
Ken

: GET MY_SQL
:
: : > I have IIS set up on Windows XP so that I can use it as my web server. I
: > would like to do simple database transactions (just the basic sql
INSERT,
: > UPDATE, DELETE, etc.). Is there any way that I can do this without
: > installing any expensive database software on my computer?
: >
: > --
: > Nathan Sokalski
: > (e-mail address removed)
: >
: >
:
:
 
I have IIS set up on Windows XP so that I can use it as my web server. I
would like to do simple database transactions (just the basic sql INSERT,
UPDATE, DELETE, etc.). Is there any way that I can do this without
installing any expensive database software on my computer?

See:

Which database should I use for my ASP application?
http://www.aspfaq.com/show.asp?id=2426

MSDE Limitations:
http://www.aspfaq.com/show.asp?id=2343

Microsoft Access Limitations:
http://www.aspfaq.com/show.asp?id=2195

Jeff
 
Back
Top