424 lines
17 KiB
Plaintext
424 lines
17 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: directsql.src,v $
|
||
*
|
||
* $Revision: 1.14 $
|
||
*
|
||
* last change: $Author: kz $ $Date: 2002-11-25 15:17:52 $
|
||
*
|
||
* The Contents of this file are made available subject to the terms of
|
||
* either of the following licenses
|
||
*
|
||
* - GNU Lesser General Public License Version 2.1
|
||
* - Sun Industry Standards Source License Version 1.1
|
||
*
|
||
* Sun Microsystems Inc., October, 2000
|
||
*
|
||
* GNU Lesser General Public License Version 2.1
|
||
* =============================================
|
||
* Copyright 2000 by Sun Microsystems, Inc.
|
||
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
||
*
|
||
* This library is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU Lesser General Public
|
||
* License version 2.1, as published by the Free Software Foundation.
|
||
*
|
||
* This library is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
* Lesser General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public
|
||
* License along with this library; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||
* MA 02111-1307 USA
|
||
*
|
||
*
|
||
* Sun Industry Standards Source License Version 1.1
|
||
* =================================================
|
||
* The contents of this file are subject to the Sun Industry Standards
|
||
* Source License Version 1.1 (the "License"); You may not use this file
|
||
* except in compliance with the License. You may obtain a copy of the
|
||
* License at http://www.openoffice.org/license.html.
|
||
*
|
||
* Software provided under this License is provided on an "AS IS" basis,
|
||
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
|
||
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
||
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
||
* See the License for the specific provisions governing your rights and
|
||
* obligations concerning the Software.
|
||
*
|
||
* The Initial Developer of the Original Code is: Sun Microsystems, Inc..
|
||
*
|
||
* Copyright: 2000 by Sun Microsystems, Inc.
|
||
*
|
||
* All Rights Reserved.
|
||
*
|
||
* Contributor(s): _______________________________________
|
||
*
|
||
*
|
||
************************************************************************/
|
||
|
||
#ifndef _DBACCESS_UI_DIRECTSQL_HRC_
|
||
#include "directsql.hrc"
|
||
#endif
|
||
#ifndef _DBU_DLG_HRC_
|
||
#include "dbu_dlg.hrc"
|
||
#endif
|
||
|
||
#define BUTTON_SIZE_X 50
|
||
#define BUTTON_SIZE_Y 14
|
||
|
||
#define WINDOW_SIZE_X 200
|
||
#define WINDOW_SIZE_Y 210 + BUTTON_SIZE_Y + BUTTON_SIZE_Y
|
||
|
||
ModalDialog DLG_DIRECTSQL
|
||
{
|
||
OutputSize = TRUE ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
|
||
|
||
FixedLine FL_SQL
|
||
{
|
||
Pos = MAP_APPFONT( 4, 3 );
|
||
Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 );
|
||
Text = "SQL Kommando";
|
||
Text [ english ] = "SQL command";
|
||
Text [ english_us ] = "SQL command";
|
||
Text[ portuguese ] = "Comando SQL";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL";
|
||
Text[ greek ] = "SQL command";
|
||
Text[ dutch ] = "SQL commando";
|
||
Text[ french ] = "Instruction SQL";
|
||
Text[ spanish ] = "Comando SQL";
|
||
Text[ finnish ] = "SQL-k<>sky";
|
||
Text[ italian ] = "SQL command";
|
||
Text[ danish ] = "SQL-kommando";
|
||
Text[ swedish ] = "SQL-kommando";
|
||
Text[ polish ] = "Polecenie SQL";
|
||
Text[ portuguese_brazilian ] = "SQL command";
|
||
Text[ japanese ] = "SQL コマンド";
|
||
Text[ korean ] = "SQL 명령";
|
||
Text[ chinese_simplified ] = "SQL 命令";
|
||
Text[ chinese_traditional ] = "SQL 指令";
|
||
Text[ turkish ] = "SQL command";
|
||
Text[ arabic ] = "SQL command";
|
||
Text[ catalan ] = "Comanda SQL";
|
||
Text[ thai ] = "คำสั่ง SQL ";
|
||
};
|
||
FixedText FT_SQL
|
||
{
|
||
Pos = MAP_APPFONT( 7, 15 );
|
||
Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 8 );
|
||
Text = "auszuf<75>hrendes Kommando";
|
||
Text [ english ] = "Command to execute";
|
||
Text [ english_us ] = "Command to execute";
|
||
Text[ portuguese ] = "Comando a executar";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Command to execute";
|
||
Text[ dutch ] = "uit te voeren commando";
|
||
Text[ french ] = "Instruction <20> ex<65>cuter";
|
||
Text[ spanish ] = "Comando que ejecutar";
|
||
Text[ finnish ] = "Suoritettava k<>sky";
|
||
Text[ italian ] = "Comando da eseguire";
|
||
Text[ danish ] = "Kommando, der skal eksekveres";
|
||
Text[ swedish ] = "Kommando att utf<74>ra";
|
||
Text[ polish ] = "Polecenie do wykonania";
|
||
Text[ portuguese_brazilian ] = "Command to execute";
|
||
Text[ japanese ] = "実行コマンド";
|
||
Text[ korean ] = "실행할 명령";
|
||
Text[ chinese_simplified ] = "要执行的命令";
|
||
Text[ chinese_traditional ] = "要執行的指令";
|
||
Text[ turkish ] = "Command to execute";
|
||
Text[ arabic ] = "Command to execute";
|
||
Text[ catalan ] = "Comanda per executar";
|
||
Text[ thai ] = "คำสั่งในการปฏิบัติการ";
|
||
};
|
||
MultiLineEdit ME_SQL
|
||
{
|
||
Pos = MAP_APPFONT( 7, 26 );
|
||
Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 80 );
|
||
SVLook = TRUE;
|
||
Border = TRUE;
|
||
TabStop = TRUE;
|
||
IgnoreTab = TRUE;
|
||
};
|
||
PushButton PB_EXECUTE
|
||
{
|
||
Pos = MAP_APPFONT( WINDOW_SIZE_X - BUTTON_SIZE_X - 7, 109 );
|
||
Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y );
|
||
Text = "Ausf<73>hren";
|
||
Text [ english ] = "Execute";
|
||
Text [ english_us ] = "Execute";
|
||
DefButton = TRUE;
|
||
Text[ portuguese ] = "Executar";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Execute";
|
||
Text[ dutch ] = "Uitvoeren";
|
||
Text[ french ] = "Ex<45>cuter";
|
||
Text[ spanish ] = "Ejecutar";
|
||
Text[ finnish ] = "Suorita";
|
||
Text[ italian ] = "Esegui";
|
||
Text[ danish ] = "Udf<64>r";
|
||
Text[ swedish ] = "Utf<74>r";
|
||
Text[ polish ] = "Wykonaj";
|
||
Text[ portuguese_brazilian ] = "Execute";
|
||
Text[ japanese ] = "実行";
|
||
Text[ korean ] = "실행";
|
||
Text[ chinese_simplified ] = "执行";
|
||
Text[ chinese_traditional ] = "執行";
|
||
Text[ turkish ] = "Execute";
|
||
Text[ arabic ] = "Execute";
|
||
Text[ catalan ] = "Executa";
|
||
Text[ thai ] = "ปฏิบัติการ";
|
||
};
|
||
FixedText FT_HISTORY
|
||
{
|
||
Pos = MAP_APPFONT( 7, 110 + BUTTON_SIZE_Y + 3 );
|
||
Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 8 );
|
||
Text = "Vorherige Kommandos";
|
||
Text [ english ] = "Previous commands";
|
||
Text [ english_us ] = "Previous commands";
|
||
Text[ portuguese ] = "Comandos anteriores";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Previous commands";
|
||
Text[ dutch ] = "Vorige commando's";
|
||
Text[ french ] = "Instructions pr<70>c<EFBFBD>dentes";
|
||
Text[ spanish ] = "Comandos anteriores";
|
||
Text[ finnish ] = "Edelliset k<>skyt";
|
||
Text[ italian ] = "Comando precedente";
|
||
Text[ danish ] = "Forrige kommandoer";
|
||
Text[ swedish ] = "F<>reg<65>ende kommandon";
|
||
Text[ polish ] = "Poprzednie polecenie";
|
||
Text[ portuguese_brazilian ] = "Previous commands";
|
||
Text[ japanese ] = "前のコマンド";
|
||
Text[ korean ] = "이전 명령";
|
||
Text[ chinese_simplified ] = "前一个命令";
|
||
Text[ chinese_traditional ] = "前一個指令";
|
||
Text[ turkish ] = "Previous commands";
|
||
Text[ arabic ] = "Previous commands";
|
||
Text[ catalan ] = "Comandes anteriors";
|
||
Text[ thai ] = "คำสั่งก่อน";
|
||
};
|
||
ListBox LB_HISTORY
|
||
{
|
||
Pos = MAP_APPFONT( 7, 121 + BUTTON_SIZE_Y + 3 );
|
||
Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 14 );
|
||
SvLook = TRUE;
|
||
DropDown = TRUE;
|
||
Border = TRUE;
|
||
};
|
||
FixedLine FL_STATUS
|
||
{
|
||
Pos = MAP_APPFONT( 4, 138 + BUTTON_SIZE_Y + 4 );
|
||
Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 );
|
||
Text = "Status";
|
||
Text [ english ] = "Status";
|
||
Text [ english_us ] = "Status";
|
||
Text[ portuguese ] = "Estado";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Status";
|
||
Text[ french ] = "Statut";
|
||
Text[ spanish ] = "Estado";
|
||
Text[ finnish ] = "Tila";
|
||
Text[ italian ] = "Stato";
|
||
Text[ danish ] = "Status";
|
||
Text[ swedish ] = "Status";
|
||
Text[ polish ] = "Stan";
|
||
Text[ portuguese_brazilian ] = "Status";
|
||
Text[ japanese ] = "ステータス";
|
||
Text[ korean ] = "상태";
|
||
Text[ chinese_simplified ] = "状态";
|
||
Text[ chinese_traditional ] = "狀態";
|
||
Text[ turkish ] = "Durum";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ catalan ] = "Estat";
|
||
Text[ thai ] = "สถานะ";
|
||
};
|
||
MultiLineEdit ME_STATUS
|
||
{
|
||
Pos = MAP_APPFONT( 7, 153 + BUTTON_SIZE_Y );
|
||
Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 41 );
|
||
Border = TRUE;
|
||
ReadOnly = TRUE;
|
||
VScroll = TRUE;
|
||
};
|
||
FixedLine FL_BUTTONS
|
||
{
|
||
Pos = MAP_APPFONT( 4, 193 + BUTTON_SIZE_Y + 4 );
|
||
Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 );
|
||
};
|
||
HelpButton PB_HELP
|
||
{
|
||
Pos = MAP_APPFONT( WINDOW_SIZE_X - 7 - BUTTON_SIZE_X - 3 - BUTTON_SIZE_X, 207 + BUTTON_SIZE_Y );
|
||
Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y );
|
||
};
|
||
PushButton PB_CLOSE
|
||
{
|
||
Pos = MAP_APPFONT( WINDOW_SIZE_X - 7 - BUTTON_SIZE_X, 207 + BUTTON_SIZE_Y );
|
||
Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y );
|
||
Text = "Schlie<69>en";
|
||
Text [ english ] = "Close";
|
||
Text [ english_us ] = "Close";
|
||
Text[ portuguese ] = "Fechar";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Close";
|
||
Text[ dutch ] = "Sluiten";
|
||
Text[ french ] = "Fermer";
|
||
Text[ spanish ] = "Cerrar";
|
||
Text[ finnish ] = "Sulje";
|
||
Text[ italian ] = "Chiudi";
|
||
Text[ danish ] = "Luk";
|
||
Text[ swedish ] = "St<53>ng";
|
||
Text[ polish ] = "Zamknij";
|
||
Text[ portuguese_brazilian ] = "Close";
|
||
Text[ japanese ] = "閉じる";
|
||
Text[ korean ] = "닫기";
|
||
Text[ chinese_simplified ] = "关闭";
|
||
Text[ chinese_traditional ] = "關閉";
|
||
Text[ turkish ] = "Close";
|
||
Text[ arabic ] = "Close";
|
||
Text[ catalan ] = "Tanca";
|
||
Text[ thai ] = "ปิด";
|
||
};
|
||
|
||
Text = "SQL Statement ausf<73>hren" ;
|
||
Text [ english ] = "Excecute SQL statement" ;
|
||
Text [ english_us ] = "Execute SQL Statement" ;
|
||
Text[ language_user1 ] = "zl: statement means SQL commandos which are directly executed.";
|
||
Text[ portuguese ] = "Executar instru<72><75>o SQL";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL";
|
||
Text[ greek ] = "Excecute SQL statement";
|
||
Text[ dutch ] = "SQL statement uitvoeren";
|
||
Text[ french ] = "Ex<45>cuter l'instruction SQL";
|
||
Text[ spanish ] = "Ejecutar comando SQL";
|
||
Text[ finnish ] = "Suorita SQL-lauseke";
|
||
Text[ italian ] = "Esegui il comando SQL";
|
||
Text[ danish ] = "Udf<64>r SQL-s<>tning";
|
||
Text[ swedish ] = "Utf<74>r SQL-sats";
|
||
Text[ polish ] = "Wykonaj polecenie SQL";
|
||
Text[ portuguese_brazilian ] = "Excecute SQL statement";
|
||
Text[ japanese ] = "SQL ステートメントの実行";
|
||
Text[ korean ] = "SQL 문 실행";
|
||
Text[ chinese_simplified ] = "直接执行 SQL 命令";
|
||
Text[ chinese_traditional ] = "直接執行 SQL 指令";
|
||
Text[ turkish ] = "Excecute SQL statement";
|
||
Text[ arabic ] = "Excecute SQL statement";
|
||
Text[ catalan ] = "Executa una instrucci<63> SQL";
|
||
Text[ thai ] = "ปฏิบัติการประโยค SQL ";
|
||
};
|
||
|
||
String STR_COMMAND_EXECUTED_SUCCESSFULLY
|
||
{
|
||
Text = "Befehl erfolgreich ausgef<65>hrt." ;
|
||
Text [ English ] = "Command executed successfully." ;
|
||
Text [ portuguese ] = "Comando executado com <20>xito." ;
|
||
Text [ english_us ] = "Command successfully executed." ;
|
||
Text [ portuguese_brazilian ] = "Befehl erfolgreich ausgef<65>hrt." ;
|
||
Text [ swedish ] = "Kommando utf<74>rt." ;
|
||
Text [ danish ] = "Kommando gennemf<6D>rt." ;
|
||
Text [ italian ] = "Comando eseguito con successo." ;
|
||
Text [ spanish ] = "Comando ejecutado satisfactoriamente." ;
|
||
Text [ french ] = "Commande ex<65>cut<75>e avec succ<63>s" ;
|
||
Text [ dutch ] = "Opdracht met succes uitgevoerd." ;
|
||
Text[ chinese_simplified ] = "执行命令已经成功。";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ polish ] = "Polecenie wykonano pomy<6D>lnie.";
|
||
Text[ japanese ] = "コマンドは正常に実行されました。";
|
||
Text[ chinese_traditional ] = "執行指令已經成功。";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ korean ] = "명령을 성공적으로 실행하였습니다.";
|
||
Text[ finnish ] = "K<>skyn suoritus onnistui.";
|
||
Text[ turkish ] = "Command successfully executed.";
|
||
Text[ catalan ] = "Comanda executada amb <20>xit.";
|
||
Text[ thai ] = "ปฏิบัติการคำสั่งสำเร็จ";
|
||
};
|
||
|
||
String STR_DIRECTSQL_CONNECTIONLOST
|
||
{
|
||
Text = "Die Verbindung zur Datenbank wurde gel<65>scht. Dieser Dialog wird geschlossen.";
|
||
Text [ english ] = "The connection to the database has been lost. This dialog will be closed.";
|
||
Text [ english_us ] = "The connection to the database has been lost. This dialog will be closed.";
|
||
Text[ portuguese ] = "A liga<67><61>o <20> base de dados foi eliminada. Esta caixa de di<64>logo ser<65> fechada.";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||
Text[ greek ] = "The connection to the database has been lost. This dialog will be closed.";
|
||
Text[ dutch ] = "Er bestaat geen verbinding met de database. Deze dialoog wordt gesloten.";
|
||
Text[ french ] = "La connexion <20> la base de donn<6E>es a <20>t<EFBFBD> annul<75>e. Fermeture de la bo<62>te de dialogue.";
|
||
Text[ spanish ] = "Se perdi<64> la conexi<78>n a la base de datos. Este di<64>logo se cerrar<61>.";
|
||
Text[ finnish ] = "Tietokantayhteys katkesi. T<>m<EFBFBD> valintaikkuna suljetaan.";
|
||
Text[ italian ] = "Il collegamento al database <20> stato eliminato. Questo dialogo verr<72> chiuso.";
|
||
Text[ danish ] = "Forbindelsen til databasen blev slettet. Denne dialog lukkes.";
|
||
Text[ swedish ] = "F<>rbindelsen till databasen har raderats. Den h<>r dialogrutan kommer att st<73>ngas.";
|
||
Text[ polish ] = "Po<50><6F>czenie z baz<61> danych przerwano. Okno dialogowe zostanie zamkni<6E>te.";
|
||
Text[ portuguese_brazilian ] = "The connection to the database has been lost. This dialog will be closed.";
|
||
Text[ japanese ] = "データベースへの接続は削除されています。このダイアログを閉じます。";
|
||
Text[ korean ] = "데이터베이스와의 연결이 해제되었습니다. 이 대화상자가 닫힐 것입니다.";
|
||
Text[ chinese_simplified ] = "已经结束和数据库的连接。现在关闭这个对话框。";
|
||
Text[ chinese_traditional ] = "已經結束與資料庫的連線。現在關閉這個對話方塊。";
|
||
Text[ turkish ] = "The connection to the database has been lost. This dialog will be closed.";
|
||
Text[ arabic ] = "The connection to the database has been lost. This dialog will be closed.";
|
||
Text[ catalan ] = "S'ha perdut la connexi<78> amb la base de dades. Aquest quadre de di<64>leg es tancar<61>.";
|
||
Text[ thai ] = "การเชื่อมต่อกับฐานข้อมูลขาดหาย ไดอะล็อกนี้จะถูกปิดลง";
|
||
};
|
||
|
||
/*************************************************************************
|
||
* history:
|
||
* $Log: not supported by cvs2svn $
|
||
* Revision 1.13 2002/09/05 13:59:13 kz
|
||
* Merge SRX643: 05.09.02 - 15:55:55
|
||
*
|
||
* Revision 1.12 2002/08/19 07:47:21 oj
|
||
* #99473# change string resource files
|
||
*
|
||
* Revision 1.11 2001/11/16 22:42:48 kz
|
||
* Merge SRC638: 16.11.01 - 22:41:18
|
||
*
|
||
* Revision 1.10 2001/09/26 20:28:03 kz
|
||
* Merge SRC638: 09/26/01 - 22:27:14
|
||
*
|
||
* Revision 1.9 2001/08/29 14:06:15 kz
|
||
* Merge SRC638: 29.08.01 - 16:05:39
|
||
*
|
||
* Revision 1.8 2001/08/24 11:09:43 kz
|
||
* Merge SRC638: 24.08.01 - 13:08:49
|
||
*
|
||
* Revision 1.7 2001/08/21 22:16:33 kz
|
||
* Merge SRC638: 22.08.01 - 00:15:50
|
||
*
|
||
* Revision 1.6 2001/08/13 20:56:12 kz
|
||
* Merge SRC638: 13.08.01 - 22:55:32
|
||
*
|
||
* Revision 1.5 2001/08/10 21:03:13 kz
|
||
* Merge SRC638: 10.08.01 - 23:02:37
|
||
*
|
||
* Revision 1.4 2001/08/07 15:00:18 kz
|
||
* Merge SRC638: 07.08.01 - 16:59:48
|
||
*
|
||
* Revision 1.3 2001/07/13 21:08:48 kz
|
||
* Merge SRC638: 13.07.01 - 23:07:57
|
||
*
|
||
* Revision 1.2 2001/06/29 02:21:19 kz
|
||
* Merge SRC633: 29.06.01 - 04:20:55
|
||
*
|
||
* Revision 1.1 2001/06/19 10:54:20 fs
|
||
* initial checkin - dialog for executing SQL statements
|
||
*
|
||
*
|
||
* Revision 1.0 18.06.01 17:01:52 fs
|
||
************************************************************************/
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|