Thread: Databases & IIS
View Single Post
  #3 (permalink)  
Old 01-18-04, 09:49 PM
cshark's Avatar
cshark cshark is offline
Wannabe Coder
 
Join Date: Jan 2004
Location: Indianapolis
Posts: 155
Thanks: 0
Thanked 0 Times in 0 Posts
You know, you can use mySQL with ASP.
It even runs in OLEDB. That way, you don't have to switch to php, which has a very high learning curve for asp and .net developers.

Access should still be okay on iis 5 and 6. If I were you, I would check my loops, and error handling. It's possible that there's something the computer couldn't find, and you might have told it to ignore errors. That's when it hangs the most for me. If it's your code though, switching to another database isn't going to do you any good. You'll have the same problem.
__________________
Later
Cshark

Try <a href="http://shorthand.org">Shorthand</a>, an exciting new language for web applications.
Reply With Quote