I'm working with VB6 and I find the following problem when I try to run a SQL query from VB code:
[Microsoft][ODBC Driver Manager]Driver does not support this parameter.
The SQL code is the following:
SELECT DISTINCT per.perapenom , Count(*) Cantidad FROM agexpoliza axp, empresas emp...