Transfer should really do this by default for all SQL it generates without specifying anything. ANSI SQL specifies double quotes around identifiers and I don't know of any database that doesn't support it if the connection is setup right.
It should just be a single quoted-identifiers="true" option, and not character generic. This is in ANSI after all. On Dec 7, 3:50 pm, Mark Mandel <[email protected]> wrote: > Hmnn.. I don't know if this possible at this stage. > > Single quotes you can use in the XML file, but double is going to be tough > inside XML. > -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
