Quote character change in ODBC

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ml
Participant
Posts: 82
Joined: Wed Jun 09, 2004 1:03 pm
Location: Argentina

Quote character change in ODBC

Post by ml »

After we migrate an ODBC conection from sequelink to wireprotocol, the quote character in the sql statement change from "" to 000.
Is the same database (sql server), so i asume that this configuration is at driver level (?). Anybody know how to modify the default quote value in the datadirect wireprotocol driver? (without edit job by job :P)

Thanks in advance!!

Matias
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Only by hacking the export file (remember to export default-valued properties) or hacking the repository directly.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ml
Participant
Posts: 82
Joined: Wed Jun 09, 2004 1:03 pm
Location: Argentina

Post by ml »

Hi, thanks for your aswer.

That is what I found: In the .odbc.ini file, the SqlServer driver options contains a property called "QuotedID". I changed the default 'NO' to "" and this solve my problem.
Post Reply