Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access v7.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  HXTT Cobol v5.0
  HXTT DBF v7.1
  HXTT Excel v6.1
  HXTT Json v1.0
  HXTT Paradox v7.1
  HXTT PDF v2.0
  HXTT Text(CSV) v7.1
  HXTT Word v1.1
  HXTT XML v4.0
Offshore Outsourcing
Free Resources
  Firewall Tunneling
  Search Indexing Robot
  Conditional Compilation
  Password Recovery for MS Access
  Password Recovery for Corel Paradox
  Checksum Tool for MD5
  Character Set Converter
  Pyramid - Poker of ZYH
   
   
   
Heng Xing Tian Tai Lab of Xi'an City (abbr, HXTT)

HXTT ACCESS
Problem with union?
Christian Schenk
2013-07-13 19:10:57
Now I am unfortunately stumble into another problem. An SQL Statement that worked with the ODBC-JDBC driver without an error throws up this with your HXTT jdbc driver:

Syntax error: Stopped parse at UNION(id56)

The SQL Query has to combine two queries into a single one as the criterias to certain data is different.

SELECT CatID, Titel,CatIDReferenz, Ebene, Reihenfolge, Parameterstring
FROM Cats
WHERE Sprache = 'en'
AND Titel <> NULL
AND Ebene = 2
AND CATIDReferenz = 15
AND Parameterstring <> NULL
AND Reihenfolge <> 0
ORDER BY Ebene, Reihenfolge
UNION
SELECT CatID, Titel,CatIDReferenz, Ebene, Reihenfolge, Parameterstring
FROM Cats
WHERE Sprache = 'en'
AND Titel <> NULL
AND Ebene = 2
AND CATIDReferenz = 15
AND Parameterstring <> NULL
AND CatID = #URL.page#
ORDER BY Ebene, Reihenfolge

I am trying to rewrite it but I have no clue. Thank you.
Re:Problem with union?
HXTT Support
2013-07-13 20:23:34
MS Access is not standard sql UNION sqyntax. You need to remove the first "ORDER BY Ebene, Reihenfolge "

SELECT CatID, Titel,CatIDReferenz, Ebene, Reihenfolge, Parameterstring
FROM Cats
WHERE Sprache = 'en'
AND Titel <> NULL
AND Ebene = 2
AND CATIDReferenz = 15
AND Parameterstring <> NULL
AND Reihenfolge <> 0
UNION
SELECT CatID, Titel,CatIDReferenz, Ebene, Reihenfolge, Parameterstring
FROM Cats
WHERE Sprache = 'en'
AND Titel <> NULL
AND Ebene = 2
AND CATIDReferenz = 15
AND Parameterstring <> NULL
AND CatID = #URL.page#
ORDER BY Ebene, Reihenfolge
Re:Re:Problem with union?
Christian Schenk
2013-07-14 03:58:57
You guys rock, thanks for the quick help!

Search Key   Search by Last 50 Questions




Google
 

Email: webmaster@hxtt.com
Copyright © 2003-2019 Heng Xing Tian Tai Lab of Xi'an City. | All Rights Reserved. | Privacy | Legal | Refund | Sitemap