Re: [GENERAL] Transact SQL compatibility layer

2006-01-23 Thread Scott Marlowe
On Sun, 2006-01-22 at 18:46, James Harper wrote: > Is there such a thing as a translator/proxy that can pretend to be a > Microsoft SQL server and proxy all the commands to a PostgreSQL server, > and the results back again? Obviously the purpose of it would be to > allow an application written for

Re: [GENERAL] Transact SQL compatibility layer

2006-01-23 Thread Shelby Cain
--- James Harper <[EMAIL PROTECTED]> wrote: > Is there such a thing as a translator/proxy that can pretend to be a > Microsoft SQL server and proxy all the commands to a PostgreSQL > server, > and the results back again? Obviously the purpose of it would be to > allow an application written for

[GENERAL] Transact SQL compatibility layer

2006-01-23 Thread James Harper
Is there such a thing as a translator/proxy that can pretend to be a Microsoft SQL server and proxy all the commands to a PostgreSQL server, and the results back again? Obviously the purpose of it would be to allow an application written for MSSQL Server to work with PostgreSQL without modification