do you use Delphi?
if Yes , than it would be very easy!
I'd recomand to use ADO components, because you won't need BDE, and it's faster.
for database connection use an ADOConnection component. This is going to be your database. FOr each tble in the database use a TADOTable. That's all.
Let me know if you need more further help.