Skip to content

Latest commit

 

History

History
52 lines (20 loc) · 876 Bytes

File metadata and controls

52 lines (20 loc) · 876 Bytes

Registration-Form-In-Visual-Studio

Create registration in visual studio using C/C++ and Sql.

First of we connect our Application to the Sql server for saving the Record of Students. For this you can create your Database in Sql server or by using Visual studio.

GitHub Logo

In below pic you see that our Application is connect to Sql server.( You confirm that our Application is connected to the Sql server or not by test connection )

GitHub Logo

Here are some of the Outputs:

GitHub Logo

GitHub Logo

GitHub Logo

GitHub Logo

GitHub Logo

Insert Function

GitHub Logo

Update Function

GitHub Logo

Search Function

GitHub Logo