[Sqlrelay-discussion] Re: Invalid Column Name When Using Double Quotes Around an Update..Set Value
Brought to you by:
mused
|
From: Ben G. <me...@be...> - 2005-09-12 16:39:28
|
Hi, Ah! You are right. Setting FreeTDS's TDS version setting for that server down from 7.0 to 4.2 changed the default quoted_identifier setting which fixed the problem. > > (sqlrelay > Sybase > SQL Server 7) > Sybase? Yes. Our current set up uses a Sybase driver to connect sqlrelay to Sql Server. I think its a Sybase ASE driver. Thank you for your help, Ben From: Maciej Wisniowski <maciej@co...> (2005-09-09 13:31) I think it's not SQLRelay problem. Check QUOTED_IDENTIFIER setting in your SQL Server 7 it can be: SET QUOTED_IDENTIFIER ON or SET QUOTED_IDENTIFIER OFF and it's about quotes handling I think. > (sqlrelay > Sybase > SQL Server 7) Sybase? |