mercredi 20 juillet 2022

Execute stored procedure with Input and Output parameter with pqxx postgress edb c++

How to execute stored procedures of postgress edb using pqxx c++ library, Procedure contains both INPUT and OUTPUT parameters

Example Procedure: PROCEDURE ExampleProcedure(IN inVariable character varying, OUT outVar numeric);

Aucun commentaire:

Enregistrer un commentaire