May 9, 1997

DevX - Software Development Resource

How to create a database in code

Question: I was a VB programmer, until my recent shift to Delphi 2.0. How can I create a database in code? Answer: It depends on the type of database youwant

DevX - Software Development Resource

Dialogs: Implementing your own execute method

Question: I use Delphi 1.0. The standard dialogs (such as TOpenDialog and TPrintDialog) offer a method called execute. It executes the form/dialog, and waits until it returns. I would like

DevX - Software Development Resource

Paradox “Table is Full” error

Question: My Paradox table has grown to about 130 MB.Now whenever I try to insert a new record to the table (from code or Database desktop), I geta “Table is

DevX - Software Development Resource

Date formatting with shortdateformat

Question: I’m using Delphi 2.0. My application changes the date format with ShortDateFormat:=’dd/mm/yyyy’ and dateseparator functions. It works, but I found that when I change the taskbar’s ontop or autohide

DevX - Software Development Resource

Easiest connection to a database

Question: What is the easiest connection (installation at customer site and use in program) to a database ? BDE, ODBC or Paradox direct access? Answer: It depends on the database.

DevX - Software Development Resource

Disksize/Diskfree problem

Question: I am writing a small Delphi 2.0 program to list out all the drives on a system, plus total and free disk space. No problem, except that with hard

DevX - Software Development Resource

Key violation in networked Paradox table

Question: I have installed a Delphi 2.0 BDE application over a network where two terminals can access the table at the same time.I have checked the NET DIR to point

DevX - Software Development Resource

Help on commands

Question: I’ve been programming in Turbo Pascal since v. 4.0 and have made the switch to Delphi 2.0. The only problem is all these new commands!Where on the Net or