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...

link|improve this question
I don't know anything about ADOQuery, but typename unexpected generally comes when the compiler is not able to understand what TParameter is. Have you included correct header file? – Naveen May 14 '11 at 12:51
I know this too. There is nothing that I should include to "see" TParameter. This is why I asked this question! – Evi Voultsiou May 14 '11 at 13:12
OK!! I found what the problem was. I included the data module form (which have all ADOQueries), but couldn't find the library. When I added a query on my current form worked fine!!! – Evi Voultsiou May 14 '11 at 13:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.