/*
 * Xailer source code:
 *
 * AdoDataSource.prg
 * Clase TAdoDataSource()
 *
 * Copyright 2003, 2007 Ignacio Ortiz de Zúñiga
 * Copyright 2003, 2007 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"


//--------------------------------------------------------------------------

CLASS TAdoDataSource FROM XAdoDataSource
ENDCLASS

//--------------------------------------------------------------------------
