Hi.I want to return a value inside of a LinkedList with the method get,i have:
this.sentidoActual =(int)sentidos.get(8);
sentidoActual is a integer and when i do that i receive the following error:
"Formiga.java": inconvertible types; found : java.lang.Object, required: int at line 23...
hi i have the sql query :
select * from cliente
where nome like :pnome or :pnome is null
pnome is a parameter and when i go to the parameters strings i have 2 parameters not one,why??
hi i have a simple adoquery and a filter like this:
if combo.text='Nome' then
dm.Qry_clientesP.Filter:='Nome like'+texto.Text
texto is a editbox
when i do that tells me that the arguments are of incorrect type or out of range or in conflit with the others.
Hi .I have a locate to a query like this:
if vendas_em_divida.Locate('IDVenda',qry_vendasidvenda.Value,[])=true then
showmessage(vendas_em_dividaidvenda.AsString);
and for some reason the message is not displayed.The sintax is correct and i have in vendas_em_divida the value...
Hi.How to do with a integer field what i do like strings
select * from venda
where nome like '%'+xxxxx+'%'
nome is a string and i want to do the same with a integer field
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.