[Lazarus] Problem working with Params in TSQLQuery

Eduardo Lopez dar_alle at yahoo.com.ar
Tue Aug 19 14:01:21 CEST 2008


I'm sorry. The table has a basic structure:

CREATE TABLE USUARIOS
(
 CODUSU Char(12) NOT NULL,
 APENOMB Char(40) NOT NULL,
 PASSWOR Char(12) NOT NULL,
 CONSTRAINT PK_USUARIOS PRIMARY KEY (CODUSU)
);

Thanks. Eduardo.




----- Mensaje original ----
De: Michael Van Canneyt <michael at freepascal.org>
Para: General mailing list <lazarus at lazarus.freepascal.org>
Enviado: martes 19 de agosto de 2008, 4:48:16
Asunto: Re: [Lazarus] Problem working with Params in TSQLQuery

> 
> 
> On Mon, 18 Aug 2008, Eduardo Lopez wrote:
> 
> > Joost van der Sluis escribió:
> >> I isolate the problem doing a simple program and the problem remains.
> >> Then make a copy of this simple program and change the components to 
> >> Zeos. (6.6.3-stable) and works well.
> >>
> >> I'll consider change the sqldb components for Zeos in my application as 
> >> a possible solution. But the sqldb must be work (i think :-) ).
> >>    
> >
> > Offcourse, but then we have to find the problem. Parameters do work
> > here, also in the testsuite. What happens if you remove the 'trim' in
> > both cases? (Without the parameter and with?)
> >  
> I tried and nothing happens.
> I prepare the sample proyect, if someone want to see it and can find 
> what stupid thing i'm doing... ;-)
> 
> http://www.sistemasrpm.com.ar/soporte/test_param.tar.g

Can you please provide the CREATE statement for the table ?
Without the correct table definition, it's hard to test.

Michael.


      ____________________________________________________________________________________
¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20080819/987287c2/attachment-0007.html>


More information about the Lazarus mailing list