Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: SQL Querry ERROR
#55364
SQL Querry ERROR 9 Years, 9 Months ago Karma: 0
HEllo, i want to use the following code to show some Data on my Page

[code}{arisqltable sortBy="Wertung" sortDir="desc" limit="20"}
{ariconnectionstring dbHost="localhost" dbName="joom25_" dbUser="ds_1008"
dbPass="powersau2008" dbType="mysql" persistent="true"}
{arisqltablecolumns}
{arisqltablecolumn id="Titel" alias="Titel" width="40%" className="idg"}
{arisqltablecolumn id="Wertung" alias="UserName" headerClassName="head"}
{arisqltablecolumn alias="Virtual Column" headerClassName="head" virtual="true"}
{coltemplate}{/coltemplate}
{/arisqltablecolumn}
{/arisqltablecolumns}
{arisqltablequery}

SELECT * FROM games_zeitschriften WHERE Ausgabe LIKE '%2006%' AND Wertung NOT IN ('Keine Wertung', '2 von 5', '1 von 5') ORDER BY Wertung DESC LIMIT 21

{/arisqltablequery}
{/arisqltable}[/code]


This a test in Myphp i get the correct result, if i write down the code in the article i get only the Error 1064 - You have an error in your SQL syntax

Maybe you can help me to find the right syntax.

Best Regards
The administrator has disabled public write access.
 
#55365
Re:SQL Querry ERROR 9 Years, 9 Months ago Karma: 763
Hello,

If you use a WYSIWYG editor, switch it to plain text mode and check that the plugin code looks correct. If it doesn't help, could you provide a temporary access to your J! backend by email and link to a page where the problem occurs?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#55366
Re:SQL Querry ERROR 9 Years, 9 Months ago Karma: 0
Oh my god, thats was the Problem. Sorry that i waste your Time!
The administrator has disabled public write access.
 
Go to topPage: 1