Subject | String with added string-variable |
---|---|
Author | Olaf Kluge |
Post date | 2012-05-24T13:53:59Z |
Hello,
Unfortunately I have not yet found a solution to the problem.
I use a String and would like to add a string-variable to the string. I need
before and after the string the little '
..and RDB$FIELD_NAME = ''' || fname || '''';
results: field_name = ''COLUMNNAME''' and returns a sql exception.
and RDB$FIELD_NAME = ''' || fname || '''; goes wrong. All the text after is
marked as text.
How can I realize:
Fiels_name = 'COLUMNNAME''? I have test all combinations from one ' to four.
Thanks
Best regards Olaf
[Non-text portions of this message have been removed]
Unfortunately I have not yet found a solution to the problem.
I use a String and would like to add a string-variable to the string. I need
before and after the string the little '
..and RDB$FIELD_NAME = ''' || fname || '''';
results: field_name = ''COLUMNNAME''' and returns a sql exception.
and RDB$FIELD_NAME = ''' || fname || '''; goes wrong. All the text after is
marked as text.
How can I realize:
Fiels_name = 'COLUMNNAME''? I have test all combinations from one ' to four.
Thanks
Best regards Olaf
[Non-text portions of this message have been removed]