OleDB connection string examples – SQL server and Microsoft Access
OleDB connection string An OLE DB connection enables to connect to a data source by using an OLE DB provider. For example, an OLE DB connection manager that connects to…
OleDB connection string An OLE DB connection enables to connect to a data source by using an OLE DB provider. For example, an OLE DB connection manager that connects to…
PHP MSSQL connection script using PHP MSSQL driver You can use different database servers viz. MySQL, MariaDB, Microsoft SQL Server etc. in your PHP code to connect your database and…
Send email using PHP mail() function PHP has built-in mail() function which can be used to send email without authentication. You just need to make sure that server is properly…
Send Email using ASP.Net using C# ASP.Net has built in class to send email. You can send email with or without authentication. In our previous post we provided sample script…
Send Email using ASP.Net VB.Net ASP.Net has built in class to send email via script. You can send email with or without authentication using ASP.Net namespace System.Net.Mail. Following is the…
Send Mail Using CDO On Windows server, you can send mail using CDO. CDO allows to send email using SMTP authentication as well as without SMTP authentication. Here is the…