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;"