UniDAC + Interbase 6 or 7 + a field named "returning"
Posted: Mon 09 Aug 2010 21:39
Hello all! New member here, hopefully i'll be able to contribute to the community once I get my feet nice and wet with UniDAC. However until then, I need some assistance!
I have a field in an interbase database called "returning" As you can imagine, I am running into problems updating this field for entries using UniDAC. I am using Delphi 7. SQL Explorer, IBExpert, and Delphi 7's interbase DB components all can manipulate this field fine.. its only UniDAC that is erroring out.
Looking through the history, "returning" is now a reserved word, but changing the name of the field is out of the question, too large of an impact. Is there a way to disable the parsing of this keyword? Adding doublequotes around the field doesn't work, since Field Delimiters are not enabled for the dialect of the database, which is 1.
If anyone knows how to disable the parsing of returning, or escape the field name in SQL dialect 1, let me know!
Edit: I have set the Required fields to false and DML Refresh to false in the UniQuery, as per my searching in the internet and forums, still no joy.
Getting this error:
Token unknown "where"
This exact SQL works fine in IBExpert. Help!
I have a field in an interbase database called "returning" As you can imagine, I am running into problems updating this field for entries using UniDAC. I am using Delphi 7. SQL Explorer, IBExpert, and Delphi 7's interbase DB components all can manipulate this field fine.. its only UniDAC that is erroring out.
Looking through the history, "returning" is now a reserved word, but changing the name of the field is out of the question, too large of an impact. Is there a way to disable the parsing of this keyword? Adding doublequotes around the field doesn't work, since Field Delimiters are not enabled for the dialect of the database, which is 1.
If anyone knows how to disable the parsing of returning, or escape the field name in SQL dialect 1, let me know!
Edit: I have set the Required fields to false and DML Refresh to false in the UniQuery, as per my searching in the internet and forums, still no joy.
Getting this error:
Token unknown "where"
This exact SQL works fine in IBExpert. Help!