Re: [INTERFACES] MS Access as front-end, migration from MSDE to POstgreSQL?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: [INTERFACES] MS Access as front-end, migration from MSDE to POstgreSQL?
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3415C21A4@Herge.rcsinc.local
обсуждение исходный текст
Список pgsql-odbc
> --- Zlatko Matiæ <zlatko.matic1@sb.t-com.hr> wrote:
> > Hello.
> >
> > I have an Access Project aplication (Access with
> > MSDE) that want to migrate to PostgreSQL.
> > Therefore I need some information about using Access
> > as front-end for POstgreSQL, as well as information
> > about migration from MSDE to PostgreSQL, especially
> > concerning migration of stored procedures.
> > Is there any book available ?
>
> There is no single good guide available.  You will
> find useful information, along with the PostgreSQL
> ODBC driver here:
>
If he is already using MSDE then I would suggest giving DTS a shot (for the data).  DTS is very powerful.

For stored procs you are looking at a rewrite.  This is not as bad as it sounds, pl/pgsql is powerful and relatively
easyto learn if you already know T-SQL. 

There is a lot of debate surrounding the relative merits of building your application into stored procedures...my
personaltake is that as long as your are reasonably assured that you are on the correct database platform they are very
muchthe right way to go.  IMO, PostgreSQL is far and away the best DBMS deserving of your precious application code. 

Merlin



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Jeff Eckermann
Дата:
Сообщение: Re: [INTERFACES] MS Access as front-end, migration from MSDE to POstgreSQL?
Следующее
От: Kelly Burkhart
Дата:
Сообщение: Memory Leak when freeing statement