PDA

View Full Version : Macromedia Question, HELP!!



SnoZ
11-07-2004, 07:30 PM
Sorry 'bout my english, for i'm Portuguese.
This might be a basic/simple/stupid question, but please help me.
I'm trying to make a "register page" with dreamweaver (in .php) where the username, password, mail, access level, etc. are in a ms database; when i try to create a server behavior, more specifically ; my problem is that when im choosing the database table, connection, etc, nothing appears in the pop-up menu... the database is in the same folder, i'm just not sure if the server where it's hosted needs to have some kind of "database server" like "mySQL Server"... i use dreamweaver mx 2004 pro and microsoft access 2003...
if you need more information please ask it... i need help :D

dr.p
11-11-2004, 05:54 AM
To clarify... you created a database on your local computer in MS Access 2003, and then uploaded that file to your web site?

That won't work. You need to have a database of some type on the server, as you mentioned... whatever your host provides. Then you just create a table in the db and insert the records into that table -- on the server that your site is on.

Please forgive me if I'm grossly mistaken. :)