Embedded SQL (Static SQL) in DBMS

The structured query language provides us 2 features: It allows us to write queries. It allows us to use it in programming languages so that database can be accessed through application programs also. Due to this duality SQL is sometimes called dual mode language. Actually all the queries can’t be expressed in SQL alone. There …

Embedded SQL (Static SQL) in DBMS Read More »

How to Send Email Using VB.Net

Sending and receiving emails has now become an important task in our daily life. Email service providers such as Hotmail, Gmail & Yahoo have provided their SMTP Ports so that third party developers can use them in their applications. In visual basic.net we use SMTP i.e Simple Mail Transfer Protocol which helps us in composing …

How to Send Email Using VB.Net Read More »