Re: Comparisons Through VFP not working properly

2004-07-15 Thread SGreen
I would change the storage type on the table to an int and see how your pass-through works then. Yours, Shawn Green Database Administrator Unimin Corporation - Spruce Pine Daniel Cummings [EMAIL PROTECTED] wrote on 07/14/2004 09:08:55 PM: I'm using SqlPassthrough In VFP 8.0 Ive got a

RE: Comparisons Through VFP not working properly

2004-07-15 Thread Daniel Cummings
: Comparisons Through VFP not working properly I would change the storage type on the table to an int and see how your pass-through works then. Yours, Shawn Green Database Administrator Unimin Corporation - Spruce Pine Daniel Cummings [EMAIL PROTECTED] wrote on 07/14/2004 09:08:55 PM: I'm

Comparisons Through VFP not working properly

2004-07-14 Thread Daniel Cummings
I'm using SqlPassthrough In VFP 8.0 Ive got a Sql statement that looks like this. This following fails: Update User Set Active = True Where UserId = ?pnUserId pnUserId is 222 in this instance. The following works fine: Update User Set Active =