Error: dbexpress and unidirectional
Hello guys,
I still have a problem. I convert a program from Alaska Xbase++ (dbase) to Delphi (MySQL). The database was correctly converted to SQL-Tables in one SQL-Database.
In Xbase++ I had to use FRAX (Fast Report for Xbase++) for reporting and Delphi uses Fast Report to. I could convert some simple reports with less work, but when I have group bands, I will get an error: Operation not allowed on a unidirectional dataset.
I know the problem of TfrxDBXTable and TfrxDBXQuery of unidirectional dataset. What can I do else? DBXExpress is set to use other SQL-Databases like MSSQL as well.
Thanks
With kind regard
PSP
I still have a problem. I convert a program from Alaska Xbase++ (dbase) to Delphi (MySQL). The database was correctly converted to SQL-Tables in one SQL-Database.
In Xbase++ I had to use FRAX (Fast Report for Xbase++) for reporting and Delphi uses Fast Report to. I could convert some simple reports with less work, but when I have group bands, I will get an error: Operation not allowed on a unidirectional dataset.
I know the problem of TfrxDBXTable and TfrxDBXQuery of unidirectional dataset. What can I do else? DBXExpress is set to use other SQL-Databases like MSSQL as well.
Thanks
With kind regard
PSP
Comments