mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.4K
active users

#pyodbc

0 posts0 participants0 posts today
OpenLink Software<p>Boom!</p><p>In addition to our <a href="https://mastodon.social/tags/MCP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MCP</span></a> servers for <a href="https://mastodon.social/tags/ODBC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ODBC</span></a>, <a href="https://mastodon.social/tags/JDBC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JDBC</span></a>, <a href="https://mastodon.social/tags/PyODBC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PyODBC</span></a>, and <a href="https://mastodon.social/tags/SQLAlchemy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLAlchemy</span></a>, we now have one for ADO.NET—bringing .NET runtime support into the mix.</p><p>At this point, we’ve covered all the major protocols needed to build data source–agnostic AI Agents via MCP.</p><p>Github Repo:</p><p><a href="https://github.com/OpenLinkSoftware/mcp-adonet-server" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/OpenLinkSoftware/mc</span><span class="invisible">p-adonet-server</span></a></p>
UbuntuSQL Server: ('HYT00', '[HYT00] [Microsoft][ODBC Driver 18 for SQL Server]Login timeou...<br><br><a href="https://stackoverflow.com/questions/79311028/sql-server-hyt00-hyt00-microsoftodbc-driver-18-for-sql-serverlogin-t" rel="nofollow noopener" target="_blank">https://stackoverflow.com/questions/79311028/sql-server-hyt00-hyt00-microsoftodbc-driver-18-for-sql-serverlogin-t</a><br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/sql-server" target="_blank">#sql-server</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/ubuntu" target="_blank">#ubuntu</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/containers" target="_blank">#containers</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/pyodbc" target="_blank">#pyodbc</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/unixodbc" target="_blank">#unixodbc</a><br><br><a href="https://awakari.com/pub-msg.html?id=POcwMqKYhqM2ggMcLdRyD9RajyK" rel="nofollow noopener" target="_blank">Event Attributes</a>
Morgenmuffel<p>Teradata by itself is bad<br>PyODBC by itself is bad<br>Combine the 2 and the stress makes my hemorrhoids sad </p><p>Python snippet<br>uda_exec = Teradata.UdaExec()<br>conn=uda_exec.connect("SID")<br>conn.execute('delete from sales_table')</p><p>if sales_table is empty, the above statement throws an error "Function sequence error"</p><p>Now I have to check if data exists before I call "DELETE".</p><p>Who the fuck even designs such shit?<br><a href="https://social.screamingatmyscreen.com/tags/Teradata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Teradata</span></a> <a href="https://social.screamingatmyscreen.com/tags/PyODBC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PyODBC</span></a> <a href="https://social.screamingatmyscreen.com/tags/SQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQL</span></a> <a href="https://social.screamingatmyscreen.com/tags/Tech" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Tech</span></a> <a href="https://social.screamingatmyscreen.com/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a></p>
TOV<p>To connect to a database in Python, use a database-specific library such as Pyodbc for Microsoft Access and SQL Server, Psycopg2 for PostgreSQL, mysql-connector-python for MySQL, or sqlite3 for SQLite. You will need to execute a database query to retrieve the data after establishing the connection.</p><p><a href="https://fosstodon.org/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://fosstodon.org/tags/Pyodbc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Pyodbc</span></a> <a href="https://fosstodon.org/tags/Psycopg2" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Psycopg2</span></a> <a href="https://fosstodon.org/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> <a href="https://fosstodon.org/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a>-connector-python <a href="https://fosstodon.org/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://fosstodon.org/tags/sqlite3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlite3</span></a> <a href="https://fosstodon.org/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> <a href="https://fosstodon.org/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> <a href="https://fosstodon.org/tags/db" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>db</span></a> <a href="https://fosstodon.org/tags/sql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sql</span></a></p>