PUBLIC konek AS NEW ConnectionThat all you need if you wanna make connection in gambas, so just try. Gambas is so easy and I think for easy than visual basic in windows
PUBLIC PROCEDURE Connect()
konek = NEW Connection
konek.Type = "mysql"
konek.Host = "localhost"
konek.Login = "databaseuser"
konek.Password = "pasword"
konek.Name = "databasename"
konek.Open
END
Gambas and Mysql
How to make connection from gambas to mysql, you can try like this way
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment