Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python connect to mssql
#3
Thanks for helping to add the tag.
I tried with and without f also same.
I assume f is formatting only and yes, username/password/etc are all string

(Dec-06-2023, 08:09 AM)buran Wrote: Shouldn't be an f-string?
engine = create_engine(f'mssql+pyodbc://{username}:{password}@{server}/{database}?driver=ODBC+Driver+17+for+SQL+Server&connect_timeout=30')
That is assuming username, password, server and database used are actually names
Reply


Messages In This Thread
python connect to mssql - by wailoonho - Dec-06-2023, 07:47 AM
RE: python connect to mssql - by buran - Dec-06-2023, 08:09 AM
RE: python connect to mssql - by wailoonho - Dec-06-2023, 08:26 AM
RE: python connect to mssql - by buran - Dec-06-2023, 08:59 AM
RE: python connect to mssql - by wailoonho - Dec-06-2023, 12:03 PM
RE: python connect to mssql - by buran - Dec-06-2023, 12:22 PM
RE: python connect to mssql - by wailoonho - Dec-06-2023, 01:16 PM
RE: python connect to mssql - by wailoonho - Dec-07-2023, 02:06 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  connect sql by python using txt. file dawid294 2 512 Jan-12-2024, 08:54 PM
Last Post: deanhystad
  How to Connect to PostgreSQL Through Jump Server and SSH Tunnel using Python? nishans 1 1,167 Jan-02-2024, 10:37 AM
Last Post: khanzain
  Using Python to connect to an XML ? jehoshua 12 2,097 Jul-11-2023, 12:34 AM
Last Post: jehoshua
  MSSQL query not working in Python kat35601 0 954 Apr-12-2022, 06:44 PM
Last Post: kat35601
  from MSSQL to excel kat35601 1 1,716 Apr-11-2022, 06:19 PM
Last Post: buran
  Trying to make a bot to connect on discord with Selenium Python johnsmith43 2 58,668 Mar-21-2022, 02:56 PM
Last Post: Cloudytechnical
  How to connect Mysql databse with python and VSCode IDE madhusoodhananER 1 8,789 Oct-31-2019, 10:15 AM
Last Post: Larz60+
  Connect a Teradata DB to Python OscarBoots 10 9,024 Jan-31-2019, 10:23 PM
Last Post: OscarBoots
  [split] How to insert JSON into MSSQL gehrenfeld 3 3,379 Jan-27-2019, 06:20 PM
Last Post: micseydel
  How to insert JSON into MSSQL raysefo 2 4,194 Jan-27-2019, 06:17 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020