Hello, I wonder if we can set up the database on Ncarbon1.3: ubuntu, for example, or other? and do not use windows sql
Speaking on myself i made the the exe working on linux but I'm facing a problem translating MSSQL to MySQL it's kinda harderQuote:
To change the DB-System to MySQL wouldn't be a problem.
Just to get a .exe working on Linux (I never used Linux, so correct me if i'm wrong).
Well, when the Open Source-Emu comes out, ...Quote:
Speaking on myself i made the the exe working on linux but I'm facing a problem translating MSSQL to MySQL it's kinda harder
This makes sense. SQL Server, much like evry other MS product is designed to work tightly with Windows. I'm not too familiar with its architecture, but I'm pretty sure it's granted fairly low-level acess to the OS, "optimizing" its performance. It's the case for Visual Studio, and even Office, so I don't see why SQL Server would be different.Quote:
Well now I have to say MSSQL would be best on it's own machine. If you could get the herlock running stable on Linux just link Herlock out to a dedicated MSSQL Machine. With the current herlock I would not even attempt to convert from MS SQL to MySQL
This is very good news for the OSS enthusiasts out there. I'm pretty much stuck with MS because of my work, but Linux is a much better choice for servers. And modifying one class is much less work than doing the WINE song and dance to get the current server files working. Or at least it should be.Quote:
In theory the emu will support any db without code changes. In reality there is one class that may need to be modified to support another db. The rest of the db code uses the generic interfaces (DbConnection, DbCommand, etc instead of MSSQL-specific versions).