[fpc-devel] MySQL 5.1 and Double (trouble)

Ludo Brands ludo.brands at free.fr
Mon Jul 11 21:02:13 CEST 2011



> Hmmm... I seem to recall prepare and bind parameters in 
> fcl-db/mySQL component source?.  Are you sure about this?  I 
> really, really, really need double precision data to work.  I 
> know i've used binary binds with Int64 arrays and things well 
> beyond 8 bytes binary. _______________________________________________

I see that the functions and structures are defined in mysql.inc but they
aren't used anywhere. Parameter values are substituted in the sql string
that is sent to the db and TConnectionName.PrepareStatement doesn't send
anything to the db.
The Oracle component fe. uses bindings.  

Ludo




More information about the fpc-devel mailing list