web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Solving ODBC Connection error in AX 2012 Microsoft ODBC SQL Server Driver SQL Server Changed language setting to us_english

Amir Nazim Profile Picture Amir Nazim 5,994

I was working with ODBC and i found this error, On searching i have found this article.

Cannot execute the required database operation.
The operation failed.
[Microsoft][SQL Server Native Client 10.0][SQL Server]Changed language setting to us_english.

Searching on the Internet I found the following post in Microsoft Support:

http://support.microsoft.com/kb/197459

However, after read that I thought that my problem should be due to my code, so i have decided to take a fresh and closer look on code and i found

subscriptionStartDate = resultSet.getDate(4);
subscriptionEndDate =resultSet.getDate(4);

So, in conclusion: I made a stupid mistake, This error is shown if you try to get an index that you previously obtained before.


This was originally posted here.

Comments

*This post is locked for comments