From: FernDog <Fe...@Wh...> - 2004-07-31 01:25:50
|
I've never used anything other than local databases before. Recently, I have developed a couple of web applications as DLLs that access a local database on the web server just fine. I'd like to find a more robust way to manage more data and I've been trying to find the best solution for my needs. I'm guessing that FireBird is the way to go but I am not sure. I have a single iis web server and nothing else at this time. I imagine that I can load FireBird on the webserver, create some tables, and have my web application read and write data. Is this correct? This being true, what layer is required so that my web app can communicate with FireBird? What options do I have? Thanks |