Error message while trying to edit settings in Misc Databases?

Asked By 0 points N/A Posted on -
qa-featured

While trying to edit settings in some objects, the response I get is, "the specified procedure could not be found." 

So I thought there must be an issue with the content in the database, however when I created a new database and tried to edit settings once again I received the same response.

Thank you for your help.

SHARE
Answered By 75 points N/A #84649

Error message while trying to edit settings in Misc Databases?

qa-featured

Hi Jason,

I wish you had indicated which kind of database you are working with, but assuming that you are using java, there is a chance that the DLL was built using C++. Unless you took care to do an extern on the procedure, this is one possible reason.

Try exporting all the functions from the .dll file. If the list includes your function, then you're good.

______

Regards,

Lee Hung.

 

Related Questions