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...
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...
How to use a driver ODBC 32 BITS under the Window 2003(64 bits)? ShowHow to use a driver ODBC 32 BITS under the Window 2003(64 bits)?
You have a Windows 2003 server (64-bits) and you want to use a 32 bits ODBC driver: one that is usually found in the administrative panel for ODBC on Windows or an external...
[Office 2007] Convert MS Office files into PDF Show[Office 2007] Converting MS Office files into PDF
Here is how to create PDF files from any Microsoft Office 2007:
Microsoft Excel: xls, xlsx, xlsb
Microsoft Access: accdb
Microsoft Word doc, docx, rtf
Microsoft PowerPoint:...
ODBC ShowWhat is ODBC?
ODBC stands for Open Database Connectivity. This is a Microsoft-defined format for communicating between Windows database clients and consumer DBMSs. The ODBC managier can be found in Windows 3.1 and 9x. In Windows 95 and 98, it is...
Random access memory (RAM or PC memory) ShowTypes of random access memory
There are generally two broad categories of random access memory:
DRAM memories (Dynamic Random Access Module), which are inexpensive. They are used essentially for the computer's main memory
SRAM memories (Static...
Memory Stick (MS Card) ShowMemory Stick
The Memory Stick (written as MS or MS Card) is a type of memory card created jointly by Sony and SanDisk in January 2000.
The architecture of Memory Stick cards is based on NAND flash memory circuits (EEPROM).
Memory stick...