[EMAIL PROTECTED] wrote:
>
> Dear Friends ,
>
> The basic problem I face in the new project is to convert the previous Stored
>Procedures in MS SQL Database into My SQL . How to Replicate the same in My SQL .
> The Front End is VB 6.0 . The Back End previously was MS SQL . Now Client want it
>to be in My SQL . Please send the details if I can use Perl API s for making the
>stored procedure like programs . If it is possible how to call the Perl API Programs
>From Visual Basic .
>
> Shankar
Your best bet would be to try to emmulate the stored proceedure level in a VB library
as part of your program and call that which will exectute the required SQL against
MySQL
and return the results similar to shat your SP's would have. There is no current
SP support in mysql so I'm afraid even perl wont' help you there.
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php