01-07-2004, 02:13 PM | #5 (permalink) | |
Professor of Drinkology
|
Quote:
That and I was kinda under the impression that ASP used MS Access databases. How does that fit into the bigger SQL picture?
__________________
Blah. Last edited by tritium; 01-07-2004 at 02:16 PM.. |
|
01-07-2004, 02:23 PM | #6 (permalink) | |
Loves my girl in thongs
Location: North of Mexico, South of Canada
|
Quote:
MYSql is also my preference because the wealth of free php code that allows for easy data managment far outstrips the amount of free asp code for the same function with SQL databases. If you can find a well thought out asp code for data managment, use MYSql simply because it's a more widley used implamentation for small to medium scale data throughout the web. Try sourceforge for asp code to use both and find what suites you best in the end.
__________________
Seen on an employer evaluation: "The wheel is turning but the hamsters dead" ____________________________ Is arch13 really a porn diety ? find out after the film at 11. -Nanofever |
|
01-07-2004, 03:13 PM | #7 (permalink) |
Stop. Think. Question.
Location: Redondo Beach, CA
|
ASP is the technology Microsoft uses for server-side scripting. ASP can use VBScript, JScript, or whatever is implemented within IIS (MS's web server).
VBScript (the most common language used in ASP) is easy to use with ODBC, and thus, MS Access and MS SQL databases. OTOH, PHP is server-side and is used mostly with MySQL. As arch13 stated, there are implementations of PHP and MySQL on Windows hosts so you could mix and match. However, it seems the implementation of PHP has some restrictions on the file system level with Windows that is easier to deal with in Linux because of Linux shell access. As well, CPanel contains a wealth of GUI tools for using MySQL databases, managing file system security, shell access, and so forth. Personally, I stick with ASP/VBScript and Access/MS SQL on Windows. I go with PHP and MySQL on Linux. I've converted most of my web sites from ASP to PHP and moved them to Linux hosts. Way more free tools.
__________________
How you do anything is how you do everything. |
01-07-2004, 05:24 PM | #8 (permalink) |
Professor of Drinkology
|
I'm just getting started learning ASP some a lot of this seems pretty foreign to me. I knew a little Cold Fusion, and primarily used access databases with that. So, things aren't completely strange to me... I never had to deal with MySQL vs. MS SQL though...
May I see your website, rubicon? Perhaps an ASP site too? Thanks.
__________________
Blah. |
01-09-2004, 12:53 PM | #10 (permalink) |
Stop. Think. Question.
Location: Redondo Beach, CA
|
For ASP hosting I've been using Best-Machine.com. Inexpensive with a good number of features.
I'd be happy to show you some of the ASP code I've written based on what you're looking for. I'll PM you.
__________________
How you do anything is how you do everything. |
01-09-2004, 02:57 PM | #11 (permalink) |
Tilted
Location: So. Cali
|
you can also connect to a mySQL server through odbc and use it just like it were access or ms sql... odbc makes it so you can switch between multiple database platforms and not change any of your code.. as long as the db supports the sql syntax you can pipe any commands through the connection and get back records.
I like www.lunarpages.com for hosting... the use linux servers with mysql databases and the chilisoft asp implementation...plus it has the nice cpanel interface.
__________________
Tell me what we’re fighting for— I don’t remember anymore, only temporary reprieve. And the world might cease if we fail to tame the beast; from the faith that you release comes an atheist peace. |
Tags |
asp, host, supports |
|
|