Procedure described in the following article (http://forum.automatedemailparser.com/d ... o=topic320) does not work if there are not spaces between the fields included in the select
That is: SELECT a,b,c FORM Table1
does not work. The next action will not see any field available.
SELECT * FORM Table1 is not working either.
To solve this, I have to write an <space> character between the "," and the next field
SELECT a, b, c FORM Table1
It would be very interesting fixing this.
My version is 3.4
Thanks
Julian
That is: SELECT a,b,c FORM Table1
does not work. The next action will not see any field available.
SELECT * FORM Table1 is not working either.
To solve this, I have to write an <space> character between the "," and the next field
SELECT a, b, c FORM Table1
It would be very interesting fixing this.
My version is 3.4
Thanks
Julian
Thanks for reporting this Julian. I have just fixed this problem in all the database actions available in Email&Parser.
The fixed version is available at the download page :
http://www.automatedemailparser.com/download.php
The fixed version is available at the download page :
http://www.automatedemailparser.com/download.php