I had an application in one databse, I wanted to re-create the applciation in another database so scripted all tables and stored procedures and created these in the new database.
The primary reason for this was to get the stored procedure which creates a custom number xxxyyyynnnn.
In the initial application when I add the method to my SmartObject it all works OK, the stored procedure shows as a list item and has the return value I need.
In the new database the stored procedure only has an execute method which does not return any values.
I know it is difficult but any ideas?
Mike