المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Newbies and databases



C# Programming
04-06-2009, 04:10 AM
I'm writing an app to add information to a custom database(which does not exist yet). After that, I will develop an app to work with/view the data.

As a newbie, I'm unaware of exactly what I should be studying to create a database in C#. I've figure out how to create data tables(and datasets) but I'm not sure what to even search for when I'm trying to find code samples or tutorials on how to permanently store the info and every search I do yields stuff with MySQL. Can someone please point me in the right direction?