PDA

View Full Version : ms sql 2000?


andrius
16-01-2005, 13:29
Hello all.

Just wondering if it is possible to make custom integration of ts server with ms sql 2000 database?

Goal would be to reuse existing user database to limit ts access for existing members only.

caribehost
16-01-2005, 21:15
Im not 100% sure if TeamSpeak can communicate with a MS SQL server. Assuming no major differences in the SQL commands + a way for the two to interface it should be doable.

Ill update this post later if I can think of a less generic answer =)

guldi
17-01-2005, 13:07
TS currently only supports mySQL (3.x) & SQLite. I'm not a database expert, but I woul'd be surprised if you could use a MS SQL database interface.

andrius
17-01-2005, 19:59
problem is not sql syntax, this can be rewritten, what interest me is can i somehow plug in needed libraryes so it would be abel to run with ms sql, as i understand ts needs anyway external ddl to communicate with sql db.