I hav small problem with Delphi 7.0 (dbExpress) and MySQL 4.0.13
I create new table in database "test" on MySQL server use TSQLDataSet.
I'm adding new record to this table. Using other program.
And now I want to show all record from this table using TSQLDataSet and query "select * from k_subjects".
How can I to do this corectly?, becouse now When I set active on true I have a error: "Operation not allowed on a unidirectional dataset"
Thanks for answer