Part 1: Retrieving Data From SQL Server with C#
Here is a quick and easy sample program in C# to retrieve data fromSQL Server 7.0. There are 4 steps involved in doing this. a) Create a table 'emp_test' in SQL server with 3 fields calle:decode – int, ename – varchar(20) and ephone – varchar(10). b) Create a DSN in ODBC called 'test' c) [...]
Read more



11:01 pm by Arun Sharma