summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/query
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:21:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:21:39 +0000
commit9155071d06ad61fa43d5bbab683f4aff119260fb (patch)
tree51a8ed06d85502db4e7158dd6c1e7f008f4f5ad9 /wizards/com/sun/star/wizards/query
parent626e7b3fd10a9bfd2ee5dd435d0064e5c0b88cb9 (diff)
INTEGRATION: CWS dbwizardpp1 (1.5.34); FILE MERGED
2005/12/13 16:46:39 bc 1.5.34.4: #i37223#several changes 2005/12/06 01:00:54 bc 1.5.34.3: RESYNC: (1.5-1.6); FILE MERGED 2005/08/26 16:11:07 bc 1.5.34.2: #i49327#handling of special characters in fieldnames modified 2005/08/15 15:43:05 bc 1.5.34.1: ##several issues
Diffstat (limited to 'wizards/com/sun/star/wizards/query')
-rw-r--r--wizards/com/sun/star/wizards/query/QueryWizard.java8
1 files changed, 5 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/query/QueryWizard.java b/wizards/com/sun/star/wizards/query/QueryWizard.java
index 8fd4b4008858..e29783fc2491 100644
--- a/wizards/com/sun/star/wizards/query/QueryWizard.java
+++ b/wizards/com/sun/star/wizards/query/QueryWizard.java
@@ -4,9 +4,9 @@
*
* $RCSfile: QueryWizard.java,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:35:45 $
+ * last change: $Author: hr $ $Date: 2005-12-28 17:21:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,12 +94,14 @@ public class QueryWizard extends WizardDialog {
}
public static void main(String args[]) {
- String ConnectStr = "uno:socket,host=localhost,port=8111;urp,negotiate=0,forcesynchronous=1;StarOffice.NamingService"; // //localhost ;Lo-1.Germany.sun.com; 10.16.65.155
+ String ConnectStr = "uno:socket,host=localhost,port=8100;urp,negotiate=0,forcesynchronous=1;StarOffice.NamingService"; // //localhost ;Lo-1.Germany.sun.com; 10.16.65.155
try {
XMultiServiceFactory xLocMSF = Desktop.connect(ConnectStr);
if (xLocMSF != null) {
PropertyValue[] curproperties = new PropertyValue[1];
curproperties[0] = Properties.createProperty("DatabaseLocation", "file:///C:/Documents and Settings/bc93774.EHAM02-DEV/My Documents/Mydbwizard2DocAssign.odb"); //Mydbwizard2DocAssign.odb; MyDBase.odb, Mydbwizard2DocAssign.odb MyDBase.odb; Mydbwizard2DocAssign.odb; NewAccessDatabase, MyDocAssign baseLocation ); "DataSourceName", "db1");
+ curproperties[0] = Properties.createProperty("DatabaseLocation", "file:///x:/bc/nyt1.odb"); //Mydbwizard2DocAssign.odb; MyDBase.odb, Mydbwizard2DocAssign.odb MyDBase.odb; Mydbwizard2DocAssign.odb; NewAccessDatabase, MyDocAssign baseLocation ); "DataSourceName", "db1");
+ curproperties[0] = Properties.createProperty("DatabaseLocation", "file:///C:/Documents and Settings/bc93774.EHAM02-DEV/My Documents/MyveryveryNewHSQLDatabase.odb"); //baseLocation ); "DataSourceName", "db1");
// curproperties[0] = Properties.createProperty("DataSourceName", "TESTDB");
QueryWizard CurQueryWizard = new QueryWizard(xLocMSF);