By tag: table
0
kicks
How to bind a WPF Pivot Grid to MS Access DataBase
Binding of a WPF Pivot Grid to MS Access DataBase
0
kicks
NPOI with Excel Table and dynamic Chart
NPOI is a great open source project that enables us to create Excel spreadsheets in code using Microsoft .Net Framework. A reader of my blog commented on the post titled Creating Excel spreadsheets .XLS and .XLSX in C# about a problem he was having to get NPOI working with an Excel table bound to a ...
0
kicks
delete duplicate records in sql server table
delete duplicate records in sql server table with or without primary key
0
kicks
SQL 2005 Server Side Paging using CTE (Common Table Expression)
When a application want to show the result from an SQL-query as a paged view, i.e. showing ten or fifteen result on first page, then have a "next" function to show the next page of results.
To minimize traffic over the network, it is best practice to do the paging on the SQL-server, so ...
0
kicks
Check for column in SQL Table and add if not there
This article describes how to add a table to a column and check before adding if it exists.