I'm trying to access .mdf file (a sql server database) without having
SQL Server installed on the machine (neither MSDE).
It can be done from any programming language (like C#)?
Is there anyone who knows how can I do it?
Or does a native library that can access the .mdf file exist?
Thank to anyone who can help me...