Skip to content

Automatically exported from code.google.com/p/sqllib

Notifications You must be signed in to change notification settings

blanche1954/sqllib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README 22/04/2009 - Lib SQLIIB para acesso a Banco de dados Postgresql

Aqui temos que definir as configurações minimas para compilação da LIB.
Ex:

Versão do PostgreSql tem que ser >= 7.0

Possiveis Compiladores C compativies:
-------------------------------------
Borland BCC-5.5.1 (for Windows)
Pelles C (com xHarbour Comercial) (for Windows)

Possiveis Compiladores x[H]arbour:
----------------------------------
xHarbour Free      >= 1.1.0
xHarbour Comercial >= 1.1.0 (Fev de 2008 em Diante)
Harbour            >= 1.0.1

NOTAS IMPORTANTE:
-----------------
Para compilação com xHarbour comecial é nescessario a configuração do seguinte PATH: 'set XHB_PATH=c:\xhb\bin' que se encontra
em make_xhb.bat e deve alterar também o arquivo 'sqllib.lib.xbp' direcionando a pasta correta do INCLUDE da instalação do PostgreSql.


Abaixo um exemplo de Variaveis de ambiente para xHarbour Free >= 1.1.0 + BCC 5.5.1:
-----------------------------------------------------------------------------------
SET PATH=%PATH%;C:\BCC55\BIN;C:\BCC55\LIB;C:\BCC55\LIB\PSDK;C:\BCC55\INCLUDE;C:\xharbour;C:\xharbour\bin;C:\xharbour\lib;C:\xharbour\include
SET INCLUDE=%INCLUDE%;C:\Bcc55\include;C:\xHarbour\include
SET LIB=%LIB%;C:\Bcc55\lib;C:\xHarbour\lib
SET HB_PATH=D:\XHARBOUR
SET HB_INC_PGSQL=C:\pgsql\include

Abaixo um exemplo de Variaveis de ambiente para Harbour Free >= 1.0.1 + BCC 5.5.1:
----------------------------------------------------------------------------------
SET PATH=%PATH%;C:\BCC55\BIN;C:\BCC55\LIB;C:\BCC55\LIB\PSDK;C:\BCC55\INCLUDE;C:\hb-bcc\bin;C:\hb-bcc\lib;C:\hb-bcc\include
SET INCLUDE=%INCLUDE%;C:\Bcc55\include;C:\hb-bcc\include
SET LIB=%LIB%;C:\Bcc55\lib;C:\hb-bcc\lib;C:\BCC55\LIB\PSDK
SET HB_PATH=C:\hb-bcc
SET HB_INC_PGSQL=C:\pgsql\include


Arquivos do Projeto:
--------------------
>SQLLIB
   README - Esse arquivo
   TODO   - Arquivo com pendencias, futuras implementações, e correções de bug's
   make_vc.bat  - script de compilação para xHarbour e Harbour (Free) usando compilador MSVC
   make_b32.bat - script de compilação para xHarbour e Harbour (Free) usando compilador Bcc 5.5.1
   make_xhb.bat - script de compilação para xHarbour Comercial
   >SOURCE
      >sl_array.prg
      >sl_arraytext.prg
      >sl_buffer.prg
      >sl_classes.prg
      >sl_debug.c
      >sl_error.prg
      >sl_exports.prg
      >sl_itemapi.c
      >sl_params.c
      >sl_pgsql.prg
      >sl_pgsql_api.c
      >sl_sqllib.prg
      >sl_sysfuncs.c
      >sl_tostring.prg
      >sl_utils.prg
      >sl_wabase.prg
      >sl_wafile.prg
      >sqllib.hbp
      >TPostgres.prg
   >INCLUDE
      >postgres.ch
      >sql_itemapi.h
      >sql_sysfuncs.h
      >sqldebug.h
      >sqllib.ch
      >sqllibconsts.ch
      >sqllibex.ch
      >sqllibrdd.ch
   >SAMPLES
      >









About

Automatically exported from code.google.com/p/sqllib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages