Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
skolnick #1
Recordset SQL problems from a newbie
I've pretty much done everything I can figure out to solve this one short of
banging my head into a wall, and would like to hear your ideas. I'm trying to
work my way through the Training From the Source book on DreamweaverMX 2004
with asp, coldfusion, and php. I have Dreamweaver MX and Dreamweaver 8 loaded
on a Windows XP machine with PHP, Apache, and mySQL loaded.
I'm stumped in Chapter 11 (p. 319), in trying to add a recordset to be called
rs_tourDetail on the test database newland_tours. I type the SQL exactly as it
is in the book to perform an inner join on two tables and display all fields...
but the recordset fails the test with the Windows error "An unidentified error
has occurred."
Here's the SQL code:
SELECT *
FROM tbl_tours INNER JOIN tbl_country
ON tbl_country.countryID=tbl_tours.country
ORDER BY tbl_country.countryName
I loaded the "completed lesson" file from the test files and found that it
also invoked an "unidentified error" in DW.
Other steps -- I connected to the database through MS Access 2003 and the
myODBC driver... and first performed the steps by object design and looked at
the SQL code (same as written in the book). Then I typed the SQL code in and
looked at it in Design view and saw that it was the same (and that it was
functional). Also, the author has a web page that lists errata in the book...
but this problem isn't listed.
So what am I doing wrong?
[email]skolnick@newstrench.com[/email]
skolnick Guest
-
problems paging a recordset search result
Hello, I have set this script up to add paging to a search results page. Which on the first page works fine. I calculates how many pages there... -
Problems with Recordset after install MX Site Searchextension
Hi guys, After install the MX Site Search extension in my Dreamweaver 8, i can't create Recordset. I press the button and nothig is happen. I... -
Problems with Recordset (Query) in Dreamweaver BindingsPanel
Coldfusion Gurus- I keep getting this error when I try to make a connection to my database using the Dreamweaver Bindings Panel: "There are no... -
Recordset problems
Does anyone have any ideas on the following: ? .asp pages won't view via "Live Data" or F12 ? Links to .asp pages work until a recordset is added -... -
Recordset Update Problems
This subroutine is for an error logger, and I'm trying to check if a similar error already exists, only update a few things (time, number of...



Reply With Quote

