E-mail import from Access using Delphi

View Paper
ESSAY DETAILS Words: 892
Pages: 3
(approximately 235 words/page)

Essay Database > Science & Technology > Computers and Cybernetics
As part of Project Management in a Certificate IV in IT, our project team was required to create a database that would simplify the work of one of the teachers at the senior college I was attending. The database consisted of five tables being Students, Student Interests, Interests, Position Interests and Positions. The database was centered on carefully chosen interests. For clarity I will not go into any detail here. Once the database had been …

showed first 75 words of 892 total
Sign up for EssayTask and enjoy a huge collection of student essays, term papers and research papers. Improve your grade with our unique database!
showed last 75 words of 892 total
…UserEdit.Text := Reg.ReadString('TSCMail','User','User'); HostEdit.Text := Reg.ReadString('TSCMail','Host','Host'); finally Reg.Free; end; end; procedure TForm2.UserEditChange(Sender: TObject); begin Saved := true; end; procedure TForm2.FormPaint(Sender: TObject); begin if EAD <> true then Button1Click(Sender); end; end. { end of both main units of code } Please comment on this code if you can, especially if it has helped you. I appreciate all feedback; good or bad.