-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Oct 03, 2001 at 03:06:49PM -0500, K Old wrote: > I am trying to load encrypted data (a credit card number encrypted by the > Crypt::Twofish perl library) and postgres won't accept the data. I have > tried escaping each character, and nothing works.
I can't say much without seeing some code, but if you're not using placeholders, you should be. (The fact that you're attempting to escape the string suggests you're not.) - -- Stephen Clouse <[EMAIL PROTECTED]> Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. <http://www.theiqgroup.com/> -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBO7ty7wOGqGs0PadnEQLUxQCgiUDWf+phPcQhw9fqaJl391l318cAoLa9 6GMPeHmq6+/qJA0R/HisOhgo =hfFd -----END PGP SIGNATURE-----
