jeudi 28 mai 2015

python desktop application with database from webserver

I am new to python. I running database on localhost. I want to host database on webserver. I tried with localhost to web hostname, nothing works. please help me.

db.setHostName("localhost")
db.setDatabaseName("testDB")
db.setUserName("root")
db.setPassword("password")




Aucun commentaire:

Enregistrer un commentaire