
Publisher's description
Would you like to know how to create MySQL client applications using Visual C++ with MySQL C API?
What is MySQL? The MySQL database server is the world's most popular open source database. Its C API allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet.
If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL C API to access a MySQL database, then this package is for you.
MyBooks Example Source Codes Package
Here's what you'll learn from this package.
1. How to integrate MFC code with C code.
2. How to use a ListBox control
3. How to enable and disable command buttons
4. How to coordinate the interactions between listbox, edit input fields and command buttons
5. Input validation for blanks, numerical data and dates
6. How to implement wildcard searches
7. How to connect to a MySQL server using the C API
8. How to create SQL statements to add, edit, delete and search data
9. How to use the MySQL C API functions to add, edit, delete and searchdata
10. How to escape problematic characters like apostrophe in text strings.
11. How to check for duplicate keys
12. How to use HTML Help in your MFC program.
Easy Way to Build E-Greetings in C++ |
Would you like to create your own personalized multi-media greeting cards using Visual C++? Use this C++ source codes to create customized greeting cards for any occasion or recipient. It will be a useful marketing tool for your business.
Easy Way to Create eBooks using C++ |
This eBook "How to Create an eBook Using Visual C++" is a step-by-step illustrated guide for Visual C++ developers to learn how to compile HTML files into a Windows executable, therefore avoiding the need to use commercial HTML compilers.
Easy Way to Use MySQL++ |
Would you like to know how to create MySQL client applications using Visual C++ with MySQL++ class library?
Easy Way to Use SQLite |
Would you like to know how to create embedded SQL database applications using using Visual C++ with SQLite? Download this sample eBook.
J2EE Guides |
#1 Beginner's Guide to Using Eclipse for Java Development, a step-by-step illustrated guide.
#2 Guide to Java Web Development Tools: Using Eclipse with Tomcat to access MySQL using JSP.
#3 Guide to Servlet Development: Using Eclipse with Tomcat.
LTFCrypt |
This real-world example source code package contains a fully functional program that encrypts and decrypts text or binary files.
myphpbooks |
Learn from commented example how to build a php program that uses MySQL to keep a database of your books.
MySharpCode |
Learn how to use C# with ADO.NET Data Provider for SQLite to create a program that keeps a database of C# code snippets. The SQLite database included with the free program contains C# programming tips and techniques.
MySharpEbook |
Would you like to create your own e-book, e-brochure, e-catalog, e-magazine, etc. using Visual C#? Use this C# source codes to create customized e-publications for any occasion or recipient. It will be a useful marketing tool for your business.
MySharpSQL |
Learn from ebook and well commented example source codes, the easy way to use MySQL with C#. In addition to an ebook, this package contains a real world .NET program that allows you to manage a collection of MySQL and C# programming notes.
RosAsm Guide #1 |
RosAsGuide #1 Creating a Win32 program with start-up and standard menu
This is the beginning of a series of articles about using RosAsm to create Win32 programs. Each article shall be presented in a step-by-step illustrated style with some comments.
RosAsm Guide #2 |
Creating a Win32 DLL and a Program to Test the DLL
This is the beginning of a series of articles about using RosAsm to create Win32 programs. Each article shall be presented in a step-by-step illustrated style with some comments.
Win32 NASM Guide #1 |
Beginner's Guide Series - Win32 Assembly Programming with NASM
Guide #1 Getting Win32 NASM Tools and Building a Simple Win32 Dialog-based Test Program