Hello,
I am trying to work with a database with non english letters in column names.
I could not get past the "Edit SQL query" screen until i changed regional settings for non-unicode programs in windows XP to Serbian(Latin).
With that i could complete the wizard, build the pages and then I get the following:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'Matièni broj'.
/apr/privredna_drustva/Finansijski_izvestaji_list.asp, line 596
It's clearly because of incorrect column name which is in fact 'Matični broj' not 'Matièni broj' as the error message suggests. Could this be an IIS/ASP related problem?