Discussion:
Dreamweaver Database table not showing
(too old to reply)
bombardos
2006-03-15 01:30:12 UTC
Permalink
I'm stumped, can someone share their wisdom with me please?

I'm running Dreamweaver mx2004 on WinXP, creating a site using php with
phpMyAdmin 2.7.0 for the sql.
Connection is all fine for the site, have created 3 tables within the database
which all show up fine in the Application > Databases panel of dreamweaver.
The problem arrose when I created the 4th table called orders in the same
database as the rest. Dreamweaver does not want to show the tables fields in
the Databases panel, and I have no idea why.

Loading Image...
Baxter
2006-03-15 01:39:02 UTC
Permalink
I believe Order is a reserved word and can not be used for a table in MYSQL
Try myorders or something like that.
http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html
Dave
Post by bombardos
I'm stumped, can someone share their wisdom with me please?
I'm running Dreamweaver mx2004 on WinXP, creating a site using php with
phpMyAdmin 2.7.0 for the sql.
Connection is all fine for the site, have created 3 tables within the database
which all show up fine in the Application > Databases panel of
dreamweaver.
Post by bombardos
The problem arrose when I created the 4th table called orders in the same
database as the rest. Dreamweaver does not want to show the tables fields in
the Databases panel, and I have no idea why.
http://croc.ftw.net.nz/Screens/datatable.jpg
bombardos
2006-03-15 02:15:22 UTC
Permalink
Well done, thanks very much for that.
Baxter
2006-03-15 11:16:38 UTC
Permalink
Your Welcome
Dave
Post by bombardos
Well done, thanks very much for that.
Continue reading on narkive:
Loading...