Board index » delphi » Query from a Query, into a Query
Dan Chase
![]() Delphi Developer |
Thu, 25 Jul 2002 03:00:00 GMT
Query from a Query, into a Query
This looks complicated, but it cant be that bad..
I am having trouble with the application I'm trying to create. I have two I made a counter query object, with the SQL statement then inside of my OnCalcFields of the Car table, I put: CountQuery.Params[0].AsInteger := CarTable['CAR_ID']; Now when I run this, my grid which is supposed to contain my result set(from Can somebody please help me out with this, its driving me nuts! :) Dan Chase |