gambas-source-code/gb.db.firebird/README
Benoît Minisini 5e79f7228e [CONFIGURATION]
* BUG: Fix the GB_COMPONENT() macro so that it defines XXX_LDFLAGS and 
  XXX_LIB variables as in the GB_COMPONENT_PKG_CONFIG() macro. The 
  Makefile.am files of components were fixed accordingly.

[GB.DB.FIREBIRD]
* NEW: Switch to ibpp 2.5.3.1.
* BUG: Link the driver to the fbclient library.

[GB.GTK]
* NEW: TreeView.Item.ParentKey and ColumnView.Item.ParentKey were 
  implemented.

[GB.QT]
* NEW: TreeView.Item.ParentKey and ColumnView.Item.ParentKey were 
  implemented.

[GB.QT4]
* NEW: TreeView.Item.ParentKey and ColumnView.Item.ParentKey were 
  implemented. The previous change incorrectly talked about 
  TreeView.ParentKey and ColumnView.ParentKey.


git-svn-id: svn://localhost/gambas/trunk@2066 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-07-03 23:41:55 +00:00

24 lines
993 B
Text

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.