Select to view content in your preferred language

How does webservice return table from query

690
1
Jump to solution
01-09-2012 04:59 AM
KyleDixon
Deactivated User
I have a python toolbox published as webservice, I need to query a GDB table and return results as a table.

This has to be simple, but every tool I've tried doesn't work.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
KyleDixon
Deactivated User
FOUND IT!!

arcpy.TableSelect_analysis

I was trying to use management tools.

View solution in original post

0 Kudos
1 Reply
KyleDixon
Deactivated User
FOUND IT!!

arcpy.TableSelect_analysis

I was trying to use management tools.
0 Kudos