Re: DDL components for Oracle, MSSQL and PostgreSQL
- From: Tony Caduto <tony@xxxxxxxxx>
- Date: Fri, 02 Mar 2007 09:14:39 -0600
yannis wrote:
Ruediger Kabbasch formulated the question :The ADO driver that is available for PostgreSQL is not very good.Hi everybody,
does anybody can recommend any components/libraries that can be used to
execute DDL script for Oracle, MSSQL or PostgreSQL databases (like CREATE
TABLE, ALTER TABLE, ...)
Any help is wellcome.
Kind regards,
Rudiger Kabbasch
DBGO components AKA CodeGear wrappers for ADO can do all of the above
with out a problem when the drivers for the required database are installed either OLEDB or ODBC.
You take care to write the DDL in such a way that it will be accepted by any database you might need to support.
regards
Yannis.
You could use DBGO against the PostgreSQL ODBC driver and that may be ok just to execute scripts.
--
Tony Caduto
AM Software Design
Home of Lightning Admin for PostgreSQL and MySQL
http://www.amsoftwaredesign.com
.
- References:
- DDL components for Oracle, MSSQL and PostgreSQL
- From: Ruediger Kabbasch
- Re: DDL components for Oracle, MSSQL and PostgreSQL
- From: yannis
- DDL components for Oracle, MSSQL and PostgreSQL
- Prev by Date: Re: DDL components for Oracle, MSSQL and PostgreSQL
- Next by Date: Another Castalia 5/Delphi 2007 preview video
- Previous by thread: Re: DDL components for Oracle, MSSQL and PostgreSQL
- Next by thread: Re: DDL components for Oracle, MSSQL and PostgreSQL
- Index(es):
Relevant Pages
|