Subject | Syntax Question |
---|---|
Author | Craig |
Post date | 2005-07-07T00:18:56Z |
Hi All,
Having a spot of bother with this statement
SQLText := 'SELECT FIRST 1000 SKIP 10 * FROM '+UnFixTableName
(TableName)+' ORDER BY '+GetQryField(TableName)+ ' ASCENDING';
Keeps telling me i have an invalid token Line 2 Char 6 ',' <- this
char right here. If i put fields in for the * it works, does this mean
you cannot use * in this syntax ?
Thanks
Having a spot of bother with this statement
SQLText := 'SELECT FIRST 1000 SKIP 10 * FROM '+UnFixTableName
(TableName)+' ORDER BY '+GetQryField(TableName)+ ' ASCENDING';
Keeps telling me i have an invalid token Line 2 Char 6 ',' <- this
char right here. If i put fields in for the * it works, does this mean
you cannot use * in this syntax ?
Thanks