Just beginning, so will post loads..
1st, if MySql isn't running, this code errors:-
procedure TfrmLogon.Button1Click(Sender: TObject);
var uname,pword :string;
ErrorCode :Integer;
begin
uname :=edit1.Text;
pword := password.text;
if not frmDBcontrols.SQLConnection1.Connected then
begin...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.