Hi,
myConnectionString = "DRIVER={SQL Server};SERVER=MyServer;UID=sa;Trusted_connection=true;DATABASE=rfid;";
i'm trying to connect to a database named rfid which is stored at another computer, what should i do to the connectionString for my computer to be able to connect to the mySQL database at the other computer?