Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COI made the changes you suggested to SQLExpr. Then here's what happened. I opened up dclusr.dpk and added SQLExpr.pas to it. The IDE added two files to the Requires list in the Project Manager window. It added dbexpress.dcp and dbrtl.dcp. When I tried to compile the project, it gave me an error message: [Pascal Error] dclusr.dpk(45): E2200 Package 'dbexpress' already contains unit 'SqlExpr' This is probably why I mostly stay away from doing stuff with packages. To compile SQLExpr, I need to include dbexpress.dcp. If I include dbexpress.dcp, then SQLExpr won't compile.
      singulars
    2. COOK, if package dbxpress already contains SQLExpr.pas, then just modify SQLExpr.pas unit, save it, and install dbxpress package. If the unit called SQLExpr in dbxpress package is different from the SQLExpr unit that you are supposed to change(i.e. two different units with similar names), then you should rename your SQLExpr unit to something else, and then add it to one of your design packages. It's better you choose one of Devart's design packages.
      singulars
    3. COI marked your answer as the accepted one. It appears that DBExpress is included in binary form only in my D2006 Pro. Therefore, I think that I cannot modify SQLExpr.pas (and the DBExpress package) and reinstall. It looks like I will have to copy the code for the component out into a new unit and include that unit into dclusr.dpk. I can handle that. Thanks for your help.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload