Обсуждение: VC++ 6: VB6 - Migrate Access database (DAO + JET) to PostgreSQL

Поиск
Список
Период
Сортировка

VC++ 6: VB6 - Migrate Access database (DAO + JET) to PostgreSQL

От
"Premil Agarwal"
Дата:
I have an VC++ 6 application that uses DAO to interface with MS Access 2003.<br /> How do I go about migrating this
applicationto use PostgresSQL ?<br /><br />Thanks very much<br />PA<br /><br /> 

Re: VC++ 6: VB6 - Migrate Access database (DAO + JET) to PostgreSQL

От
Ivo Rossacher
Дата:
As far as I remember DAO integrates other databases then Access by ODBC. 

If you need more details we need to know a little bit more about the 
application and the complexity inside the database and the communication of 
the application to the database. Critical are functions in Access which need 
to be ported and Access specific commands to DAO.

Best regards
Ivo

Am Dienstag, 29. April 2008 18:34:05 schrieb Premil Agarwal:
> I have an VC++ 6 application that uses DAO to interface with MS Access
> 2003. How do I go about migrating this application to use PostgresSQL ?
>
> Thanks very much
> PA