IBCScript and Comments
Posted: Sat 23 Jun 2007 02:25
Hi
When I generate an InterBase script internally in Delphi code, I like to comment the script with critical info such as Date and time, program version info, function of the script and reason for creation. eg at top of script
The error message is
can you confirm my findings please and if so, correct the problem. Also, can you add IBCScript property to specify what constitutes comments including singular comments eg // and comment wrappers such as /* */
regards
SeaCay
When I generate an InterBase script internally in Delphi code, I like to comment the script with critical info such as Date and time, program version info, function of the script and reason for creation. eg at top of script
- /**************************************/
/* Date: 23rd June 2007 */
/* Time: 11:53 */
/* Program: MyProg V1.2.3.4 */
/* Script rebuilds xyz table */
/* User requested initialization */
/**************************************/
- /* End of Script - Create table xyz */
The error message is
- Dynamic SQL Error
SQL Error code = 104
Unexpected end of command - line 0, column -11423
can you confirm my findings please and if so, correct the problem. Also, can you add IBCScript property to specify what constitutes comments including singular comments eg // and comment wrappers such as /* */
regards
SeaCay