This topic is locked

Displaying data from an Existing SQL Server 2008 DB ?

6/1/2009 1:27:17 PM
ASPRunnerPro General questions
G
gsxrian author

Can i use this product to display data from an existing SQL Server 2008 DB, if so how ?

Thanks

Sergey Kornilov admin 6/1/2009

Answered to your personal email.

C
clig 6/3/2009

Can i use this product to display data from an existing SQL Server 2008 DB, if so how ?

Thanks


You can use oledb or SQL native client
strConnection = "Provider=SQLNCLI;Server=ONAPP013\NTSSVII,1776;Database=TNS_Support;Uid=user;Pwd=pwd;MarsConn=yes;"
strConnection = "Provider=sqloledb;Data Source=ONAPP013\NTSSVII,1776;Initial Catalog=TNS_Support;User Id=user;Password=pwd;"