Ahmed Mousa
Ahmed Mousa
@cesar-loadsmart I think the issue is when you are using: `mssql+pymssql://:@/?charset=utf8 `or `mssql+pymssql://:@: ` it connects to the master database, not your actual database which I tested by making it...
@kikolouro My user connects perfectly through DBeaver but not sqlalchemy URL. can you please explain to me the difference between the two users? and if possible how to create it....
well it worked with me after adding autocommit=true to the pyodbc driver URL ` mssql+pyodbc://USER:PASSWORD@HOST:PORT/Database?driver=ODBC+Driver+17+for+SQL+Server&autocommit=true`
@rohitpawar2811 What did you do differently?
Hello @adamiprinciples , I hope you're doing well, Really Impressive work btw. I was wondering if you could share an update on your progress or any tips you might have...