| From: | "Joel Burton" <jburton(at)scw(dot)org> |
|---|---|
| To: | karasiov(at)mediatech(dot)ru |
| Cc: | pgsql-general(at)postgreSQL(dot)org, pgsql-interfaces(at)postgreSQL(dot)org |
| Subject: | Re: convert from access |
| Date: | 2000-08-31 18:35:51 |
| Message-ID: | 39AE6D47.18613.F20E023@localhost |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-interfaces |
> I have to remake PHP script (which full of Access SQL implementation)
> for PostgreSQL. I have a some of strings like this:
>
> SELECT memmod.item, memmod.oempartno, memmod.sdescr
> FROM memmod WHERE (InStr(1, [item], '".$edtPartNo."'));";
There are programs to help you move Access *tables* to pgsql, but
I don't know of anything that would help you move VBA functions to
Access.
A chart of the 'usual' conversion (ie InStr, Left$, etc.) VBA <->
pgsql SQL would be a simple project for someone to start. (Any
takers?)
In the PostgreSQL + Access faq (www.scw.org/pgaccess) there
are tips about many Access->PostgreSQL conversion issues,
including how to rewrite some queries to support things like outer
joins, transform queries, etc.; but nothing about VBA functions. If
you come across such a resource, could you email me (or this list,
or better still, the INTERFACES list), so it can be added to the FAQ?
--
Joel Burton, Director of Information Systems -*- jburton(at)scw(dot)org
Support Center of Washington (www.scw.org)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Campbell, Scott | 2000-08-31 19:23:39 | more problems with transactions |
| Previous Message | Stuart Foster | 2000-08-31 18:04:50 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-08-31 21:47:07 | Re: ODBC: Declare/Fetch & SELECT INTO |
| Previous Message | Sergei Karasiov | 2000-08-31 16:51:02 | convert from access |