One of my clients unfortunately uses table names with German "umlaute" in his MS-SQL database.
Acusql resolves the table name
select * from dbo.süden
with
select * from dbo.sden.
Is there a way to prevent this?
One of my clients unfortunately uses table names with German "umlaute" in his MS-SQL database.
Acusql resolves the table name
select * from dbo.süden
with
select * from dbo.sden.
Is there a way to prevent this?
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.