Forum Moderators: open

Message Too Old, No Replies

OLE DB Connection won't show database contents

DSNLess Connection Problems

         

nalice

2:32 pm on Dec 30, 2004 (gmt 0)

10+ Year Member



I just started trying to learn ASP.NET so I set up dreamweaver to create a DNSLess connection to my Access database. After I set up the connection I hit test and Dreamweaver told me that everything was working properly. However, when I went to use the database in the database view or to create a Query dreamweaver said "No Tables Found." With a DSN connection the database works fine. Any thoughts?

nalice

4:03 pm on Dec 30, 2004 (gmt 0)

10+ Year Member



alternatively, when I wrote out the code I could access data from the tables, even though dreamweaver couldn't see them. I'd really rather not phsyically write out all the code though...

mattglet

6:26 pm on Dec 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you don't want to physically write out all the code, how do you expect to learn anything?

Easy_Coder

7:17 pm on Dec 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



it sounds like this works
-->when I wrote out the code I could access data from the tables

and this no worky
-->dreamweaver

Perhaps it's not set up properly from a dreamweaver perspective?

nalice

7:48 pm on Dec 30, 2004 (gmt 0)

10+ Year Member



I'll have to write out all of the scripting but I'd rather not have to write out all of the forms as well. Either way I'd like to get Dreamweaver working. There's every possibility that Dreamweaver is configured incorrectly, I'm just not that familiar with it or with OLE DB.