Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Friday, December 20, 2013
PATINDEX SQL Server Example
›
SQL Server > Built-in Functions > PATINDEX PATINDEX returns the start position of pattern occurrence in an expression. Warning...
MAX SQL Server Example
›
SQL Server > Built-in Functions > MAX MAX returns the maximum value. Warning! Null values are ignored! Example CREATE T...
Thursday, December 19, 2013
Retrieve List of Tables in MS Access File C# Example
›
C# > Data > OLE DB > Access - all tables Use GetSchema to get all tables in MS Access Example OleDbConnection con = new ...
Wednesday, December 18, 2013
RTRIM SQL Server Example
›
SQL Server > Built-in Functions > RTRIM RTRIM returns a sting after truncate trailing blanks. Example: DECLARE @str var...
LTRIM SQL Server Example
›
SQL Server > Built-in Functions > LTRIM LTRIM returns a sting after removes leading blanks. Example: DECLARE @str ...
Average without Zero values SQL Server
›
SQL Server > Built-in Functions > AVG > Without zerous Example to calculate average without zero create table #sale ...
Thursday, December 12, 2013
How to delete rows from DataGridView without delete rows from DataTable
›
C# > System.Data > DataGridView > Delete rows How to delete rows from DataGridView without delete rows from DataTable? Solu...
‹
›
Home
View web version