home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / Adaptors / OracleAdaptor6.adaptor / English.lproj / OracleAdaptor.strings
Text File  |  1994-02-24  |  839b  |  39 lines

  1. /* unable to connect to oracle server */
  2. "Oracle login failed.";
  3.  
  4. /* unable to disconnect from oracle */
  5. "Oracle logout failed.";
  6.  
  7. /* login panel not in bundle */
  8. "Oracle login panel not found!";
  9.  
  10. /* oci ocon() failed */
  11. "Cannot enable Oracle autocommit.";
  12.  
  13. /* oci ocof() failed */
  14. "Cannot disable Oracle autocommit.";
  15.  
  16. /* couldn't rollback changes to database */
  17. "Rollback failed.";
  18.  
  19. /* couldn't commit changes to database */
  20. "Commit failed.";
  21.  
  22. /* couldn't execute sql statement */
  23. "Can't execute oracle cursor.";
  24.  
  25. /* bad binding variable in sql statement */
  26. "Binding variable error: %s.";
  27.  
  28. /* bad SQL */
  29. "Error parsing SQL: %s.";
  30.  
  31. /* oci odefin() failed */
  32. "Failed to attach storage for column %d.";
  33.  
  34. /* oci odsc() failed */
  35. "Failed to describe return column %d.";
  36.  
  37. /* blob too big */
  38. "Maximum field size (64K) exceeded for column %s.";
  39.