Hi… i am new to RDBMS integration with LN.I am using a select statement to retrieve some records from Sql server 2k and want to display in LN like view structure, but i don’t want to create any documents. Can anyone tell me how can I display the back end data from RDBMS in LN without creating documents like grid view in .Net?? Thanks
Subject: Display data from SQL Server
If you have XML support enabled in SQL server you can get the query results in XML format and specify a style sheet to format the data as you like.