FranklinYeung
Programmer
Hi all,
I am using SQL server 6.5 , 7 and 2000 in my office, but the available languages is not the same among these three servers. The following codes are excuted:
Either
use master
select * from syslanguages
OR
exec sp_helplanguage
============================
for 6.5 version
-> no records in the tables
for 7 and 2000 version
-> 24 different language records available
As i want to set the language in 6.5, but no records available, is it due to my installation error?? and what are the available languages in 6.5 version?
Many thanks
Franklin Yeung

I am using SQL server 6.5 , 7 and 2000 in my office, but the available languages is not the same among these three servers. The following codes are excuted:
Either
use master
select * from syslanguages
OR
exec sp_helplanguage
============================
for 6.5 version
-> no records in the tables
for 7 and 2000 version
-> 24 different language records available
As i want to set the language in 6.5, but no records available, is it due to my installation error?? and what are the available languages in 6.5 version?
Many thanks
Franklin Yeung