Subject | Re: [IBO] Adding parameters to an Existing TIBOStoredProc |
---|---|
Author | Helen Borrie |
Post date | 2006-11-01T09:15:02Z |
At 05:44 PM 1/11/2006, you wrote:
application is trying to connect to a file that is not a database!
way. You need to find out what has happened to your database file...
Helen
>I have used Delphi for over 6 years and I have made changes to anThis error means you have a problem at the connection level - your
>existing stored procedure and been able to change the parament list
>easily. Using TStoredProc on Delphi 6, you can add a parameter to an
>existing stored procedure you delete the existing stored procedure
>name and then re-select the stored procedure and the Parameters can
>then be added to the parameters list. Every time I try to do using
>the IBO equivalent this I get an error: File is not a valid database.
application is trying to connect to a file that is not a database!
>What method should I use to update the changes in a stored procedureShould be the same as for TStoredProc, if you want to do it that
>using Delphi 6??
way. You need to find out what has happened to your database file...
Helen