Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi everybody,
i want to use Excel Sheet as a database in my project....so please give me suggestions and give an alternate to move data from SQL database to Excel Sheets...
Posted

MS Excel can be regarded as a data source, however Mehdi is right about multi-user access. So my link talks about 9 Solutions to Export Data to Excel for ASP.NET[^]. Please see.
 
Share this answer
 
Excel sheets are not scalable for multi-user access.

Use a multi-user database engine like , MSSQL, MySql which can handle multiple concurrent users.
 
Share this answer
 
Comments
mayank1290 23-Jul-12 1:19am    
yeah i know but my client wants.
ok
give me an alternate to move the all the data from SQL tables to Worksheet's Sheets(sql to excel).....

give me Command and Connection String

thanks and regards
Mehdi Gholam 23-Jul-12 1:28am    
What your users want may not be in their best interest...

http://www.connectionstrings.com/excel-2007

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900