hi, I began my first C# project and I'm still studying that field.i used MS Access to connect to the database.but i couldn't do that. so i want to know what is the best database for use to connect with C#
I think many C# users use SQL Server, especially beginners. There is also SQLite, which isn't as big to install. I think either of those would work for you, it's just a matter of preference. And if you do want to use MS Access, it is possible. Here's instructions on how to get it up and running. Err.. it's not letting me paste the link where I got that from; giving some kind of redirect error, but if you search "ms connect with c#" it's the first result, on social.msdn.microsoft.com. Good luck
I would say sql server is the best to use with the c# as when you install visual studio it will be installed with that too