"""Tests for valid connection strings across all supported databases.""" def test_postgresql_valid(self): """PostgreSQL with psycopg2 driver.""" validate_connection ...
I installed mysql on WIn XP PRO and MyODBC-3.5.1.06. I'm trying to connect to the mysql usign theses lines below:<BR><%@ Language=VBScript %><BR><%<BR>set myconn ...