Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/26/19 in all areas

  1. Yes, sure - that's it's main purpose! You can also feel free to make any adaptions / modifications to your need. This is just a little gift from me to the UniGui community without any limitations from my side.
    2 points
  2. Hi First use the myConnection component. For testing click the right button and choose for CONNECTION EDITOR. Now set server, port, username, password, database and click DIRECT. I put the myConnection on the MainModule. Then you can use a datamodules with TQuery components and set tMyQuery.Connection to the TMyConnection component. In code it's about the same: myConnection.Server :=''you're ip address''|; myConnection.port= 3306; myConnection.Username := 'username'; myConnection.Password := 'password'; myConnection.Database :='databasename'; myConnection.Connect;
    1 point
×
×
  • Create New...