Hello,

the current turbine-sybase.sql script is almost correct.
The only changes required are to replace all " with ' in the if exists statements.


Wrong:
IF EXISTS (SELECT 1 FROM sysobjects WHERE type = "U" AND name = 
"TURBINE_SCHEDULED_JOB")

Correct:

IF EXISTS (SELECT 1 FROM sysobjects WHERE type = 'U' AND name = 
'TURBINE_SCHEDULED_JOB')

Looks good the whole script-generation stuff.

Andr�.




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to