![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a DB that creates a table the defines the primary key thus EXEC sp_primarykey 'blah', blahuid then does the foreigns EXEC sp_foreignkey 'blah2', '.field', uid I can't find the Procedures to transfer them. going from an ASE to a ASA where are the procedures? Thanks for help A |
#3
| |||
| |||
|
|
sp_primarykey, sp_foreignkey . . . are documentation features only in ASE. Nothing actually happens inside Sybase to enforce them. So, the question is, why does your product need them in ASA? There are cases where one wants these: third party programs might read them. If you want to generate code for this, the DBPowerSuite program psCopyKeys generates a SQL script. www.dbpowersuite.com "Baldy" <John (AT) smith (DOT) com> wrote in message news:41066a71_1 (AT) news (DOT) adelaide.pipenetworks.com... I have a DB that creates a table the defines the primary key thus EXEC sp_primarykey 'blah', blahuid then does the foreigns EXEC sp_foreignkey 'blah2', '.field', uid I can't find the Procedures to transfer them. going from an ASE to a ASA where are the procedures? Thanks for help A |
![]() |
| Thread Tools | |
| Display Modes | |
| |