I am migrating my application from 32bit(Windows 2000 Server) to 64bit (Windows 2008 Server R2).
I am getting the following while trying to execute a SQL command
Basically internal function call is SQLExecute() function call. This works perfectly for Windows 2000 Server 32bit. I tried the command execute at the background from the command prompt and it is working.
Any help or suggestion would be very much appreciated.
I checked the squence of call.We have two consecutive SQLBindParameter function call and then we call SQLExecute. Is this sequence incorrect in case of 64bit? I also checked the return code given by SQLExecute which is 99.
Any pointers or suggestions would be very helpful. The above sequence is working fine with 32bit Windows.
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.