Re: Didn't take this newbie long to hit the first roadblock

2025-07-18 Thread kp via Digitalmars-d-learn
On Saturday, 19 July 2025 at 03:01:51 UTC, Richard (Rikki) Andrew Cattermole wrote: A quick look for dpq2 shows that by default it is configured to use a static binding to PostgreSQL client library. https://github.com/denizzzka/dpq2/blob/master/dub.json#L20 It explicitly adds a shared library

Didn't take this newbie long to hit the first roadblock

2025-07-18 Thread kp via Digitalmars-d-learn
There isn't a pg.lib file in my PG17 installation on Win11 Pro - the closest I see is postgres.lib. What did I miss? - D source code import dpq2; import std.stdio; void main() { // Adjust credentials as needed

D and Oracle Pro*C

2017-01-28 Thread KP via Digitalmars-d-learn
Hi, Is anyone using Oracle's Pro*C with D? Thanks, KP