Secure data entry in C ++ ShowSecure data entry in C ++
Using get ()
Using "getline ()"
Remove go to newline without using getline ()
Sometimes when creating a program, it is needed that additional information from the user must be enterd. In C++...
Connect a database (MDB) to excel Show[VBA] Connecting a database (MDB) to excel
Below is a tips of how to connect an Access database (MDB) in an application excel
Add reference
Microsoft DAO object librairy X.X
In a general module (eg Module1) paste the code below...
Coding to link Visual basic to MS Access ShowCoding to link Visual basic to MS Access
Issue
Solution
Note
Issue
Hello,
Please I need to know the coding, how to link visual basic to MS Access!
Solution
You can try this:
Option Explicit
Dim conn As ADODB.Connection, rec...
DB9 connector ShowDB9 connector
The DB9 (originally DE-9) connector is an analog 9-pin plug of the D-Subminiature connector family (D-Sub or Sub-D). The DB9 connector is mainly used for serial connections, allowing for the asynchronous transmission of data as...
Creating an RJ45 crossover cable ShowWhat's an RJ45 plug?
A network card may have several types of connectors, with the most common being:
An RJ45 connector; A BNC connector (coaxial cable).
The RJ-45 is the one which interests us here, as it it the most widely used. The cables...
Databases - Using forms ShowUsing forms
In order to use databases, the user must be provided with an interface that allows him or her to view data based on certain criteria. There is a tool for this: forms. A form is an interface with components for displaying, entering, or...