gambas-source-code/gb.db.firebird
Benoît Minisini 61997e8921 [DEVELOPMENT ENVIRONMENT]
* NEW: Use the new mascot to draw project directory icon.

[EXAMPLES]
* NEW: Some little changes in the Painting example.

[INTERPRETER]
* NEW: The component GB_INIT function now returns an integer that gives an 
  unloading order. The higher the returned number, the later the component 
  is unloaded. If GB_INIT returns -1, then the component shared library 
  will not be unloaded.
* NEW: Update GB_INIT functions in all components.

[GB.DRAW]
* BUG: Paint.Image() optional translation arguments are not inverted 
  anymore.

[GB.QT4]
* BUG: If Paint.LineWidth is zero, then nothing is stroked, as in gb.gtk.
* BUG: TabStrip is now correctly arranged when it has only one tab.


git-svn-id: svn://localhost/gambas/trunk@2605 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-01-10 13:40:48 +00:00
..
src [DEVELOPMENT ENVIRONMENT] 2010-01-10 13:40:48 +00:00
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac [CONFIGURATION] 2009-08-16 22:07:48 +00:00
COPYING
depcomp
gambas.h
gb.db.h
gb.db.proto.h
gb_common.h
INSTALL
ltmain.sh
m4 [CONFIGURATION] 2009-08-16 22:51:28 +00:00
Makefile.am [CONFIGURATION] 2009-08-16 22:07:48 +00:00
missing
NEWS
README [CONFIGURATION] 2009-07-03 23:41:55 +00:00
reconf

Daniel <daniel@littlesaigon.homedns.org>
some functions for users is not implemented.(ex:user_info ... etc)
the ...DataBase.create(" ... ") don't work !!!!
to create a database, use the open() function if the database don't exist automatically created.
to drop DataBase 1) open this Database 2) use ...DataBase.Remove(... full path + name
 of the DataBase opened ex:/var/lib/firebird2/data/MyDataBase.fdb ...) !!!! case sensitive!!!!
to compile this package firebird-dev and ibpp 2.4... library is need.
you can download ibpp from www.ibpp.org.
(if you want to use ibpp 2.3.5 (not <), go to the code and change all int64_t in long int)

daniel

--------------------------------------------------------------------------------------

This package uses libibpp 2.5.2.2, which is now included in the component 
and not an external library anymore.

Benoît.

--[04/07/2009]------------------------------------------------------------------------

This package uses libibpp 2.5.3.1 now.

Benoît.