Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 01-07-2004, 01:38 PM   #1 (permalink)
Professor of Drinkology
 
Host that supports ASP

Anyone know of a good website host that supports ASP and its associated databases?
__________________
Blah.
tritium is offline  
Old 01-07-2004, 01:39 PM   #2 (permalink)
Professor of Drinkology
 
BTW, what's the difference between MySQL and the MS SQL?
__________________
Blah.
tritium is offline  
Old 01-07-2004, 02:04 PM   #3 (permalink)
kel
WARNING: FLAMMABLE
 
Location: Ask Acetylene
They are different database implementations, different features, different performance, different everything.
SQL is just the general structure for query languages.
__________________
"It better be funny"
kel is offline  
Old 01-07-2004, 02:05 PM   #4 (permalink)
Psycho
 
If I knew how to set up ASP support I'd do it.
insidious_machinae is offline  
Old 01-07-2004, 02:13 PM   #5 (permalink)
Professor of Drinkology
 
Quote:
Originally posted by kel
They are different database implementations, different features, different performance, different everything.
SQL is just the general structure for query languages.
Does ASP use both implementations? Which is better -- as in, easier...

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..
tritium is offline  
Old 01-07-2004, 02:23 PM   #6 (permalink)
Loves my girl in thongs
 
arch13's Avatar
 
Location: North of Mexico, South of Canada
Quote:
Originally posted by tritium
Does ASP use both implementations? Which is better -- as in, easier...

That and I was kinda under the impression that ASP used MS Access databases. How does that fit into the bigger SQL picture?
Mysql's support in php is amazingly well thought out. ASP can use MySql but it's obviously optimized for access and MSSql use.
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
arch13 is offline  
Old 01-07-2004, 03:13 PM   #7 (permalink)
Stop. Think. Question.
 
rubicon's Avatar
 
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.
rubicon is offline  
Old 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.
tritium is offline  
Old 01-07-2004, 07:35 PM   #9 (permalink)
Professor of Drinkology
 
Any generalized recommendations on hosts that support ASP?
__________________
Blah.
tritium is offline  
Old 01-09-2004, 12:53 PM   #10 (permalink)
Stop. Think. Question.
 
rubicon's Avatar
 
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.
rubicon is offline  
Old 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.
f00sion is offline  
 

Tags
asp, host, supports


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 09:52 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62