Can't See Database Tables -
09-01-2004
, 02:02 PM
I'm using DW 2004 and ASP.NET with C# with SQL server 2000.
When I started building my application, I created a database connection, then
I created a data set from a stored procedure, and everything was worked great.
Then, for no reason that I can see, Dreamweaver could no longer see my stored
procedures or any of the tables in the database. The part of the application
that I'm building works (i.e., my datagrid is getting populated by the correct
data, so the data connection string is working), but as far as Dreamweaver is
concerned, there are no objects in the database.
I installed the 7.0.1 update to see if that would fix the problem. When I
started it for the first time after the update, Dreamweaver saw the stored
procedures. I closed Dreamweaver, and restarted it, and Dreamweaver was back
to being unable to see any of the tables or stored procedures.
Does anyone have any idea what the problem is, or how I can fix it? Would an
uninstall / reinstall of Dreamweaver work? |