Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL - ASP & UltraDev compatability

Status
Not open for further replies.

superplay

Technical User
Jun 4, 2002
2
CA
Somebody please help. I've been searching for answers for 9 days now. I've looked practically everywhere, printed and read a ton of forums, help files, FAQ's, books and manuals. I can't seem to find answers to my questions below. There is so much documentation with a server side perspective but not the deisigner/developer's.
I know that my questions are a little lengthy but I thought that the more detailed I can be, then the better and more usefull your responses will be.

The easy part:
I need to create a website that will use a database to basically register end users as members. There is no need for online payments or anything of the sort. It would just be to gather their info, store it in a database, have them login when they return to grant them access to a restricted area and also retrieve and display their info by doing a search. Just one table.

The part I need help to understand:
The hosting company that I'm using is setup as a Unix box running MySql & PHP4 (for the purpose of running vBulletin Board). I've created simple data websites using Macromedia's Dreamweaver UltraDev (ASP) & Access before on NT hosted servers with no problems. I use a Win'98 machine. I create and then upload.

1. Can I use UltraDev (ASP or JSP) straight with the hosting co's MySQL server? If so, how? Macromedia's website says that its compatable but doesn't tell you how. Do I need any other software like ChilliSoft? Is MySQL ODBC the answer?

2. The hosting company tells me that they don't allow a direct (remote) connection to the MySQL server. They are the only ones that have access to the root (locally). They're in Alberta I'm in Toronto. What exactly does that mean? How do I connect to create my database?
I tried using MysqlFront, but because I don't have access rights, it doesn't work.

3. Do I need to install MySQL on my machine? If so, what software, MySQL server?

Signed,
Confused & tired but not ready to give up!!!!

 
Questions to answer first.
Where is the web server hosted?
Actually you could use ASP, dependeing on what the web server. The web server doesn't need access to the root on a SQL just the tables, if that's the case they need to set up access for the web server.
To learn MySQL would be a good idea. Their web site is very intuitive and helpful.
Webmonkey.com has some helpful tutorials on MySQL and PHP if you would want to head in that direction.
You are not so dependent on the database as the web server
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top