Do all ASP-capable servers have database functionality?
-
I'm building an ASP app that will need to save and load to file. I want the app to be accessable to everyone with limited knowledge of setting up the script on their website. I was wondering - what percentage of ASP-capable servers out there have database functionality? Simon Hey, it looks like you're writing a letter! Sonork ID 100.10024
-
I'm building an ASP app that will need to save and load to file. I want the app to be accessable to everyone with limited knowledge of setting up the script on their website. I was wondering - what percentage of ASP-capable servers out there have database functionality? Simon Hey, it looks like you're writing a letter! Sonork ID 100.10024
Use DSN-less DB connections. That will make it easier for people to use it. Then, all they'll need to do is to copy the ASP files somewhere. You can use PWS,IIS. Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
-
Use DSN-less DB connections. That will make it easier for people to use it. Then, all they'll need to do is to copy the ASP files somewhere. You can use PWS,IIS. Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
Thanks nish, but that still means they'll need a host with database access - what percentage of hosts (including FREE hosts) would you say offer ASP, but no database functionality? Simon Hey, it looks like you're writing a letter! Sonork ID 100.10024
-
Thanks nish, but that still means they'll need a host with database access - what percentage of hosts (including FREE hosts) would you say offer ASP, but no database functionality? Simon Hey, it looks like you're writing a letter! Sonork ID 100.10024
All webservers that is running IIS have some database functionality. At least JET 3.5, which mean that if you use a Access 97 database you should be able to access that database even from an old NT4 with IIS4... - Anders Money talks, but all mine ever says is "Goodbye!"