How to Get List of SQL Server Instants in the Local and Remote in VB.NET In the following examples, the server instants are stored in Co...
Read the full article →
Home → Archives for October 2013
how to get list of sql servers in vb.net
How to Get List of SQL Server Instants in the Local and Remote in VB.NET In the following examples, the server instants are stored in Co...
Read the full article →
Tags:
MS SQL,
VB.Net Source Code
HOW TO CREATE USERS IN SQL SERVER WITH VB.NET
HOW TO CREATE USERS IN SQL SERVER WITH VB.NET CREATE LOGIN " & UserID & " WITH PASSWORD=N'" & Passwo...
Read the full article →
Tags:
MS SQL,
SQL with VB.NET
BACKUP SQL DATABASE IN VB.NET
BACKUP SQL DATABASE IN VB.NET SQLQuery("backup database " & dATABASENAME & " to disk='" & FILEPA...
Read the full article →
Tags:
MS SQL,
SQL with VB.NET
How to insert data from one table to another table in SQL
How to insert data from one table to another table in SQL 1. INSERT DATA FROM ONE TABLE TO ANOTHER TABLE IN THE SAME DATABASE ...
Read the full article →
Tags:
MS SQL
Subscribe to:
Posts (Atom)
MORE
- Execute SQL Query (2)
- MS SQL (9)
- MS-Access (2)
- SQL Date (1)
- SQL with VB.NET (6)
- VB.Net Source Code (7)
Blog Archives
Popular Posts
-
How to Load Data From SQL Server Into Combo Box in VB.Net How to populate a filed from sql server database table into combo box in v...
-
How to Update or Insert Date Values Into SQL Database To Insert /Update Date into SQL Server , Use the following method LogoutTim...
-
How to load data into DataGridView from SQL Server Many times in a project, we need to load data from sql server database table into da...
-
How to Format Rows in DataGridView In VB.NET Here is small example to format the rows backColor , You need write the code in CellFormatti...
-
Encryption and Decryption in VB.NET We have to store some data securely, the best method is , convert the values into encryption and th...
-
How to Load Data Into Combo Box from MS-Access Database First Thing you need connection String to the Ms-Access Database, In this Examp...
-
BACKUP SQL DATABASE IN VB.NET SQLQuery("backup database " & dATABASENAME & " to disk='" & FILEPA...
-
How to Get SQL Servers into Combo Box in VB.NET Source Code The below function , finds the all SQL server instants over network. All...
-
How to INSERT UPDATE DELETE Rows from MS-Access Database Here is the source code for all Imports System.Windows.Forms Public Cla...
-
How to Get List of SQL Server Instants in the Local and Remote in VB.NET In the following examples, the server instants are stored in Co...