home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
Lotus
/
Beanmach
/
DATA1.CAB
/
Application_Files
/
beans
/
BeanMachineBeans.bmi
/
ibm
/
appauthor
/
IBMDatabase.bid.properties
< prev
next >
Wrap
Text File
|
1997-10-31
|
5KB
|
146 lines
# This .properties file was generated by BeanMachine on 11-Sep-97 1:18:46 PM
#
# Translate the words after the equals sign (=)
# The pound sign (#) is a comment marker
#
# Prefixes for keys are as follows:
#
# A = action name
# B = action description
# C = parameter name
# E = event name
# F = event description
# P = property name
# Q = property description
# X = bean category
# Y = bean name
# Z = bean description
#
# Note: action, property, and event names must be translated into unique names.
# For example, two action names or an action name and a property name cannot be translated to the same string.
# Description strings and parameter name strings may be the same if appropriate.
#
# This file MUST NOT have any blank lines in it.
#
YBeanName = Database
ZBeanDescription = Use the Database part to access a database using JDBC
XBeanCategory = Networking
#
AaddNew = add new
BaddNew = Adds a new, blank row
#
Aclose = close
Bclose = Closes the database
#
Acommit = commit
Bcommit = Commits the transaction and saves any changes
#
Adelete = delete
Bdelete = Deletes the current row
#
Adisable = disable
Bdisable = Makes the database form inactive
#
Aenable = enable
Benable = Makes the database form active
#
Ahide = hide
Bhide = Makes the database form invisible
#
AmoveToFirst = move to first
BmoveToFirst = Moves to the first row
#
AmoveToLast = move to last
BmoveToLast = Moves to the last row
#
AmoveToNext = move to next
BmoveToNext = Moves to the next row
#
AmoveToPrevious = move to previous
BmoveToPrevious = Moves to the previous row
#
Arollback = rollback
Brollback = Ends the current transaction and discard any changes
#
ArunQuery = run query
BrunQuery = Retrieves the data from the database
#
Ashow = show
Bshow = Makes the database form visible
#
Aupdate = update
Bupdate = Updates the current row
#
PautoCommitboolean = auto commit
QautoCommitboolean = Are the changes saved automatically or only when you run the commit action?
#
PautoStartboolean = auto start
QautoStartboolean = Does the query run when the applet starts?
#
Pbackgroundjava.awt.Color = background color
Qbackgroundjava.awt.Color = The background color of the database form
#
PdatabaseNamejava.lang.String = database name
QdatabaseNamejava.lang.String = The URL of the database, such as jdbc:odbc:sample
#
Pdriverjava.lang.String = driver
Qdriverjava.lang.String = Type of database, either ODBC or DB/2
#
PerrorCodeint = error code
QerrorCodeint = The most recent error code
#
PerrorMessagejava.lang.String = error message
QerrorMessagejava.lang.String = The most recent error message
#
PerrorSqlStatejava.lang.String = error SQL state
QerrorSqlStatejava.lang.String = The most recent SQL state information
#
Pfontjava.awt.Font = font
Qfontjava.awt.Font = The font used in the database form
#
Pforegroundjava.awt.Color = foreground color
Qforegroundjava.awt.Color = The text color in the database form
#
PIBM_connectionsjava.util.Vector = IBM_connections
QIBM_connectionsjava.util.Vector = IBM_connections
#
PIBM_namejava.lang.String = name
QIBM_namejava.lang.String = The name of this part inside the applet
#
PIBM_sizePositionibm.appauthor.IBMLayoutConstraints = size and position
QIBM_sizePositionibm.appauthor.IBMLayoutConstraints = The size and location of this part
#
Pparameter1java.lang.String = parameter
Qparameter1java.lang.String = Value to use as an input parameter to the query
#
Pparameter1Scaleint = parameter scale
Qparameter1Scaleint = For numeric or decimal parameters, the number of decimal places
#
Pparameter1Typeint = parameter type
Qparameter1Typeint = The SQL data type of the parameter
#
Ppasswordjava.lang.String = password
Qpasswordjava.lang.String = The password for connecting to the database
#
PpresentationStyleibm.appauthor.IBMDbForm = presentation style
QpresentationStyleibm.appauthor.IBMDbForm = The form that displays the data, either freeform, list or custom
#
Pqueryibm.appauthor.IBMDbQuery = query
Qqueryibm.appauthor.IBMDbQuery = The SQL select statement
#
PreadOnlyboolean = read only
QreadOnlyboolean = Indicates whether the database be modified and saved
#
Ptableibm.appauthor.IBMDbTable = table
Qtableibm.appauthor.IBMDbTable = The name of the table to retrieve data from
#
Puseridjava.lang.String = userid
Quseridjava.lang.String = The userid for connecting to the database
#
EIBMCustom-errorOccurred = error
FIBMCustom-errorOccurred = An error occurred
#
EIBMCustom-itemSelected = item selected
FIBMCustom-itemSelected = An item was selected from the list
#
#