This kind of question really doesn't fit the scope of this mailing
list.  I suggest the ESRI forums or gis.stackexchange.com.

(You might try not putting quotes around your variable names though...)

David.

On Thu, Jan 6, 2011 at 12:36 PM, tlomiej <[email protected]> wrote:
> The tool works well in the MODEL bilder, but when it wants to convert
> it to the python script error occurs. All data from the column
> disappear.
>
>
>
> import arcgisscripting
> gp = arcgisscripting.create(9.3)
> gp.workspace = "D:\\DATA.gdb\\"
> TABLE = "D:\\DATA.gdb\\TABLE"
> FIELD = "texx"
>
> gp.CalculateField_management("TABLE", "FIELD",
> "StrConv([texx],vbUpperCase)", "VB")
>
>
>
> What am I doing wrong??
>

Reply via email to