What is the code delphi connect msSQL?

Asked By 50 points N/A Posted on -
qa-featured

Hi guys,

What does the code Delphi connect muscle?

I want to know the proper way of connecting Delphi programming language to mssql database.

I need to see an illustration to be followed.

Or any online tutorial on connecting Delphi to mssql will really help me a lot.

Expecting some help, thank you.

SHARE
Answered By 0 points N/A #182416

What is the code delphi connect msSQL?

qa-featured

Hi Vanessa Onnoya,

You have to create a folder named " Paint " in the My Documents, You can name it anything you like

Run Delphi and in the file menu choose New Application > File > New > VCL Forms Application Delphi.

This folder should create two window named form 1 and Unit 1. You can switch between them quickly by pressing the F12 key.

Now Click on the form, and press the F11 key to select the object the object inspector.

Exit from Delphi, saving if it asks Look in your Paint folder.

You should find 5 files related to this project: Named as main.pas, main.dfm, and some more beginning with paint.

Now its ready to work on your project by double clicking on paint dpr.

Related Questions