mam
mam
About
- Username
- mam
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
gordk. thank for value advice yes i found the problem and fix it
-
thank's for all when i try to add extra quotes frxrep1.variables := ''''+'(1,4,6)'+''''; i eceived this error mssage could not convert variant (string) into type (double)
-
thenicespider thank's a lot I tried this code var param1 string; param1 := '(1,4,5,9,11)'; sql_msg= 'select * from tbl a where a.fld in ' + param1 and this sql_msg= format('select * from tbl a where a.fld in %s ',) its runnig good…