S
saywhat
Okay, please forgive me but I need to ask this... I went to Google and
pressed the button etc. first, really, before I asked... lol
I'm familiar with database manipulation in C++/MFC. I noticed right away,
though, that in C# if you're not wanting to use a databound control, there
seems to be little info out there on using a database. IOW, if I want to
page through a record set, select certain fields, edit, add records, like I
can in MFC, how to do this?
Almost all the tutorials I come across tout the abiilty to do stuff "without
writing any code". Well darn it, I want to write some code and I'd like to
know how.
FWIW I find C# difficult to comprehend at times. Well, not comprehend, but
difficult to use. Most of the material I've found on the 'net deals with
NOT coding, and I'm still looking for materuial that would be useful for a
MFC/C++ programmer to translate their skills to C#.
Also, here's a real dumb question: How do I *create* a SQL database? I am
used to using MS Access 2000 to build my database, and then using it in my
MFC program. How do you do the initial building for SQL? I am a bit
confused as to how to access a SQL server in VS2005 as well, i.e how do I
connect to it? And again, where can I find the right instructional material
to guide me?
TIA
B
pressed the button etc. first, really, before I asked... lol
I'm familiar with database manipulation in C++/MFC. I noticed right away,
though, that in C# if you're not wanting to use a databound control, there
seems to be little info out there on using a database. IOW, if I want to
page through a record set, select certain fields, edit, add records, like I
can in MFC, how to do this?
Almost all the tutorials I come across tout the abiilty to do stuff "without
writing any code". Well darn it, I want to write some code and I'd like to
know how.
FWIW I find C# difficult to comprehend at times. Well, not comprehend, but
difficult to use. Most of the material I've found on the 'net deals with
NOT coding, and I'm still looking for materuial that would be useful for a
MFC/C++ programmer to translate their skills to C#.
Also, here's a real dumb question: How do I *create* a SQL database? I am
used to using MS Access 2000 to build my database, and then using it in my
MFC program. How do you do the initial building for SQL? I am a bit
confused as to how to access a SQL server in VS2005 as well, i.e how do I
connect to it? And again, where can I find the right instructional material
to guide me?
TIA
B