<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by lcs1788</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 11 Jun 2026 15:03:39 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Help on SQL Script</title>
            <link>http://forum.lowyat.net/topic/355364</link>
            <description>hi all, i have a sql script to update all linked table, but i get the error say tat the @Country is Invalid obj...???&lt;br /&gt;Will be appreciate very much&lt;br /&gt;&lt;br /&gt;------------------&lt;br /&gt;&lt;br /&gt;(1 row(s) affected)&lt;br /&gt;&lt;br /&gt;Server: Msg 208, Level 16, State 1, Line 19&lt;br /&gt;Invalid object name &amp;#39;@Country&amp;#39;.&lt;br /&gt;&lt;br /&gt;------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;My SQL Statement is below, can anybody help me???&lt;br /&gt;-------------------------------------------------&lt;br /&gt;&lt;br /&gt;Declare CountryCursor CURSOR&lt;br /&gt;FOR Select SysObjects.name from Syscolumns, sysobjects where syscolumns.name = &amp;#39;Country&amp;#39; and sysObjects.xtype = &amp;#39;u&amp;#39; and syscolumns.id = sysobjects.id&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Open CountryCursor&lt;br /&gt;&lt;br /&gt;Declare @Country char(256)&lt;br /&gt;&lt;br /&gt;Fetch Next From CountryCursor into @Country&lt;br /&gt;select @Country&lt;br /&gt;&lt;br /&gt;While @@FETCH_STATUS = 0&lt;br /&gt;   Begin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   update @Country  --&amp;lt;&amp;lt;Here is the error&lt;br /&gt;&lt;br /&gt;          set Country=Replace(left(Country,3),Char(13),&amp;#39;&amp;#39;)&lt;br /&gt;&lt;br /&gt;   Fetch Next From CountryCursor into @Country&lt;br /&gt;   End&lt;br /&gt;&lt;br /&gt;Close CountryCursor&lt;br /&gt;&lt;br /&gt;Deallocate CountryCursor</description>
            <author>lcs1788</author>
            <category>Codemasters</category>
            <pubDate>Wed, 18 Oct 2006 10:43:39 +0800</pubDate>
        </item>
    </channel>
</rss>
