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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3792 - 3821 of 7593   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3792
Hi all, On this issue... just to set the terminology right. Sybase used to publish patches as EBF's (Emergency Bug Fixes) but they have changed the acronym to ...
FLubbe@...
Send Email
Jun 2, 2006
3:19 pm
3793
Hi, ... all the issues with you Will do. -John...
John LH
johnlhaxor
Offline Send Email
Jun 2, 2006
5:29 pm
3794
Triggering a minimise all in Windows XP doesn't minimise ADS. Brian...
Brian Widdows
brian.widdows@...
Send Email
Jun 6, 2006
12:35 am
3795
Hi, I just gave it a try and it worked for me. I start ADS and then hit Windows-D and everything minimizes. What value do you have in ADS under...
John LH
johnlhaxor
Offline Send Email
Jun 6, 2006
1:02 am
3796
Just checked Alt-D.. does work.. however the age old ALT-M....
Brian Widdows
brian.widdows@...
Send Email
Jun 6, 2006
7:37 am
3797
Alt-M doesn't minimize all windows on my XP machine. Are you saying it does on yours? Are you saying that Alt-M minimizes all of you windows except for ADS? ...
John LH
johnlhaxor
Offline Send Email
Jun 6, 2006
8:01 am
3798
I'm just looking at aqua studio for the first time -- looking to test it out using an ODBC connection to an MS access db. I created the DSN (tried both system...
afurgal
Offline Send Email
Jun 6, 2006
5:51 pm
3799
Hi, If you enter the datasource name you should be able to connection. The browser is just an assistant. The browser will look up the datasources in the...
John LH
johnlhaxor
Offline Send Email
Jun 6, 2006
7:01 pm
3800
Thanks, I ended up just typing in the name of hte ODBC datasource I created and it workes just fine. Having a popup window with choices that do no repersent...
afurgal
Offline Send Email
Jun 6, 2006
7:21 pm
3801
Actually, Alt-M doesn't work on my machine... but "windowsKey"-M does. ... Help->About:System:java.version?...
Michael Wexler
wexler
Online Now Send Email
Jun 6, 2006
7:44 pm
3802
Hi All, I've put out a new build with some minor features and bug fixes. I am still working on the next version/builds of ADS, but this build has some minor...
John LH
johnlhaxor
Offline Send Email
Jun 13, 2006
7:03 am
3803
Hi. Have performed this operation in both Toad and ADS.. ADS is erroring however. ... select * from user_db_links GO select * from all_tables@NWGUTI GO ......
Brian Widdows
brian.widdows@...
Send Email
Jun 13, 2006
3:31 pm
3804
Anyone successfully use ADS with the current version of Filemaker, v8? While earlier versions of Filemaker had some severe restrictions with regards to sql...
greg stasko
greg.stasko@...
Send Email
Jun 13, 2006
3:51 pm
3805
Within ADS I'm trying to use the following: select * from my_table where my_date_column = '06-jun-2006' / which works just fine in SQL*Plus 9.2.0.1.0 (no...
Gym Leather
gymleather
Offline Send Email
Jun 13, 2006
5:18 pm
3806
Hi Brian, The description of the Oracle error message is ... ORA-02019: connection description for remote database not found Cause: An attempt was made to...
John LH
johnlhaxor
Offline Send Email
Jun 13, 2006
5:49 pm
3807
Hi Gym, ... to no avail. Am I missing something? This formatting is for the "Results" ADS gets back from Oracle, so the formatting is done on the client side. ...
John LH
johnlhaxor
Offline Send Email
Jun 13, 2006
6:24 pm
3808
Date in question: 9 June 2006 My NLS Session Parameter, NLS_Date_Format, as reported in ADS and SQL*Plus is 'DD-MON-YY' ... yet '2006.06.09' which should (?)...
Gym Leather
gymleather
Offline Send Email
Jun 13, 2006
7:18 pm
3809
Hi, ... This query works for me in ADS with no errors. Can you execute these two queries? One in ADS and one is SQL Plus? ... let me know the results. select *...
John LH
johnlhaxor
Offline Send Email
Jun 13, 2006
7:45 pm
3810
... From ADS: PARAMETER VALUE ... NLS_CALENDAR GREGORIAN NLS_COMP BINARY NLS_CURRENCY $ NLS_DATE_FORMAT...
Gym Leather
gymleather
Offline Send Email
Jun 13, 2006
8:47 pm
3811
Hi Gym, ... Why do you think the NLS_DATE_FORMAT are the same for both ADS and SQL Plus? Your results below state otherwise. -John...
John LH
johnlhaxor
Offline Send Email
Jun 13, 2006
10:03 pm
3812
At the "Database Level" (vs. Instance or Session) they are nearly identical; YY is nearly identical to RR. Okay, then a different question, why is ADS...
Gym Leather
gymleather
Offline Send Email
Jun 13, 2006
11:13 pm
3813
Hi Gym, The database level doesn't matter. The session parameters is what will take affect. ADS doesn't modify the SESSION. The NLS parameters are set by...
John LH
johnlhaxor
Offline Send Email
Jun 13, 2006
11:43 pm
3814
... Locale ... Windows 2000 and a custom date version of "English (Canada)". Short Date format: dd.MM.yyyy = 15.06.2006 (today) Long Date format: d MMMM...
Gym Leather
gymleather
Offline Send Email
Jun 15, 2006
3:13 pm
3815
Are there any plans to incorporate data compare and/or schema compare functionality in the future?...
jeffreyteperman
Offline Send Email
Jun 15, 2006
4:16 pm
3816
Hi Jeffrey, This is on the features todo schedule for a future release. -John...
John LH
johnlhaxor
Offline Send Email
Jun 15, 2006
4:41 pm
3817
Hi Gym, Now that I know your OS locale, looking back at your NLS Session settings, ADS is doing what I expected. You are running on a machine with the English...
John LH
johnlhaxor
Offline Send Email
Jun 15, 2006
4:43 pm
3818
... picks ... So the JDBC driver reads the locale settings, Canadian English, and "stops" there; ignoring any customisations within. Will investigate an...
Gym Leather
gymleather
Offline Send Email
Jun 15, 2006
5:36 pm
3819
Hi list. Because when treatment to insert data of a text file with the tool import data, to the fields type Date, it inserts null although the format is...
WILLIAM PARRA
wilparra
Offline Send Email
Jun 15, 2006
9:15 pm
3820
Hi, If you use ADS 4.7 the import should give you warning messages that will help you debug the formatting problem. -John ... Hi, If you use ADS 4.7 the import...
John LH
johnlhaxor
Offline Send Email
Jun 15, 2006
9:34 pm
3821
John, First time post, long time user. We mainly ADS to manage MySQL 5 and have a couple of issues/observations. Platform: Fedora/XP, JDK 1.5.0_6, latest...
Julian Ray
julianjray
Offline Send Email
Jun 15, 2006
10:18 pm
Messages 3792 - 3821 of 7593   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