Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26212

FWHMARIADB Samples

$
0
0
The two classes FWMariaConnection and FWMariaRowSet are not public classes. We can not directly instantiate them by calling New() method. Only way to create a new connection object is to call function maria_Connect() or to use command syntax. Only way to create a new rowset object is by calling oCn:RowSet( cSql ). For the same reason we can not also INHERIT from these classes. If you can please provide a working example using the above class to explain its functionality, we try to suggest alternative approaches to achieve the same functionality without inheriting from these classes. We request you to provide a sample which we can compile and build with Dolphin library. Examples like : oCn:RowSet( BuildQuery( ....... ) ) If you still insist that the only way you like is by deriving from the classes, probably TDolphin or TMySql only are suitable for your programming style.

Viewing all articles
Browse latest Browse all 26212

Trending Articles