Subject Converting from BDE - TSession
Author ben_daniel81
Hey guys, I know you've probably been asked this question a million
times (so you're probably really good at answering it by now, hehe)...

I am currently converting my BDE stuff to IBO, and I use the default
Session object a fair bit in some components I've written. My
component has a DatabaseName property and it used that to get a
reference to the TDatabase using Session.FindDatabase(FDatabaseName);

Can someone tell me how I can get a reference to the TIBODatabase
when I know the DatabaseName?