Advertisement
Guest User

Untitled

a guest
May 12th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. //--- Banco MySQL
  2. MySQL55Connection1.Close;
  3. MySQL55Connection1.Transaction := SQLTransaction2;
  4. MySQL55Connection1.DatabaseName := 'coletor';
  5. MySQL55Connection1.HostName := '192.168.1.124';
  6. MySQL55Connection1.Password := 'root';
  7. MySQL55Connection1.UserName := 'root';
  8. SQLTransaction2.DataBase := MySQL55Connection1;
  9. SQLQuery2.DataBase := MySQL55Connection1;
  10. SQLQuery2.Transaction := SQLTransaction2;
  11. DataSource2.DataSet := SQLQuery2;
  12. SQLQuery2.SQL.Clear;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement