For documentation of Connection class and Rowset class, please see these postings:
http://forums.fivetechsupport.com/viewt ... =3&t=33286
Please see the documentation in WIKI:
http://wiki.fivetechsoft.com/doku.php?i ... connection
http://wiki.fivetechsoft.com/doku.php?i ... ariarowset
Samples:
fwh\samples\maria01.prg ... maria*.prg
Migration:
To use native FWH lib, you need not migrate your entire application. You can continue to run your application in Dolphin and use native libs for new modules only.
If you are already connected to the server with Dolphin, you can easily get fwmariadb connection like this;
Code: Select all
oCn := maria_Connect( oServer ) // where oServer is Dolphin server
Over a period of time, you can convert existing modules at your convenience.