Hi there,
I had similar problems recently with ASP, SQL and DW, which have resolved. I am pretty new to ASP and SQL as well.
1.) Excellent book I am using: Dreamweaver Advanced (Peachpit Press), which I ordered through a local bookstore. This book contains a lot of examples on just what you're doing and a lot of examples with instructions referring to PHP.
2.) They specifically mention when displaying recordsets "If you get an error that begins, "Failed opening Connections/" and you are using PHP, you have not yet uploaded the Connections folder."
3.) My own suggestion after my experience with similar problems with ASP and SQL and DW:
I set up a custom connection string, instead of using the System DSN and that was successful. "Driver={SQL Server};Server=ServerNameNumber;DBQ=D:\INETPUB\Dat abases\SQL Databases\MSSQL\data\website_Data.MDF;UID=UserName ;PWD=Password;" I selected "Using Driver on this Machine" when I coded the connection string from the Applications Panel, Databases tab.
DW (I am using MX at work) online help actually has some pretty good documentation on this issue. They actually have a section called "Database Connections for PHP Developers" - while I use ASP with the sites and databases here, this may help you.
Hope you have figured it out or if not, that this helps!
|