For documentation of Connection class and Rowset class, please see these postings:
viewtopic.php?f=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 Expand view RUN
oCn := maria_Connect( oServer ) // where oServer is Dolphin server
and start using FWH native libs for new modules or some work in the same modules. In other words, you can use both dolphin and fwh libs at the same time side by side.
Over a period of time, you can convert existing modules at your convenience.