Re: How To Port MS SQL Database to MySQL

2001-04-24 Thread Rene Tegel
We encountered no real problems when converting a database from Interbase, with some stored procedures and triggers as well, to mysql. Most stored procedures were for things like generating a unique key, getting the server date/time/year, etc. Triggers are imho just application _unfriendly_, s

Re: How To Port MS SQL Database to MySQL

2001-04-24 Thread Dennis Salguero
d Luck, Dennis ** Beridney Computer Services [EMAIL PROTECTED] http://www.beridney.com - Original Message - From: "Istiaque Hussain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 11:39 AM Subject: How To Port MS SQL Database to MySQL >

Re: How To Port MS SQL Database to MySQL

2001-04-24 Thread Steve Ruby
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

How To Port MS SQL Database to MySQL

2001-04-24 Thread Istiaque Hussain
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