Database
20-20-10.asc
Associated article: The Coke Syndrome
Tags: Database .NET C/C++
Source code accompanying the column by Al Williams in which he creates a compressed database control that uses Visual Basic for ActiveX and database management, and a C++ DLL for data compression. Also see 20-20-10.ZIP.
_20/20 Column_ by Al Williams Example 1: (a) Private Declare Function Str2B40 Lib "B40DLL" _ Alias "_Str2B40@12" _ (ByVal s As String, ByVal Length As Long, _ ByVal Key As String) As Long (b) Dim arg1 as String * 256 ...


