Search the web
Sign In
New User? Sign Up
aquadatastudio · Aqua Data Studio
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1369 - 1398 of 7596   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1369
I've got a table (Oracle) with c.a. 50 fields (a mix of chars, varchars and numeric data) and millions of records. A particular data set I am trying to...
AndyElf
Offline Send Email
Sep 2, 2004
4:02 pm
1370
Hi, In the pull down menus you have the "Window" menu which allows you to Hide the Query Toolbar, Query Results and the Server Browser. Or you can use the CTRL...
John LH
johnlhaxor
Offline Send Email
Sep 2, 2004
4:34 pm
1371
Hi Andy, One of the problems of writing an app in Java is that Java takes up more memory for data than a native app. 1 million records is probably too much to...
John LH
johnlhaxor
Offline Send Email
Sep 2, 2004
4:42 pm
1372
Hey all, new to hsqldb, i do have a small experience upon ADS and want to know if someone managed a connection with Hypersonic SQL... Regards, Yvon...
Yvon Thoraval
yvon_thoraval@...
Send Email
Sep 8, 2004
7:07 am
1373
Hi Yvon, You can make a connection using the Generic JDBC connection type. Login Name: sa URL:jdbc:hsqldb:hsql://localhost Driver: org.hsqldb.jdbcDriver Driver...
John LH
johnlhaxor
Offline Send Email
Sep 8, 2004
7:17 am
1374
I often receive Excel files from people who need a field updated or added from another database in our Datawarehouse. Is there a way to import Excel files,...
kori42
Offline Send Email
Sep 8, 2004
4:45 pm
1375
Hi Kori, Currently you can't import Excel files (I do have this on the todo list). The only thing to do is to export the Excel file to a comma delimited (CSV)...
John LH
johnlhaxor
Offline Send Email
Sep 8, 2004
5:27 pm
1376
I have around 100 lines in my SQL history buffer. How do I save them at once ? Thanks Ram...
iyerramkumar
Offline Send Email
Sep 10, 2004
1:25 am
1377
Hi Ram, There are 2 things you can do ... 1) You can select each statement into a Query Window and then save the query window as a file. [not very efficient] ...
John LH
johnlhaxor
Offline Send Email
Sep 10, 2004
1:35 am
1378
I was wondering what is the status of resolving the Mac L&F bug discussed in the following thread? http://groups.yahoo.com/group/aquadatastudio/message/1313...
bobmccune
Offline Send Email
Sep 11, 2004
2:40 pm
1379
Hi, I am not sure if you are referring to the Look and Feel issue or the Dual G5 issue which throws the exception. I don't believe the Look and Feel issue is a...
John LH
johnlhaxor
Offline Send Email
Sep 11, 2004
2:56 pm
1380
I am referring to the bug in ADS draws the the background of the application in a dark gray color. ADS is the only Java application I run that has this ...
bobmccune
Offline Send Email
Sep 12, 2004
6:38 pm
1381
Hi, I put out a new build with some minor fixes, including the OSX Look and Feel bug which some users have pointed out. Update instructions below ... ( ...
John LH
johnlhaxor
Offline Send Email
Sep 12, 2004
9:18 pm
1382
Hi Bob, Thanks for challenging me on this one :) ... After looking through the ADS code, I found that I was setting the background of the main frame to gray,...
John LH
johnlhaxor
Offline Send Email
Sep 12, 2004
9:20 pm
1383
Hi, Just a note. I found these two articles on the up and coming DB2 8.2, which now addresses the redistribution of the DB2 JDBC drivers. It seems IBM always...
John LH
johnlhaxor
Offline Send Email
Sep 13, 2004
4:25 am
1384
Hi, This is probably a very silly question but still. Starting ADC takes 20 seconds. Can this be speedup by extracting the .jar? Cheers, Marco...
Marco Kuipers
mckuipers
Offline Send Email
Sep 15, 2004
12:29 am
1385
Hi Marco, I am not sure what you mean by "extracting the .jar". But I can tell you the current state of the startup performance situation. I have done...
John LH
johnlhaxor
Offline Send Email
Sep 15, 2004
5:41 am
1386
Thanks John, What i meant was 'unzipping or unjarring'. It creates a nice directory structure of all files. I'm not sure if this would: 1. Work 2. Reduce load...
Marco Kuipers
mckuipers
Offline Send Email
Sep 15, 2004
8:00 am
1387
Hi Marco, So, you can do this. You would just need to make the appropriate changes to the script to make sure the classes or in the class path. I will look...
John LH
johnlhaxor
Offline Send Email
Sep 15, 2004
8:10 am
1388
Having gone down this road with other programs, my suggestion is to keep the jar. There is very little performance gain from unzipping the jar, and having an...
wexler
Online Now Send Email
Sep 15, 2004
5:22 pm
1389
I would agree. Launching ADS on my mac G5 takes all of six seconds and Macs are supposed to be slower with Java I was led to believe. So saving a few seconds...
John Allen
qprjohn
Offline Send Email
Sep 15, 2004
10:36 pm
1390
+1 for NOT breaking up the jar....
Terry Adams
terryadams4
Offline Send Email
Sep 15, 2004
11:39 pm
1391
+ another one....
David Hubbell
david_hubbell
Offline Send Email
Sep 15, 2004
11:55 pm
1392
Hi, I will keep the jar intact, this is the standard way for packaging and distributing Java applications. In my performance testing I will also document how...
John LH
johnlhaxor
Offline Send Email
Sep 15, 2004
11:57 pm
1393
Hello, is anyone having troubles with auto-complete function? It works only for very short period of time :( Restarting ADS helps, but for half a minute or...
flarelt
Offline Send Email
Sep 17, 2004
2:15 pm
1394
Hi, I have not encountered this problem before. The only thing that comes to mind is the jConnect meta data. Did you install the jConnect meta data script on...
John LH
johnlhaxor
Offline Send Email
Sep 17, 2004
5:34 pm
1395
... more ... 256MB of ... I realize that. I guess I'd expect to get some sort of a message/error checking (like 'not enough memory to complete this ...
AndyElf
Offline Send Email
Sep 20, 2004
3:28 pm
1396
... You are correct. I have this on my list. I do want to fix this badly ... I am not aware of any other tools that do this. The problem with this is that...
John LH
johnlhaxor
Offline Send Email
Sep 20, 2004
4:24 pm
1397
John, About the restricting the number of records; What about having a configuration setting that add's (for DB2) after a select ' fetch first xx rows only...
Marco Kuipers
mckuipers
Offline Send Email
Sep 21, 2004
12:02 am
1398
Hi John, I don't know whether it is comparable as it is more of a front-end type of tool than ADS but Servoy has a default limit of 200 records it retrieves at...
John Allen
qprjohn
Offline Send Email
Sep 21, 2004
3:34 am
Messages 1369 - 1398 of 7596   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help