home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BKSTRING.RC < prev    next >
Text File  |  1997-01-16  |  1KB  |  30 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. // bkstring.rc
  6. // This resource file contains a user defined resource type SQLQUERY.
  7. // This type is stored in an ascii file with extention .sql.  The name SQLQUERY
  8. // and the file type are completely arbitrary.
  9. // Please see the invaluable reference "Programming Window 95" by
  10. // Charles Petzold, MS Press, Chapter 9, "User-Defined Resources"
  11. //---------------------------------------------------------------------------
  12.  
  13. #define IDS_VeryInefficientName           800
  14. #define IDS_AmountDueName                 801
  15. #define IDSQLQUERY_VeryInefficientQuery   809
  16. #define IDSQLQUERY_AmountDueByCustomer    810
  17.  
  18. #ifdef RC_INVOKED
  19.  
  20. IDSQLQUERY_VeryInefficientQuery SQLQUERY ineffcnt.sql
  21. IDSQLQUERY_AmountDueByCustomer  SQLQUERY amountdu.sql
  22.  
  23. STRINGTABLE
  24. {
  25.   IDS_VeryInefficientName,       "IB: Very Inefficient Query"
  26.   IDS_AmountDueName,             "DB: Amount Due By Customer"
  27. }
  28.  
  29. #endif
  30.