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 4469 - 4498 of 7596   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4469
... Just a random thought - the "ERROR 1005 (HY000)" part isn't what's returned by SQLException.getSQLState(), is it? I'm assuming SQLException.getErrorCode()...
Andrew Stevens
ats37@...
Send Email
Jan 1, 2007
9:44 pm
4470
Happy New Year, I've put out a new build which some fixes listed below. Update instructions below ... ( http://download.aquafold.com/download/ads-6.0.7.jar ) ...
John LH
johnlhaxor
Offline Send Email
Jan 1, 2007
10:57 pm
4471
Hi, I've fixed this bug and put out a new build with the fix. http://tech.groups.yahoo.com/group/aquadatastudio/message/4470 thanks -John...
John LH
johnlhaxor
Offline Send Email
Jan 1, 2007
11:07 pm
4472
Hi, I've fixed this bug and put out a new build with the fix. http://tech.groups.yahoo.com/group/aquadatastudio/message/4470 thanks -John...
John LH
johnlhaxor
Offline Send Email
Jan 1, 2007
11:15 pm
4473
Thanks John!...
David B Hubbell
david_hubbell
Online Now Send Email
Jan 2, 2007
3:09 am
4474
Hi, ... No, that is why it is not being displayed. ... I can't reproduce the error message, but .getErrorCode() returns an int, so I would assume that it would...
John LH
johnlhaxor
Offline Send Email
Jan 3, 2007
1:30 am
4475
Hi, I've put out a new build which some fixes & features listed below. Update instructions below ... ( http://download.aquafold.com/download/ads-6.0.8.jar ) ...
John LH
johnlhaxor
Offline Send Email
Jan 3, 2007
5:11 am
4476
I'm using Aqua 6.0.8 against SQL Server 2000. When I try to expand "Databases" in the navigation screen I get the error: Failed to rebuild node contents:...
bradleylarrick
Offline Send Email
Jan 3, 2007
10:10 pm
4477
SQL Server 2005 Enterprise. Reproduced with ADS 4.7 and 6.0.8. Using JDBC connectivity on OS X 10.4.8. Java(TM) 2 Runtime Environment, Standard Edition...
Ian Brandt
ibrandt_3
Offline Send Email
Jan 4, 2007
12:27 pm
4478
Hello, Been using ADS for a long time and use it especially on my laptop. In this environment, I often lose my network connection. (You might remember that in...
John Kelly
duetjohn
Online Now Send Email
Jan 4, 2007
12:41 pm
4479
Hi Bradley, The error you are getting is on the server side, so I am assuming this is a problem that would be fixed if you have all the service packs. What is...
John LH
johnlhaxor
Offline Send Email
Jan 4, 2007
3:15 pm
4480
Hi, ... Can you explain your environment? If your connection is being closed by the server then you shouldn't have a problem. If your physical or logical...
John LH
johnlhaxor
Offline Send Email
Jan 4, 2007
3:49 pm
4481
Hi Ian, I am unable to reproduce this bug. 1. What Service Pack do you have? 2. Can you give me an example procedure that reproduces this problem? -John...
John LH
johnlhaxor
Offline Send Email
Jan 4, 2007
4:05 pm
4482
Sounds like you may have auto-commit disabled for Query Analyzer for SQL Server. Your create proc is not being committed and holding an excluisive lock on the...
Ray Rankins
rrankins
Offline Send Email
Jan 4, 2007
4:27 pm
4483
Hi, Microsoft SQL Server 2005 - 9.00.2047.00 (X64) Apr 14 2006 01:11:53 Copyright (c) 1988-2005 Microsoft Corporation Developer Edition (64-bit) on Windows NT...
Ian Brandt
ibrandt_3
Offline Send Email
Jan 4, 2007
7:06 pm
4484
Hi John, Our organization just purchased licenses and we are starting to distribute and use the application. I put ADS on a Windows 2000 Terminal Server as...
Jonathan Perlman
jonathan_per...
Offline Send Email
Jan 4, 2007
7:14 pm
4485
Looks like that's it. Auto Commit was off. Turning it on works around the hang. I'm used to Oracle where creating a proc is a DDL statement that commits...
Ian Brandt
ibrandt_3
Offline Send Email
Jan 4, 2007
7:43 pm
4486
Hi, Trying to use the script generator for Sybase to extact the scripts for Tables, Views, and procedures. When I check the Sort by Dependencies option, it...
Ray Rankins
rrankins
Offline Send Email
Jan 4, 2007
9:45 pm
4487
Hi, Licenses are per user. You would need to have a license configured per user. Each license is stored under the user profile under <USER_HOME>\.datastudio....
John LH
johnlhaxor
Offline Send Email
Jan 4, 2007
9:54 pm
4488
SQL Server's default behavior is auto-commit any DDL or DML statements. If you turn it off, DDL statemetns are allowed in transactions and you have to issue...
Ray Rankins
rrankins
Offline Send Email
Jan 4, 2007
10:26 pm
4489
Hi Ray, We need to isolate the issue a little more Can you individually do the following ... 1. Script Tables with Sort 2. Script Views with Sort 3. Script...
John LH
johnlhaxor
Offline Send Email
Jan 4, 2007
10:45 pm
4490
Hi, Oracle don't support DDL in transactions, so if a DDL is executed in a transaction, the transaction is committed. SQL Server does support DDL in...
John LH
johnlhaxor
Offline Send Email
Jan 4, 2007
10:45 pm
4491
John, Here's the resutls of the test: 1. Script Tables with Sort - Works Fine 2. Script Views with Sort - generates error 3. Script Procedures with Sort -...
Ray Rankins
rrankins
Offline Send Email
Jan 5, 2007
1:24 am
4492
Hi John, The physical and/or logical connection is being lost. I think there are a number of cases: - Firewall see no activity and closes the connection -...
John Kelly
duetjohn
Online Now Send Email
Jan 5, 2007
2:22 am
4493
Ian and John, I'm using a Powerbook with ADS 6.0.6.RC1 with JTDS 1.2 and: Microsoft SQL Server 2005 - 9.00.2047.00 (Intel X86) Apr 14 2006 01:12:25 Copyright...
Will Senn
wdsenn
Offline Send Email
Jan 5, 2007
5:02 am
4494
Hi, I've put out a new build which some fixes & features listed below. Update instructions below ... ( http://download.aquafold.com/download/ads-6.0.9.jar ) ...
John LH
johnlhaxor
Offline Send Email
Jan 5, 2007
5:26 am
4495
I just discovered that with Auto Commit off I can also repeatably reproduce it on: Microsoft SQL Server 2000 - 8.00.2039 (Intel X86) May 3 2005 23:18:38 ...
Ian Brandt
ibrandt_3
Offline Send Email
Jan 5, 2007
3:43 pm
4496
Sheesh, teach me to play closer attention to these threads before jumping in... autocommit indeed - autocommit is eevul, transactions in general are tricky...
Will Senn
wdsenn
Offline Send Email
Jan 5, 2007
3:49 pm
4497
Ian, I'll check when I get home, that's where my Mac's set up, but I am pretty sure it is off (that's what I tend to set everything to in configuration). ...
Will Senn
wdsenn
Offline Send Email
Jan 5, 2007
4:09 pm
4498
Hi John, Well, when I login and use Aqua Data it doesn¹t prompt me for licensing info. When a different user logs in, it doesn¹t store the info for...
Jonathan Perlman
jonathan_per...
Offline Send Email
Jan 5, 2007
6:03 pm
Messages 4469 - 4498 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