PDA

View Full Version : SQL question


onejessman
03-03-2005, 04:14 PM
Since it seems that theres a great understanding of SQL around here does the SQL program matter like will a mySQL database code not work for msSQL and so forth?

mollymillions
03-04-2005, 02:54 AM
All SQL databases will (should) support the ANSI SQL (1992?) standard. All will also have DBMS specific variations (i.e. MS Transact SQL).

RangerDown
03-04-2005, 03:06 AM
If you expect EQEmu to work, it's Mysql or bust. The code uses the Mysql libraries as its database client, and the database calls aren't abstracted well enough to make it easy to use another database program instead.

Stealth_raptor
03-05-2005, 03:53 AM
Quite amazing really.