Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

unidentified error has occurred

Explorer ,
May 25, 2007 May 25, 2007
While attempting to create a recordset in DW when I click on 'test' I get "An unidentified error has occurred. Does anyone know of a fix for this? Any help will be greatly appreciated.
TOPICS
Server side applications
513
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 25, 2007 May 25, 2007
I should add that I am using DW8 on Windows XP Pro. I get the error message while trying to create an inner join using php 5 and MySQL5. The code is from Dreamweaver 8 with ASP, Coldfusion and PHP training from the source. Here is the code:
SELECT * FROM tbl_tours INNER JOIN tbl_country
ON tbl_country.countryID=tbl.tours.country
ORDER BY tbl_country.countryName

I really need help with this.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 26, 2007 May 26, 2007
You state that your table is called tbl_tours but in your ON clause you
reference it as tbl.tours.country.

If this is how your SQL query really is formed then that would certainly
throw an error.

Pat.


"Charles67" <webforumsuser@macromedia.com> wrote in message
news:f38hqn$8ap$1@forums.macromedia.com...
>I should add that I am using DW8 on Windows XP Pro. I get the error
>message
> while trying to create an inner join using php 5 and MySQL5. The code is
> from
> Dreamweaver 8 with ASP, Coldfusion and PHP training from the source. Here
> is
> the code:
> SELECT * FROM tbl_tours INNER JOIN tbl_country
> ON tbl_country.countryID=tbl.tours.country
> ORDER BY tbl_country.countryName
>
> I really need help with this.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 27, 2007 May 27, 2007
LATEST
Yes, I fixed this error which did not fix my problem. Once I narrowed down the error to one table, I found a corrupt column. When I dropped that column the problem was solved. Thanks for your input.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines