No, I don't have the French version of any of the current versions of
Word/Windows/SQL Server.
You should probably ask this question in a SQL Server group - If the code
pages (character set) you are using on your client machine and in SQL Server
are different, the translation is not always done properly. There are
differences depending on the version of SQL Server, and the version of the
OLEDB providers/ODBC drivers. If you are using ODBC, it may be worth
changing the setting for "Perform translation for character data" in the
ODBC DSN setup dialog, but I actually doubt whether it will make any
difference.
But...
How are you conecting to SQL Server? In Word 2000, you have to use an ODBC
connection, which you can set up via MS Query or using VBA. Are you doing
the same thing in Word 2003, or are you using the new method, which uses
OLEDB? In either case, it could be worth trying the other method. If you
have installed MS Query with Word 2003, it is now available on the Tools
menu at the top right corner of the Select Data Source dialog box. If you
are using OLEDB and Word 2003 (English) is succeeding but Word 2003 (French)
is not, I would also use Notepad to open the .odc files created by each
version to see if there is any difference.
Peter Jamieson