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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

apostrophe in query
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: apostrophe in query
#37071
apostrophe in query 11 Years, 5 Months ago Karma: 0
Hello

I try build query from ARI data table. I create this (is probably wrong):

Code:

Select {$REQUEST:typ_turbiny|typ_turbiny}, {$REQUEST:srednica_wirnika|srednica_wirnika} From generatory


Answer :

Select 'typ_turbiny', 'srednica_wirnika' From generatory
(doesn,t work)

Problem is with apostrophe. What to do by result was without apostrophe like:

Select typ_turbiny, srednica_wirnika From generatory

For help thanks
The administrator has disabled public write access.
 
#37074
Re:apostrophe in query 11 Years, 5 Months ago Karma: 748
Hello,

Try the following SQL query:


SELECT
{$REQUEST:typ_turbiny|empty:typ_turbiny},
{$REQUEST:srednica_wirnika|empty:srednica_wirnika}
FROM
generatory


Regards,
ARI Soft
The administrator has disabled public write access.
 
#37075
Re:apostrophe in query 11 Years, 5 Months ago Karma: 0
nothing change apostrophe still exist when i use typ_turbiny and srednica_wirnika var and query not working
Last Edit: 2013/02/18 11:44 By pabblo.
The administrator has disabled public write access.
 
#37077
Re:apostrophe in query 11 Years, 5 Months ago Karma: 748
Could you provide a link to a page where we can see the problem and a temporary access to your J! backend by email so we can investigate the problem?

PS: If "Server side pagination" parameter is set to "Yes", it is not possible to use request variables in SQL query.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#37080
Re:apostrophe in query 11 Years, 5 Months ago Karma: 0
thanks for replay, i send mail, "Server side pagination" parameter is set to "No"
Last Edit: 2013/02/18 12:29 By pabblo.
The administrator has disabled public write access.
 
#37085
Re:apostrophe in query 11 Years, 5 Months ago Karma: 748
Check your mail please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12