Quantcast
Channel: Silk Performer
Viewing all articles
Browse latest Browse all 4084

Wiki Page: Does SilkPerformer support testing a .NET SQL Client Data Provider against a SQL Server Database?

$
0
0
There is no record approach for testing a SQL Server database using the .NET "SQL Client Data Provider". The only way to test is to use the Silk Performer VS.NET Add-In and develop a component test in Visual Studio using the SQL Client Data Provider. For information regarding how you can create a Visual Studio .NET project please go to: START | PROGRAMS | SILKPERFORMER 2008 | DOCS | .NET TESTING | .NET FRAMEWORKS DEVELOPMENT GUIDE BACKGROUND INFORMATION A data provider in the .NET Framework serves as a bridge between an application and a data source. A .NET Framework data provider enables you to return query results from a data source, execute commands at a data source, and propagate changes in a DataSet to a data source. The SqlClient provider ships with ADO.NET and resides in the System.Data.SqlClient namespace and it is typically used for middle-tier applications accessing SQL Server 7.0 or later.

Viewing all articles
Browse latest Browse all 4084

Trending Articles