100 likes | 237 Views
DATABASE SYSTEM. VB LINK TO MS-SQL. Visual Programming. Chapter 6. 6.5 Database Link To Microsoft SQL (Note: You must create database at chapter 9 Ms-SQL Server before linking database with Visual Basic interface). Select Project -> Component. 6.5 Database Link To Microsoft SQL.
E N D
DATABASE SYSTEM VB LINK TO MS-SQL
Visual Programming Chapter 6 6.5 Database Link To Microsoft SQL (Note: You must create database at chapter 9 Ms-SQL Server before linking database with Visual Basic interface) Select Project -> Component
6.5 Database Link To Microsoft SQL Select Microsoft ADO Data Control 6.0 (OLEDB). Then click command button Apply and OK.
6.5 Database Link To Microsoft SQL The Adodc control/object will appear at the ToolBox
6.5 Database Link To Microsoft SQL Select the Adodc. Then draw the object on the form. Change the Property Name to adoPatient. Change Property Caption to Patient Record
6.5 Database Link To Microsoft SQL Select the ConnectionString and Property Pages will appear.
6.5 Database Link To Microsoft SQL Select Use Connection String and click command button Build. The Data Link Properties will appear. Then select Microsoft OLE DB Provider For SQL Server.
6.5 Database Link To Microsoft SQL Select or enter Server name then Select the Database on the server
6.5 Database Link To Microsoft SQL Select the RecordSource – Patient
6.5 Database Link To Microsoft SQL Select Data Source – adoPatient Then Select Data Field – Patient ID. Repeat the same process for the other fields – IC Number, Address and Tel No.