[sqlite] Garbled data after binding

2011-06-20 Thread CodeBoy DVM
Greetings: I recently upgraded to a MacBook Pro with an i7 processor. The current version of sqlite on this machine is 3.6.12. For the last 4+ years, I have been using a MacBook Intel Core Duo. I am not a trained professional programmer, I do it for fun and to have some personal

Re: [sqlite] Garbled data after binding

2011-06-20 Thread Jean-Denis Muys
On 20 juin 2011, at 08:42, CodeBoy DVM wrote: NSEnumerator *enumerator = [ward objectEnumerator]; id element; while(element = [enumerator nextObject]) { You might want to modernize that code a bit (though this is likely not your problem here): for

Re: [sqlite] Garbled data after binding

2011-06-20 Thread Simon Slavin
On 20 Jun 2011, at 9:23am, Jean-Denis Muys wrote: Select * is not very informative, though we can try to guess. Please select only the mentioned columns. Check to see they don't have any unexpected 'invisible' characters in, by doing something like SELECT FullName,LENGTH(FullName) FROM