This is my SQL query when a new customer is setup. It works when I throw it into the MS Query Analyzer. But not when I put it into OG, do I need to throw a pipe in somewhere? If EXISTS (select * from SUBSCRIBERS where username = '<Login>') print 'ERR:' ELSE INSERT INTO SUBSCRIBERS ("username", "password", "replyattr") VALUES ('<Login>', '<Pass>', '<MService1>')
forgot to say that the email response I get is: The results were: OK: Connected ERR: No ResultSet was produced