As the title states really, I need to know if a 32bit application can access a 64bit sql server database?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes
An application won’t care if the target database server is 32 or 64 bit, Windows/Unix, Server/Mainframe, local or in the cloud. All it knows is the connection string it sends to a driver on the local OS.
To be clear, the local OS and driver don’t care about 32 or 64 bit on the target system