View Single Post
  #3  
Old 04-10-2004, 02:12 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default Re: MS Sql Server vs. MySQL

Quote:
Originally Posted by WildcardX
Just kinda curious... is there hard code in the emulator that marries you to using *only* MySQL? or could MS SQL Server be used instead with little or no additional pain?
The code is written to use the MySQL API. If you want to use MS SQL, you will need to alter all the MySQL calls in the source code.
Reply With Quote