Skip to Content.
Sympa Menu

freetds - Re: [freetds] Case sensitivity (was Re: Data porting homegrown tools andtechniques(wasRE:freebcp: add support for escaping characters?))

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: michael.peppler AT bnpparibas.com
  • To: freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] Case sensitivity (was Re: Data porting homegrown tools andtechniques(wasRE:freebcp: add support for escaping characters?))
  • Date: Tue, 4 Apr 2006 07:52:23 +0200

Keep in mind that case sensitivity can be changed in Sybase by changing the
sort order for the server. By default Sybase servers are built using the
iso_1 charset and binary case-sensitive sort order, but you can use the
sqlloc (the localization tool) to change both the charset and the sort
order.

Michael




Internet
roger.reid AT dpw.com@lists.ibiblio.org - 03/04/2006 18:29


Please respond to freetds AT lists.ibiblio.org

Sent by: freetds-bounces AT lists.ibiblio.org

To: freetds

cc:


Subject: Re: [freetds] Data porting homegrown tools
andtechniques(wasRE:freebcp: add support for escaping characters?)


Right, in Sybase BAZ and baz are distinct. In SQL Server they need to
be disamiguated
(t.baz = o.BAZ)- a little more self documenting anyway.

> > select foo, bar, baz from ThisTable t, OtherTable o
> > where t.bar = o.bar and baz = BAZ;
>
> whats the issue with that ?
> is that a case sensitivity thing, where baz and BAZ are both column
> names ?
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds



This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive this message in error, please delete it and
immediately notify the sender. Any use not in accord with
its purpose, any dissemination or disclosure, either whole
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message.
BNP PARIBAS (and its subsidiaries) shall (will) not
therefore be liable for the message if modified.

---------------------------------------------

Ce message et toutes les pieces jointes (ci-apres le
"message") sont etablis a l'intention exclusive de ses
destinataires et sont confidentiels. Si vous recevez ce
message par erreur, merci de le detruire et d'en avertir
immediatement l'expediteur. Toute utilisation de ce
message non conforme a sa destination, toute diffusion
ou toute publication, totale ou partielle, est interdite, sauf
autorisation expresse. L'internet ne permettant pas
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce
message, dans l'hypothese ou il aurait ete modifie.




  • Re: [freetds] Case sensitivity (was Re: Data porting homegrown tools andtechniques(wasRE:freebcp: add support for escaping characters?)), michael . peppler, 04/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page