Groups | Search | Server Info | Login | Register
Groups > comp.lang.modula3 > #44
| Subject | Re: PostgreSQL Interface in DB package |
|---|---|
| Newsgroups | comp.lang.modula3 |
| References | <fLwYx.35633$si3.34666@fx06.iad> <83abe04b-855f-441a-8de1-398bfedf9486@googlegroups.com> |
| From | DirtyBoy <dirty@tridentpass.com> |
| Message-ID | <RhTZx.23895$3f7.14279@fx21.iad> (permalink) |
| Date | 2015-11-02 16:33 -0800 |
Thanks for sending that over, but as you warned, it didn't work for me
either (doesn't even compile).
Pity - I'm under time pressure, so I, unfortunately, have to drop
Modula-3 for this project.
On 2015-10-30 07:56 AM, Daniel Benavides wrote:
> On Thursday, October 29, 2015 at 5:06:06 PM UTC-5, DirtyBoy wrote:
>> I do realise this group is largely stale and unused, but I don't seem to
>> have much choice. I'm trying to use the "PostgreSQL" interface for the
>> DB module (i.e. DB.FindInterface("PostgreSQL")) but keep getting the
>> error "Interface 'PostgreSQLDB' not found."
>>
>> I have PostgreSQL installed, I have libpq installed (and the system is
>> able to link to it), but it seems only the "stub" is being used, and not
>> the actual PostgreSQLDB.m3 file (at least, that's my assuption). The
>> source file for the stub mentions cm3.cfg and the m3makefile, but gives
>> no indication of what should actually be done to have the correct
>> compilation complete.
>>
>> I'd really rather not be forced to use the "postgres95" library, as it
>> seems very "raw", and requires a lot of switching in and out of C values
>> (which kind of defeats the point of using a higher-level language, IMO).
>
> I have an newer than 95 wrapper by Daniel Solaz but last time I tried didn't work for me, I'll mail iope itt you attached.
>
> Hope it helps
>
Back to comp.lang.modula3 | Previous | Next — Previous in thread | Next in thread | Find similar
PostgreSQL Interface in DB package DirtyBoy <dirty@tridentpass.com> - 2015-10-29 15:06 -0700
Re: PostgreSQL Interface in DB package DirtyBoy <dirty@tridentpass.com> - 2015-10-29 15:07 -0700
Re: PostgreSQL Interface in DB package Daniel Benavides <dabenavidesd@gmail.com> - 2015-10-30 07:56 -0700
Re: PostgreSQL Interface in DB package DirtyBoy <dirty@tridentpass.com> - 2015-11-02 16:33 -0800
Re: PostgreSQL Interface in DB package Daniel Benavides <dabenavidesd@gmail.com> - 2015-11-03 07:52 -0800
csiph-web