Skip to content

Fork - SQLRDD for Harbour++ and Harbour (aplicando melhorias voltadas para PostgreSQL )

License

Notifications You must be signed in to change notification settings

sygecom/sqlrddpp

 
 

Repository files navigation

SQLRDD++

SQLRDD for Harbour++ and Harbour

Notes

Windows - How to compile

cd sqlrddpp
hbmk2 sqlrddpp.hbp

Ubuntu - How to get and compile

sudo apt install unixodbc-dev
git clone https://github.com/marcosgambeta/sqlrddpp
cd sqlrddpp
hbmk2 sqlrddpp.hbp

OpenSuse - How to get and compile

sudo zypper install unixODBC-devel
git clone https://github.com/marcosgambeta/sqlrddpp
cd sqlrddpp
hbmk2 sqlrddpp.hbp

Compiling with SQLRDD and MySQL

hbmk2 <filename> sqlrddpp.hbc -llibmysql

Compiling with SQLRDD and PostgreSQL

hbmk2 <filename> sqlrddpp.hbc -llibpq

Compiling with SQLRDD and Firebird

hbmk2 <filename> sqlrddpp.hbc -lfbclient

Links

SQLRDD for xHarbour and Harbour
https://github.com/xHarbour-org/xharbour
https://github.com/xHarbour-org/xharbour/tree/main/xHarbourBuilder/xHarbour-SQLRDD

Bison
https://gnuwin32.sourceforge.net/packages/bison.htm

MySQL
https://www.mysql.com

MariaDB
https://mariadb.org

PostgreSQL
https://www.postgresql.org

Firebird
https://firebirdsql.org

SQLRDD++ v2
https://github.com/marcosgambeta/sqlrddpp-v2
C++ version for Harbour++

About

Fork - SQLRDD for Harbour++ and Harbour (aplicando melhorias voltadas para PostgreSQL )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 45.6%
  • C++ 28.0%
  • Pascal 15.8%
  • xBase 10.2%
  • Yacc 0.3%
  • Batchfile 0.1%