I backed up a database and took it home to work on it.
Problem is with the stored procedures: In the Control Center I can see
the SPs, and I can see their SQL code. But I cannot edit nor copy the
SQL code.
In Development Center I cannot find the SPs at all. It seems that all
I can do is "Create New Project."
Therefore, I cannot edit the SPs to update them to changes in the app
and database. Any suggestions?
SS
Mark A - 08 Jun 2006 01:22 GMT
>I backed up a database and took it home to work on it.
>
[quoted text clipped - 9 lines]
>
> SS
To copy the SP text, open the procedure body in the Control Center and swipe
the text with you your cursor (or hit ctrl-A to select all the text). Then
hit ctril-C to copy the selected text to Windows clipboard. Paste text where
ever you want.