Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aquayle
  • Content: Threads
  • Order by date
  1. aquayle

    Delphi 7 & DbExpress Error handling

    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...

Part and Inventory Search

Back
Top