Niranjan wrote : >Hi All
>My requirement is such that, an action has to be taken when a record is >inserted/modified/deleted from a table. The action is implemented in "C" >code. >I wanted to know whether it is possible to call "C" code (function call) or >an executable from SQL statements(may be from a "Stored Procedure" or a >"Trigger" etc)?? This actually is not possible. For SAP internal purposes we support db-procedures written in C++, but this feature is not documented so far and only a wizard to create such projects for the MS Visual Studio .net is available. If you downloaded the source code and the tools, you may have a look into the dbpInstall project, to get an idea how the C++ embedding is working. We plan to release this feature in the future. Best Regards, Thomas -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
