472,143 Members | 1,134 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,143 software developers and data experts.

Compatibility with C++ and SQL Server

Elias Alhanatis
Hi Everybody!!
I was wondering , if i will write a program in Python , will it be able to use the databases created with a program in C++ with the combination of SQL Server?
I suppose i can do it , because "data" is a different thing then "program" , but i would use a confirmation. Also please inform me if there are any general restrictions in that....
Thanks in advance!!!!!
Aug 18 '07 #1
2 1212
bartonc
6,596 Expert 4TB
Hi Everybody!!
I was wondering , if i will write a program in Python , will it be able to use the databases created with a program in C++ with the combination of SQL Server?
I suppose i can do it , because "data" is a different thing then "program" , but i would use a confirmation. Also please inform me if there are any general restrictions in that....
Thanks in advance!!!!!
There are some ODBC extension modules for Python. The best one went commercial on us and now costs money (don't know how much). There is a basic, yet stable and free, ODBC module in the PyWin32 package. I could probably dig us a link to at least one more. (And yes, it's data you are after so you have your choice of tools to get at it.)
Aug 18 '07 #2
bartonc
6,596 Expert 4TB
There are some ODBC extension modules for Python. The best one went commercial on us and now costs money (don't know how much). There is a basic, yet stable and free, ODBC module in the PyWin32 package. I could probably dig us a link to at least one more. (And yes, it's data you are after so you have your choice of tools to get at it.)
Great news on this front!!!
PyODBC looks to be the Python ODBC interface of the future. 2.4 and 2.5 are both currently supported!
Oct 12 '07 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

4 posts views Thread by Jez Naisbitt | last post: by
1 post views Thread by Vycka | last post: by
2 posts views Thread by Calvin KD | last post: by
27 posts views Thread by David Golightly | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.