Re: Same syntax on MySQL and Microsoft SQL Server

2002-10-22 Thread Michael T. Babcock
Christian Reichenbach wrote: You've a very radical position. Not really; I don't find it at all radical to think in terms of 'reasonability'. The poster in question believes that adding a feature to make square brackets work like quotation marks would make the code base harder to maintain a

Re: Same syntax on MySQL and Microsoft SQL Server

2002-10-21 Thread Christian Reichenbach
>>We encountered that MySQL (or MyODBC) uses different >>quoting characters for legal names and strings. At present we >>are using square brackets for names (like [my table], [my column] or >>[my table].[my column]) and inverted commas for strings >>(like mytxt = 'text'). >> >>Is there an option fo