Question answered by asker or dialog deemed valuable.
Closed, 500 points refunded.
ee_ai_construct (replacement part #xm34)
Community Support Admin
Main Topics
Browse All TopicsHi Guys,
I've set up an ASP.NET C# site, i have a OLE DB Connection to my SQL 2000 Server when i go into TEST the connection is says "Connection was Made Successfully".
heres my problem,
when i go to add a DataSet i give it a name and then select my connection which is called DBConnect,
i should get back a list of tables on my server but it comes back ***NO Table Found
any ideas please??????
heres whats in my web.config file...
<configuration>
<appSettings>
<add key="MM_CONNECTION_HANDLER
<add key="MM_CONNECTION_STRING_
<add key="MM_CONNECTION_DATABAS
<add key="MM_CONNECTION_SCHEMA_
<add key="MM_CONNECTION_CATALOG
</appSettings>
</configuration>
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: jay_eirePosted on 2005-02-09 at 05:38:53ID: 13263529
Found the Answer to My Problem..........
.com/pub/d reamweaver /extension s/ SP2DBFix 1.0.2.mxp
cfusion/kn owledgebas e/index.cf m? id=tn_19 515#aspnet _db
Database connectivity fails with local ASP.NET and ASP servers
ASP.NET issue: When using a local ASP.NET test server running on XP SP2 with Dreamweaver (i.e. the Testing Server URL prefix is set to "localhost"), database connectivity fails. If you click the Test button in the OLE DB Connection or SQL Server Connection dialog box, it says the connection was made successfully. However, if you then try to browse the tables in the Databases panel or in the DataSet dialog box, the database tables do not display.
ASP: When using a local ASP test server running on XP SP2 with Dreamweaver (i.e. the Testing Server URL prefix is set to "localhost"), and you specify "Using driver on testing server" or "Using DSN on testing server," database connectivity fails. If you click the Test button in the Custom Connection String or Data Source Name (DSN) dialog box, it says the connection was made successfully. However, if you then try to browse the tables in the Databases panel or create a recordset, the database tables do not display or you get the following error message: "Unable to retrieve tables from this connection, click on the 'Define...' button to test this connection."
Workaround: Download and install the Dreamweaver extension fix by Macromedia that resolves this issue (Ref. 179021). To use this extension, follow the steps below:
1. In Dreamweaver, select Site > Advanced > Remove Connection Scripts.
2. Quit Dreamweaver.
3. Install the extension.
4. Restart Dreamweaver and create a new database connection.
Note: This extension is compatible with Dreamweaver MX 2004 and Dreamweaver MX. The current version of the extension is 1.0.2. Version 1.0.1 resolved a database connectivity problem with the ASP VBScript server model. Version 1.0.2 includes the fixes in version 1.0.1 and also resolves compatibilty issues with Dreamweaver MX (version 6). You can see which version you have by opening the Extension Manager.
"Build" button does not work in ASP.NET OLE DB connection dialog
When working with ASP.NET pages in Dreamweaver, if you select the Databases panel, click the Plus button, select OLE DB Connection, and click the Build button, the Data Link Properties dialog box does not open. Nothing happens when you click the Build button. This problem only affects Dreamweaver MX 2004 and not Dreamweaver MX. One cause of this problem appears to be MDAC 2.8, which is included by default with XP SP2. The problem also affects XP SP1 users, if they have installed MDAC 2.8. (Ref. 178520, 164036) There are two workarounds:
• Click the Templates button in OLE DB Connection dialog box and create the connection.
• Create a new text file on the hard drive, change the file extension from .txt to .udl, and then open the .udl file. It should open the Data Link Properties dialog box.
http://download.macromedia
http://www.macromedia.com/