I am in need to Concatenating multiple rows, this need is already discussed and answered in this thread Ms Access Query: Concatenating Rows through a query
In the above thread, the specified need can be achievable only through VBA function..but I want to achieve it via C# function. Is there any possibilities to concatenate multiple rows through ms access query and that query should be executed from C#.
I want to achieve this complete functionality through MS Access query as like SQL query's For XML PATH.