Istiaque Hussain wrote:
> 
> Dear Friends ,
> 
>   One of our clients wants to port the Database which was originally in MS SQL , to 
>MY SQL . he main problem we are facing is that how to make previous stored procedures 
>run . There are a lot in the application . Front end was in VB .
>   We are now into feasibility study . Please give information on that .
> 
>           Bablu
> 


Since there is no stored proceedure support your best option would be to convert
your stored procedures into some type of library that would be native to
the application you are writting, then use calls to the data library ratther
than the stored proceedures in the application.

---------------------------------------------------------------------
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

Reply via email to