Click here to Skip to main content
15,921,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: InitDialog Visual Studio .Net2003 Pin
MarcoNedwig17-Oct-03 5:07
MarcoNedwig17-Oct-03 5:07 
GeneralFonts and MFC Pin
Rafael Fernández López16-Oct-03 9:14
Rafael Fernández López16-Oct-03 9:14 
GeneralRe: Fonts and MFC Pin
Peter Mares16-Oct-03 21:20
Peter Mares16-Oct-03 21:20 
GeneralRe: Fonts and MFC Pin
Rafael Fernández López17-Oct-03 9:59
Rafael Fernández López17-Oct-03 9:59 
GeneralMedia Streaming / QoS Pin
Anonymous16-Oct-03 8:59
Anonymous16-Oct-03 8:59 
GeneralNetworking/Databasing Prog Pin
code_girl16-Oct-03 7:09
susscode_girl16-Oct-03 7:09 
GeneralRe: Networking/Databasing Prog Pin
Michael P Butler16-Oct-03 7:23
Michael P Butler16-Oct-03 7:23 
GeneralRe: Networking/Databasing Prog Pin
script_smiths16-Oct-03 21:54
script_smiths16-Oct-03 21:54 
Sounds like a pretty standard database application. Given a choice I would use C#/VB.Net with ADO.Net for this project, as these kind of "CRUD" applications are easily built using the .Net environment.

ADO to connect to the database server, no need to build complex DCOM components and environments, given the basic requirements you outline.

In C++, I always use MFC as an interface tool, generic Windows API coding is overkill, also WTL is a choice advocated by many, but I am more familiar with MFC, so tend to use this.

XML would not be used to build your interface (unless you are wanting to describe you dialogs in XML??) , but you might want to make an XML importer to allow you to bulk import your data.

SQL Server will do nicely as a db server in an MS environment, it will also allow you to build stored procedures. This is given you have the budget however!!

For projects with no budget, I am a great fan of MySQL as a database server, but you do loose stored prodcedure support. PostgreSQL is also an excellent free-software choice, and offers views&stored procs as well (though I cannot say how well, as I am not a PostgreSQL fundi)

HTH
Mark



Windows, Linux and Internet Development Consultant
Email: corporate@scriptsmiths.com
Web: http://www.scriptsmiths.com
Generalresizing dialog box to parent client area Pin
b_girl16-Oct-03 5:47
b_girl16-Oct-03 5:47 
GeneralRe: resizing dialog box to parent client area Pin
Terry O'Nolley16-Oct-03 13:36
Terry O'Nolley16-Oct-03 13:36 
GeneralRe: resizing dialog box to parent client area Pin
b_girl17-Oct-03 3:16
b_girl17-Oct-03 3:16 
QuestionName of the '|' key ? Pin
Brian van der Beek16-Oct-03 5:27
Brian van der Beek16-Oct-03 5:27 
AnswerRe: Name of the '|' key ? Pin
antlers16-Oct-03 5:36
antlers16-Oct-03 5:36 
AnswerRe: Name of the '|' key ? Pin
Chris Meech16-Oct-03 5:45
Chris Meech16-Oct-03 5:45 
AnswerRe: Name of the '|' key ? Pin
David Crow16-Oct-03 6:52
David Crow16-Oct-03 6:52 
GeneralRe: Name of the '|' key ? Pin
Anonymous16-Oct-03 7:51
Anonymous16-Oct-03 7:51 
AnswerRe: Name of the '|' key ? Pin
RChin17-Oct-03 6:34
RChin17-Oct-03 6:34 
GeneralVK_TAB in an edit control in a dialog Pin
Dave_16-Oct-03 5:03
Dave_16-Oct-03 5:03 
GeneralRe: VK_TAB in an edit control in a dialog Pin
igor196016-Oct-03 7:50
igor196016-Oct-03 7:50 
GeneralRe: VK_TAB in an edit control in a dialog Pin
Dave_16-Oct-03 8:02
Dave_16-Oct-03 8:02 
GeneralSocket Programming : connecting to server Pin
Cyberizen16-Oct-03 5:02
Cyberizen16-Oct-03 5:02 
GeneralRe: Socket Programming : connecting to server Pin
script_smiths16-Oct-03 22:23
script_smiths16-Oct-03 22:23 
GeneralPrinting Landscape on Windows 2000 Pin
Jonathan Craig16-Oct-03 5:00
Jonathan Craig16-Oct-03 5:00 
GeneralRe: Printing Landscape on Windows 2000 Pin
Steve S16-Oct-03 5:26
Steve S16-Oct-03 5:26 
GeneralDaylight saving problems when using winapi's timezone functions. Pin
Patric_J16-Oct-03 4:56
Patric_J16-Oct-03 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.