Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

ArcSDESQLExecute support calling Functions

$
0
0
Does the ArcSDESQLExecute class support calling Oracle functions? If yes, does it further support the return of a ref_cursor? I've tried

sql = "call BlahFunction()"
sdeReturn = conn.execute(sql)

Regards

Viewing all articles
Browse latest Browse all 2485

Trending Articles