Hello all; we´ve got a project where we have a system built originally for .net/sql-server. Now we want to change sql-server for a postgresql database. And preferably without using the ODBC driver which we have heard is prone to errors.
>>
What specific errors did you hear about?
I suggest testing the rumors. If there really is some problem, then submit a bug report.
Sometimes, people want you to use their tools, and so they will exaggerate the problem with competitive tools.
<<
Is there a producto which we can use which does not imply a major rewrite of all the SQL ?.
>>
Probably most interface tools will work if you are using ISO standard SQL. Any place where you are using SQL language extensions you will have to do some work.
You can find interfaces here:
http://pgfoundry.org/softwaremap/trove_list.php?form_cat=310
There are also a very large number of commercial interfaces for PostgreSQL available. You can find out about those here:
http://www.sqlsummit.com/DataAcce.htm
<<
Obviously we may have problemas with differences between Sql-server and Postgresql syntax, but we don´t want to de a rewrite.