Skip to main content
Participant
April 24, 2007
Question

Database file views not working correctly

  • April 24, 2007
  • 1 reply
  • 241 views
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.
This topic has been closed for replies.

1 reply

Inspiring
April 25, 2007
The problem was introduced during the CF 7.01 update. I understand that the
7.02 update fixes the issue.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"JTuran" <webforumsuser@macromedia.com> wrote in message
news:f0lhv9$1p9$1@forums.macromedia.com...
>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.
>