There are many ways to Create VB.Net Connection With SQL Server , on this occasion we will discuss three-way connection to the SQL Server namely:
Database Name : WORKSHOP
Tables :
1. Customer
Note : customer_id = primary
2. Service
Note : service_id = primary
3. H_Transaction
Note : number = primary
4. D_Transaction
Note : id = primary (auto)
to be continue.............
- Using ODBC
- Using SQL CLIENT (Special SQL Server)
- OLEDB
Database Name : WORKSHOP
Tables :
1. Customer
Note : customer_id = primary
2. Service
Note : service_id = primary
3. H_Transaction
Note : number = primary
4. D_Transaction
Note : id = primary (auto)
to be continue.............
No comments:
Post a Comment