Mibew / mibew

Mibew Messenger - open-source live support application
https://mibew.org
Other
473 stars 204 forks source link

Is that possible to get MS SQL server Implementation? #244

Closed emmanuelcolina closed 5 years ago

emmanuelcolina commented 5 years ago

Hi, Is that possible to get MS SQL server Implementation?

faf commented 5 years ago

Well, in theory, since the database layer is based upon PDO, it is possible. But, to begin with why should anyone need that?

emmanuelcolina commented 5 years ago

I need to do a proyect based mibew and Sql server 2017, any suggest? i need help please.

emmanuelcolina commented 5 years ago

image

Check that, i got the connect to sql server, but have a error here:

image

i guess what that syntaxis (CREATE TABLE IF NOT EXISTS) not work in sql server

faf commented 5 years ago

Well. Just read the fine manual for M$ SQL Server and alter the database related code so that it became compatible with that proprietary database software.

You see, you've wrote why you need that. But it's useless for anyone else. It's neither interesting, nor useful for Mibew project, so you're on your own here.

emmanuelcolina commented 5 years ago

Ok Thk! :)