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 <[EMAIL PROTECTED]>
Para: General mailing list <lazarus@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
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to