#99921# check if datasource allows to check names
This commit is contained in:
parent
a016de9e54
commit
1dd8875af2
1 changed files with 15 additions and 12 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: dbadmin.src,v $
|
||||
*
|
||||
* $Revision: 1.101 $
|
||||
* $Revision: 1.102 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2002-07-09 12:39:03 $
|
||||
* last change: $Author: oj $ $Date: 2002-07-15 10:44:13 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1256,8 +1256,8 @@ TabPage PAGE_DBASE
|
|||
Size = MAP_APPFONT ( 200 , 10 ) ;
|
||||
TabStop = TRUE ;
|
||||
HelpId = HID_DSADMIN_SQL92CHECK;
|
||||
Text = "SQL92 Namesüberprüfung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming convention";
|
||||
Text = "SQL92 Namensbeschränkung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming constraints";
|
||||
};
|
||||
PushButton PB_INDICIES
|
||||
{
|
||||
|
@ -1427,8 +1427,8 @@ TabPage PAGE_ADO
|
|||
Size = MAP_APPFONT ( 200 , 10 ) ;
|
||||
TabStop = TRUE ;
|
||||
HelpId = HID_DSADMIN_SQL92CHECK;
|
||||
Text = "SQL92 Namesüberprüfung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming convention";
|
||||
Text = "SQL92 Namensbeschränkung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming constraints";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -1597,8 +1597,8 @@ TabPage PAGE_JDBC
|
|||
Size = MAP_APPFONT ( 200 , 10 ) ;
|
||||
TabStop = TRUE ;
|
||||
HelpId = HID_DSADMIN_SQL92CHECK;
|
||||
Text = "SQL92 Namesüberprüfung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming convention";
|
||||
Text = "SQL92 Namensbeschränkung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming constraints";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -1774,8 +1774,8 @@ TabPage PAGE_ODBC
|
|||
Size = MAP_APPFONT ( 200 , 10 ) ;
|
||||
TabStop = TRUE ;
|
||||
HelpId = HID_DSADMIN_SQL92CHECK;
|
||||
Text = "SQL92 Namesüberprüfung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming convention";
|
||||
Text = "SQL92 Namensbeschränkung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming constraints";
|
||||
};
|
||||
CheckBox CB_USECATALOG
|
||||
{
|
||||
|
@ -2453,8 +2453,8 @@ TabPage PAGE_TEXT
|
|||
Size = MAP_APPFONT ( 200 , 10 ) ;
|
||||
TabStop = TRUE ;
|
||||
HelpId = HID_DSADMIN_SQL92CHECK;
|
||||
Text = "SQL92 Namesüberprüfung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming convention";
|
||||
Text = "SQL92 Namensbeschränkung verwenden";
|
||||
Text [ english ] = "Use SQL92 naming constraints";
|
||||
};
|
||||
};
|
||||
//.........................................................................
|
||||
|
@ -3655,6 +3655,9 @@ String STR_HINT_CONNECTION_NOT_CAPABLE
|
|||
/*************************************************************************
|
||||
* history:
|
||||
* $Log: not supported by cvs2svn $
|
||||
* Revision 1.101 2002/07/09 12:39:03 oj
|
||||
* #99921# check if datasource allows to check names
|
||||
*
|
||||
* Revision 1.100 2002/06/13 12:47:08 kz
|
||||
* Merge SRX642: 13.06.02 - 14:46:36
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue