devxlogo

Tip Bank

ODBC/Oracle Lite tables

Question: In OPO v1.0, it was impossible to redefine a table in a BLAZE database. I assumed this would not be the case with an Oracle Lite database and OPO

OPO Performance

Question: I am having a hard time getting my OPO application to show decent performance. It’s running on a 32MB Win3.1 PC, and queries a Solaris x86 Oracle Server using

Delphi

Question: What’s the diference between SDI and MDI Applications? Answer: An SDI, or single document interface,application has a single, floating menu bar. Each form in the applicationhas its own window,

Converting various databases to Oracle 7.3

Question: I have a number of databases – filemaker, DBase, ASCII and CAD drawings. We want to convert everything to one database. Is this possible? What are some initial steps

Memo Fields and Carets

Question: I need to be able to move the caret in my memo field back to the begining of the field. Any idea how I do this? Answer: Try this:Memo1.SelStart(0);This

How to Use the CreateToolbarEx Function

Question: How do you use the CreateToolbarEx function? I want to use it to create dockable tool bars. Answer: With CreateToolBarEx, you’re walking into real low-level stuff that willrequire that