I have a problem with a query. I want to build an SQL statement dynamically. I use an ADOQuery which contains no SQL statement. At runtime, I build my SQL statement and I want to build my parameters too. I use
TParameter *param;
but I get an error : Type name expected. I can't understand what is going wrong, since I found the exact statement in embarcadero 's officisal tutorial.
Anyone knows sth for this???? Please help...
TParameteris. Have you included correct header file? – Naveen May 14 '11 at 12:51