I believe this is a very newbie, and if I use the wrong forum for discussion, please let us know.
I have a basic understanding of a database with MS SQL Server and programming in C ++ and C #. I'm trying to educate myself more by setting up my own database with MS SQL Server Express 2008 R2 and accessing it through Windows forms created in C # Express 2010. At this point, I just want this to release or redistribute tools for developers ( for example, not necessarily Microsoft, though).
In any case, I created the database using the instructions given here , and I set the data types for each column accordingly (no configuration errors at least).
Now I'm designing a graphical interface in C # Express, but I kind of hit the wall as I connected to the database.
Is there an easy way to access a database that I created locally using C # Express? Can anyone suggest a guide in which all this has already been spelled out?
I am self-employed, so I look forward to learning how to use these applications, but we would really like all the pointers to start me in the right direction.
Nocatharsis
source share