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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1839 - 1868 of 7596   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1839
Hi, I just started using Aqua Data Studio. It is amazing. I am dealing with SQL Server. I have one at my office and one at the hosting data center. I want to...
Shuaib Iqbal Nazir
shuaib_iqbal
Offline Send Email
Mar 1, 2005
2:27 pm
1840
Hi Shuaib, ADS currently doesn't have a GUI for backup and restore for SQL Server. This is on my todo list but currently you would need to issue BACKUP/RESTORE...
John LH
johnlhaxor
Offline Send Email
Mar 1, 2005
2:43 pm
1841
You can backup/restore thru t-sql, so you should be able to do it thru ADS after a little bit of sifting thru SQL Server's books online. Here is a simple...
Pedro Vera
veraperezp
Offline Send Email
Mar 2, 2005
12:29 am
1842
Playing with some of the new features just added to datastudio: colored grid, stop query processing on errors, field formatting, etc Datastudio is really...
carlos@...
ce_ccs
Offline Send Email
Mar 2, 2005
5:30 am
1843
Add this to your JTable's: table.setDragEnabled(true); Now, select a few lines in an output grid and drag them to excel or to word (or to open office? Haven't...
carlos@...
ce_ccs
Offline Send Email
Mar 2, 2005
5:31 am
1844
Hi Carlos, I have added this change and it works well. I can now drag-n-drop the selected cells into other apps. I tried Open Office and it doesn't work ...
John LH
johnlhaxor
Offline Send Email
Mar 2, 2005
7:49 am
1845
Hi Carlos, ... Baby steps to perfection. :) ... 1) Text Results: If you are using Text Results, ADS needs to display the object results into the JEditorPane....
John LH
johnlhaxor
Offline Send Email
Mar 2, 2005
8:50 am
1846
When I am working with PL/SQL in Oracle 9.2 I get very little feedback from errors. For example running a script in DataStudio provides the following message: ...
jd_open_collar
Offline Send Email
Mar 2, 2005
4:17 pm
1847
You can query user_errors to get that information. sqlplus does that for you and maybe the next version of aquadatastudio now as well. ... -- Regards Wolfgang...
Wolfgang Breitling
breitliw@...
Send Email
Mar 2, 2005
4:39 pm
1848
Hi, Currently, in the Editor this is the only information that ADS displays. If you want to view the compile errors of the Procedure you can find the...
John LH
johnlhaxor
Offline Send Email
Mar 2, 2005
4:39 pm
1849
In an sql server session: select 'SYSTEM_USER', SYSTEM_USER Grid result: 1. No headers 2. Incorrect column sizes. This happened while trying to get the current...
carlos@...
ce_ccs
Offline Send Email
Mar 3, 2005
3:56 am
1850
1. File -> Options has P as mnemonic which is duplicated with Print. Suggestion: T as mnemonic. Also Mount and Unmonunt have no mnemonics. 2. When doing...
carlos@...
ce_ccs
Offline Send Email
Mar 3, 2005
4:57 am
1851
Hi Carlos, Here is a build with the fixes I mention below ... http://www.aquafold.com/download/datastudio_4_0_3_3.jar ... I added _M_ and _U_ for mount and...
John LH
johnlhaxor
Offline Send Email
Mar 3, 2005
6:19 am
1852
Hi, I am using Sybase SQLAnywhere 9.0.1 on Mac OS X 10.3.8 with the lastest Java (1.4 update 2). I can browse my database schema but if I ctrl-click on a table...
colinfallon
Offline Send Email
Mar 3, 2005
7:26 pm
1853
Carlos, Try this instead... select col1 = 'system_user', col2 = system_user /Greg Hesla/...
Greg Hesla
ghesla
Offline Send Email
Mar 3, 2005
7:26 pm
1854
Hi Colin, I just tried to do a "Alter Table" and "Edit Table Data" on a few of my tables on Sybase Anywhere 9 from OSX and they worked for me. I am using ADS...
John LH
johnlhaxor
Offline Send Email
Mar 3, 2005
8:32 pm
1855
First of all, thanks SO much for Aqua Data Studio - Great tool! I've been using it for about two weeks, and I have a few suggestions: 1. Recent files list:...
drxanadu
Offline Send Email
Mar 3, 2005
9:16 pm
1856
Hi John, I have had the problem on every table I have tried so far. I originally was using 4.0 but am now on 4.0.3 as part of my attempts to fix. I looked in...
colinfallon
Offline Send Email
Mar 3, 2005
9:34 pm
1857
I am trying to run data studio on a Fedora Core 3 machine, and when I run the shell script I get the following error. Is there anything I need to do in order...
childersmatt
Offline Send Email
Mar 3, 2005
9:35 pm
1858
Hi Matt, I did a quick search for "java.lang.UnsatisfiedLinkError libawt.so fedora" and found that this is a common issue with Fedora Core 3 ... ...
John LH
johnlhaxor
Offline Send Email
Mar 3, 2005
9:45 pm
1859
Hi, From the error message, ADS is having problems extracting the constraints for the table. It works on all my sample constraints. I added a little more...
John LH
johnlhaxor
Offline Send Email
Mar 3, 2005
10:19 pm
1860
Hi Dave, ... last 10 files opened) I do have this on the todo list. ... You can already do this in File->Options->Query Analyzer. ... I am currently working on...
John LH
johnlhaxor
Offline Send Email
Mar 3, 2005
10:32 pm
1861
John, Some of the tables are very simple. Here is the create table statement for one as produced by an unload from Sybase Central: CREATE TABLE...
colinfallon
Offline Send Email
Mar 3, 2005
11:14 pm
1862
Hi, ... with that one! So the ... Ok, just let me know if you have any other issues. (I tried the table below and it works now.) -John...
John LH
johnlhaxor
Offline Send Email
Mar 3, 2005
11:31 pm
1863
Hi, I just downloaded Aqua data studio and found a bug in the autocompletion. Here is whats happening. When I type the following: select * from employee e ...
phm244
Offline Send Email
Mar 4, 2005
12:01 am
1864
John, Thanks for the help, that was it, I didn't have either of the openmotif packages installed. Thanks again for the quick response, Matt ... 3 ... ... ...
childersmatt
Offline Send Email
Mar 4, 2005
1:32 am
1865
... can ... The "field.setDragEnabled(true);" worked for me for textfield's: could dnd inside the field and between [dnd enabled] fields in the same frame - so...
carlos@...
ce_ccs
Offline Send Email
Mar 4, 2005
2:36 am
1866
The message display output is a little to full of text ... select 'a', 'b' <<<< SQL Statement <<<< 1 record(s) selected [Fetch MetaData: 31/ms] [Fetch Data:...
carlos@...
ce_ccs
Offline Send Email
Mar 4, 2005
3:13 am
1867
... In _that_ case, you should remove most of the mnemonis, because there's some menu option conflict: S: Save Query and Server A: Save Query As and Automate ...
carlos@...
ce_ccs
Offline Send Email
Mar 4, 2005
3:13 am
1868
I was just reporting a bug in datastudio :-) ... Don't much like this slqserverism. I prefer standard sql: select 'system_user' as col1, system_user as col2 ...
carlos@...
ce_ccs
Offline Send Email
Mar 4, 2005
3:13 am
Messages 1839 - 1868 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