Jump to content

Which module can insert to sql server database?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
wqjwftcaqr

wqjwftcaqr

    Newbie

  • Members
  • Pip
  • 8 posts
this there any module can connecting sql, Please give me a example forwork on sql server database

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
The MySQLdb module, there is a guide to installing the module and using it here:
Page 2 - MySQL Connectivity With Python
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
wqjwftcaqr

wqjwftcaqr

    Newbie

  • Members
  • Pip
  • 8 posts
this module can also work on sql server database?

#4
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
Possibly, but you may wish to use a different module for SQL (there are none default IIRC), there are quite a few around on the net.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.