Hello
I am exploring Payroll sample provided by Grigory Filatov in Hmg Pro (donation ware).
LOCAL aStruct := { ;
{ "ID", "N", 3, 0 }, ;
{ "NAME", "C", 30, 0 }, ;
{ "SEX", "C", 1, 0 }, ;
{ "TITLE", "C", 20, 0 }, ;
{ "SALARY", "N", 6, 0 }, ;
{ "DEPARTMENT", "C", 20, 0 }, ;
{ "AGE", "N", 2, 0 } ;
dbCreate( "payroll", aStruct, "SQLRDD" )
I think the runtime problem is due to bug in SQLRDD libarary provided by him. the library chould be for mysql <5 version. it is not working with mariadb.
any one have correct sqlrdd library please guide me to go through
Thanks & regards
Yunus.