On Thu, Apr 12, 2012 at 6:34 PM, Michael Oke, II <[email protected]> wrote: > Getting an error trying to update an MSsql table using paa thru. Keep getting > a 'Command contains unrecognized phrase/keyword.'. Can't see anything wrong > with the statement and it works directly against the table. Any ideas for > things that I should investigate? -------------
My initial guess is that one of the params is empty and the string fails to build, or one of the values needs ' ' marks around it. >From years of SQL pass through in the 90's these were usually the reasons for failure. -- Stephen Russell 901.246-0159 cell _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajidmykte2wet2ku9whib3qw6p9-s6awytk4ml3xz+vpkkn...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

