Loading...

RE: Unable to pull stored procedures to siqListForm

RE: Unable to pull stored procedures to siqListForm

#5518
Anonymous
Anonymous
Participant

What about executing this query?

select name from sysobjects where xtype='P' and category <> 2 order by name

You can also try using the SQL Profiler Tool to see what happens when you hit the Refresh button next to the Methods combobox control.

If that still fails please contact customer support and we can go on a webex.