I have recently set up an Access database on my local
coldfusion server. When I go to the application panel and go to the
'databases' tab, I can see a list of my databases just fine. The
problem is that, when I open the individual tables of a database
I've created, the files show up as the path to the file and not the
file name as it normally should. For example, I'm working through a
lynda.com tutorial and have build a database called 'teacloud'.
When I open the teacloud tables in Dreamweaver, they should show
the individual names of the tables, like the following:
Products
ProductTypes
Reviews
Users
UserTypes
Instead, I get the following:
C:\CFusionMX7\wwwroot\database\teacloud.Products
C:\CFusionMX7\wwwroot\database\teacloud.ProductTypes
C:\CFusionMX7\wwwroot\database\teacloud.Reviews
C:\CFusionMX7\wwwroot\database\teacloud.Users
C:\CFusionMX7\wwwroot\database\teacloud.UserTypes
How do I get rid of the file path structure to where
Dreamweaver simply shows the Table name only? This is very
annoying, as it prevents me from being able to see the individual
table names in many of the functions within Dreamweaver.