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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2718 - 2747 of 7596   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2718
Hi Matthew, You currently can't do this. But I will add this feature to my feature list. -John...
John LH
johnlhaxor
Offline Send Email
Oct 1, 2005
7:56 am
2719
Great news. By the way, I am a 17-year veteran developer of Perl/C/SQL code. I have tried all sorts of SQL interfaces over those years - my prefered choice has...
Matthew Persico
matthew_persico
Offline Send Email
Oct 1, 2005
2:06 pm
2720
Hi Matthew, ... the developer to specify a ... location. I have this on the list for Oracle, but not Sybase. I'll add Sybase on the list. ... mounted...
John LH
johnlhaxor
Offline Send Email
Oct 2, 2005
5:48 pm
2721
Hi, I've put out a new build with some bug fixes. Update instructions below ... ( http://www.aquafold.com/download/datastudio_4_5_6.jar ) thanks -John CHANGES ...
John LH
johnlhaxor
Offline Send Email
Oct 3, 2005
6:05 am
2722
Hi John, Yes, your assumption is right. Thanks a lot and hope that Oracle will take this problem into account. Best Regards, Philippe Diennet...
Philippe Diennet
ho.pdiennet@...
Send Email
Oct 3, 2005
2:47 pm
2723
There might be a round about way of achieving this, but I'm not sure. I've noticed that if I put the SQL in a PLSQL block, i.e. begin sql statement; end; Then...
reenakh
Offline Send Email
Oct 3, 2005
3:21 pm
2724
Where is all the server-metadata kept? I'd like to use AD at home and at work and not have to re-enter all the server info? Is it an INI file or a REGISTRY...
Matthew Persico
matthew_persico
Offline Send Email
Oct 3, 2005
6:40 pm
2725
Hi Matthew, All of the configuration is in <USER_HOME>\.datastudio ... On Windows that is usually C:\Documents and Settings\<USER_NAME>\.datastudio -John...
John LH
johnlhaxor
Offline Send Email
Oct 3, 2005
7:17 pm
2726
Hi Reena, As far as I know, a PL/SQL block is not processed in the same manner. I don't think that you can execute a SELECT statement in a PL/SQL block which...
John LH
johnlhaxor
Offline Send Email
Oct 3, 2005
10:49 pm
2727
... SELECT thing INTO resultCursor FROM ... ? -- Tom Chiverton Advanced ColdFusion Programmer...
Thomas Chiverton
thomas.chiverton@...
Send Email
Oct 4, 2005
2:22 pm
2728
Duh. So sorry. I am so "windows" trained that I was looking for Aqua Data Studio in C:\Documents and Settings\<USER_NAME> and completley missed the fact that...
Matthew Persico
matthew_persico
Offline Send Email
Oct 4, 2005
2:22 pm
2729
I am used to having autocommit off by default in SQL*PLUS and on by default in isql/sqsh. I find I have to be much more careful against ORACLE servers because...
Matthew Persico
matthew_persico
Offline Send Email
Oct 4, 2005
2:23 pm
2730
Hi, You can do a SELECT INTO, but if I am going to "rewrite" the statement to get the line number this would be too much. I don't want to come up with a bad...
John LH
johnlhaxor
Offline Send Email
Oct 4, 2005
3:20 pm
2731
Hi Matthew, You can change the application default in File->Options->Query Analyzer for each database. Is this what you need? or do you need it per ...
John LH
johnlhaxor
Offline Send Email
Oct 4, 2005
3:20 pm
2732
Hi John, You're right, you cannot execute a SELECT statement in a PL/SQL block. What I do is simply wrap my SELECT statement in a begin and end (like I showed...
reenakh
Offline Send Email
Oct 4, 2005
4:53 pm
2733
Hi, ... 1000 line sql in that way! This might work manually to help debug, but this would not work programatically to solve the problem. I believe getting...
John LH
johnlhaxor
Offline Send Email
Oct 4, 2005
5:29 pm
2734
... the problem. Yes, that would be best :) ... From reading the notes on my oracle connection class, the error position is in sqlca.sqlerrd[5]. Only, as far...
carlos@...
ce_ccs
Offline Send Email
Oct 4, 2005
6:31 pm
2735
Hi, Oracle uses the sqlca.sqlerrd for the native c++ apis, but not for the JDBC drivers. In DB2, the drivers through a DB2 specific SQLException which has the...
John LH
johnlhaxor
Offline Send Email
Oct 4, 2005
8:04 pm
2736
Hi John, I understand. I guess I was doing wishful thinking! Also, I've just been lucky that I've been able to debug my errors in this way, but theoretically...
reenakh
Offline Send Email
Oct 4, 2005
8:42 pm
2737
... Nope, that's perfect. I have set all Oracles to be auto-commit off and left all Sybase as auto-commit on 'cause that is the way the they work out of the ...
Matthew Persico
matthew_persico
Offline Send Email
Oct 5, 2005
9:13 pm
2738
Hi Matthew, ... to have a namespace for the ... and use the native Sybase BCP client What do you mean by dataspaces? what part of the application are you ...
John LH
johnlhaxor
Offline Send Email
Oct 5, 2005
10:46 pm
2739
I've noticed when I've got multiple query windows open and I use the Cntl-Tab key to move across them, I always have to use my mouse to place the cursor inside...
Hevel, Shawn
shawn_scfbins
Offline Send Email
Oct 6, 2005
2:35 pm
2740
... Do you have read this about temp tables : http://www.sypron.nl/temptab.html Sjaak...
Sjaak Westdijk
jlwestd
Offline Send Email
Oct 6, 2005
2:35 pm
2741
Hi Shawn, This is working for Java 1.4, but wasn't working on Java 1.5. I've fixed it in this build ... ...
John LH
johnlhaxor
Offline Send Email
Oct 7, 2005
12:20 am
2742
Very good. Thanks for fixing it so quickly. Shawn Hevel, API, AIT Lead Programmer Analyst Information Technology Department South Carolina Farm Bureau...
Hevel, Shawn
shawn_scfbins
Offline Send Email
Oct 7, 2005
2:42 pm
2743
Other thing I thought would be useful is Shift Del. It will delete the entire line regardless of where the cursor is. I noticed that the Shift Ins works for...
Hevel, Shawn
shawn_scfbins
Offline Send Email
Oct 7, 2005
2:42 pm
2744
John, I was just wondering, Does this feature work with any of the databases? In our office, we use DB2 and SQL. If so, do you have any documentation about ...
Hevel, Shawn
shawn_scfbins
Offline Send Email
Oct 7, 2005
2:46 pm
2745
Hi, You can do this with CTRL-Y ... which will delete the current line. -John...
John LH
johnlhaxor
Offline Send Email
Oct 7, 2005
4:21 pm
2746
Hi Shawn, In DB2 and SQL Server you will get the line number only on CREATE PROCEDURE/FUNCTION. So, in the case of a source object the error will give you the...
John LH
johnlhaxor
Offline Send Email
Oct 7, 2005
5:24 pm
2747
... I will provide an example with screen shots. To what address would you like me to send all that? ... OK ... OK ... Ah, ok I will try this. -John ... -- ...
Matthew Persico
matthew_persico
Offline Send Email
Oct 7, 2005
9:52 pm
Messages 2718 - 2747 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