Advertisement
TLama

Untitled

Mar 7th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.19 KB | None | 0 0
  1. [Code]
  2. procedure InitializeWizard;
  3. var
  4.   ADOConnection: Variant;
  5. begin
  6.   ADOConnection := CreateOleObject('ADODB.Connection');
  7.   Msgbox(ADOConnection.Version, mbInformation, MB_OK);
  8. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement