Hi.
Im trying to implement dbExpress on our application
(Se earlier threads about environment variables and so on).
Has anyone kicked out BDE and replaced it with dbExpress?
dbExpress seems to have a bunch of restrictions like RecordCount. You can't use RecordCount if you have:
or if you are using a question like this:
(I know, the T is unnessecary in this case, but it was an example.).
//Nordlund
Im trying to implement dbExpress on our application
(Se earlier threads about environment variables and so on).
Has anyone kicked out BDE and replaced it with dbExpress?
dbExpress seems to have a bunch of restrictions like RecordCount. You can't use RecordCount if you have:
Code:
SELECT DISTINCT
Code:
SELECT * FROM Table T WHERE T.Field = 'Test'
//Nordlund