EBPtr^.hTable := DB_OpenTable (hSession, 'Driver');
IF EBPtr^.hTable = 0 THEN
   Exit;
   
DB_TableToListBox (hSession, EBPtr^.hTable, hWndDriverList_DriverBox, 
                   '', TRUE );   

DB_CloseTable (hSession, EBPtr^.hTable);
