Coder Social home page Coder Social logo

postgresql-for-clarion's Introduction

PostgreSQL-for-Clarion

This is the Clarion application programmer's interface to PostgreSQL.

Requirements

  • C6.3 and newer.
  • PostgreSQL 9.4 and newer.

How to install

Hit the 'Clone or Download' button and select 'Download Zip'.
Now unzip zip file into a temporary folder somewhere.

Copy the contents of bin, lib and libsrc folders into %ClarionRoot%\Accessory folder.

How to use

See examples folder.

Contacts

Buy now

Version history

v1.03 (26.06.2023)

  • NEW: TPostgreConn.GetPID method returns the process ID (PID) of the backend process handling this connection.
  • NEW: TPostgreConn.Notify method sends a notification event together with an optional “payload” string to each client application that has previously executed LISTEN channel for the specified channel name in the current database. Notifications are visible to all users.
  • NEW: TPostgreConn.Listen method registers the current session as a listener on the notification channel named channel.
  • NEW: TPostgreConn.Unlisten method stops listening for a notification.
  • NEW: TPostgreConn.TakeNotifications method returns a list of notification messages received from the server.
  • NEW: Test8.clw: Test of the asynchronous notification interface.

v1.02 (25.04.2020)

  • NEW: SetEncodings methods for Unicode support.
  • NEW: TPostgreViewer class to display query results in virtual listbox.
  • NEW: Test6 example (query viewer).

v1.01 (07.03.2020)

  • NEW: ExecF method: allows to call Exec with up to 10 formatted parameters, like printf function.
  • NEW: Methods supporting prepared statements: Prepare, ExecPrepared.
  • FIX: a typo in ConsumeInput method name.
  • CHG: more examples.

v1.00 (09.01.2020)

  • minor chamges.

v0.99b (02.12.2018)

  • NEW: Asynchronous commands.

v0.99a (30.11.2018)

  • NEW: ability to return server response as JSON string.

v0.99 (29.11.2018)

  • NEW: Reset, Ping, transactions, connection properties, events.

v0.98 (27.11.2018)

  • Initial version.

postgresql-for-clarion's People

Contributors

mikeduglas avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

robertartigas

postgresql-for-clarion's Issues

Missing Source file

The source file "libpq.clw" is missing. This file is linked in your CLASS's.

How to pay?

I was thinking Id be able to test it, but that doesnt appear to be the case. How do I pay?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.