Skip to content

ibrewster/SQLlib_4D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#SQLlib_4D#

This library, also known as lib4d_sql, is an interface with the 4D SQL server. It is intented to work with 4D version 11 and up. It is highly recommanded to use version 11.4 and more recent.

It is used by the PDO_4D PHP driver (see source)

##Documentation##

The documentation is available in HTML (fr) and in ODT (fr) formats

##Tests##

Unit tests are availables in the testLib4d folder

##Compilation##

make

##License##

Copyright (C) 2009 4D SAS

This program is free software: you can redistribute it and/or modify it under the terms of the choosen licenses from the specified ones

The lib4d_sql library is made available by 4D SAS under the following licences :

  • PHP 3.0.1
  • Apache 2.0
  • LGPL 3.0
  • GPL 3.0
  • BSD

You are free to choose the one that best fits for you

The documentation of this library is under the "CREATIVE COMMONS" license

The terms of all these licences are available in the licenses folder.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Releases

No releases published

Packages

No packages published

Languages

  • C 99.2%
  • Makefile 0.8%