I am use mydac 2.00 3.6 with delphi 6.
my query :
SELECT *,count(price) AS mycount FROM rezervation group by stockcode
but to meet error Myquery1:
Type Mismatch for field 'say',expecting:integer Actual:Largeint
this error from where to weld
please help
