Hi, I'm sending the following script to SQLServer 2000 using SQLexec() (this is VFP 6.0 SP5).
<code> declare @ult smallint update adm35.prv set @ult = prvretgan = prvretgan+1 where prvid = 161 select @ult as 'Ultimo' </code> I was expecting SQLexec to return a cursor with one tuple with the value of the new prvretgan value, I get no cursor. Any suggestions? TIA _______________________________________________ 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/[EMAIL PROTECTED] ** 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.

