- contrib/examples
+ examples
* doc/dirstruc.txt
* doc/whatsnew.txt
* examples/hbdoc/Makefile
* examples/pp/Makefile
* examples/hboleold/Makefile
* examples/hbsqlit2/Makefile
* examples/misc/Makefile
* examples/hbapollo/Makefile
* examples/rdddbt/Makefile
* examples/guestbk/Makefile
* examples/pe/Makefile
* examples/hbgf/hbgfwin/Makefile
* examples/hbgf/hbgfos2/Makefile
* examples/hbgf/hbgfgtk/Makefile
* examples/hbgf/Makefile
* examples/uhttpd/readme.txt
* examples/dbu/Makefile
* examples/hscript/Makefile
* examples/hbwhat/Makefile
* examples/rl/Makefile
* examples/Makefile
* Moved to flatten our dir layout and sync the locations
in unified distro and source tree.
; TODO: As a next step I'll replace Makefiles with .hbm
files. This will allow users to build these parts
outside the source distribution.
27 lines
780 B
Plaintext
27 lines
780 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
*------------------------------------------------------------------------
|
|
* HARBOUR INTERFACE for SQLITE
|
|
*------------------------------------------------------------------------
|
|
*
|
|
* Copyright 2003 Alejandro de Garate <alex_degarate@hotmail.com>
|
|
*
|
|
|
|
There are many areas for improving HbSQLite; any of them are:
|
|
|
|
- Mimic the REPLACE command from Clipper
|
|
- A better dataset manipulation
|
|
- Made available other SQLite commands, etc.
|
|
- Changing to OOP, so the harbour code would be more compatible and easy
|
|
to use among different SQL databases.
|
|
- Enhance the sql query edit window (maybe with memoedit).
|
|
- Changing the DOS console user interface with a GUI look and feel.
|
|
- Remove or hidden public vars
|
|
|
|
put here what you want :)
|
|
|
|
...
|