2013-03-11 66 views
-1

我的問題是;我如何使用:=(在mysql中賦值)在delphi中工作?在delphi中使用@variable:= from mysql

這是我的例子:

create TEMPORARY TABLE if not EXISTS new 
SELECT date, price, kat, tipe, ready, use, 
if(tipe = '0', @x := use, (@x := @x - (ready-use)))as balance, 
@result := ready + @x as HSL, 
if (@result <=0, ready, [email protected]) as sata... and script complete.. 

我的問題是; delphi不能從mysql中除了:=

+0

當然,整個字符串應該用引號括起來 - 在這種情況下,Delphi不會將=作爲賦值運算符,而是將字符串中的兩個字符視爲賦值運算符。 – 2013-03-11 03:30:55

+0

科巴帕克情況下,當di mysqlnya。 soalnya kalo itu masih berbentuk字符串查詢bagaimanapun ga bisa diexec oleh delphi – AsepRoro 2013-03-11 04:45:20

回答

3

如果您需要使用「:」將Paramcheck設置爲false。

相關問題