Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Actuate String

Status
Not open for further replies.

asrinath

Programmer
Apr 25, 2003
8
US
Hello All,
I am trying to execute this insert statement and I keep getting an error when I compile the report. What am I missing?
<code>
&quot;Insert into <tbname> (<col>,<col>,<col>,<col>,<col>, <col>,<col>,<col>,<col>,<col>,<col>,<col>,<col>,<col>, <col>,<col>,<col>,<col>,<col>) values ('&quot;&<value> &&quot;','&quot;&<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;','&quot; &<value> &&quot;')&quot;

ERROR:
NewReportApp%Finish(19): Actual: [octal constant] Expecting: ':', [new line]
</code>
 
Please try to convert the non string values to strings using CSTR() function. Also Please provide spaces around & operator.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top