I can create columns on SQL database (initial level). And now I want to know how I can link the created program with the database? Just stupidly I want to put 2 textboxes, write there and save to the created database, so that when the program is re-enabled, it will output the old data? I searched Google, I did not find it. Probably bad looking. Push me, please, to action.
NHibernate
or [Entity Framework,
] [2] in your place so as not to depend on the database used, and in general, understanding how Any popularORM-Framework
works greatly simplifies the subsequent work with data and DBMS in general. - And yes, for the sake of interest, by what queries did you search Google, trying to find the answer to your question? :) [1]: nhforge.org/Default.aspx [2]: msdn.microsoft.com/en-US/data/ef - Costantino Rupert 6:24 pm