Search the web
Sign In
New User? Sign Up
Firebird-Java · Firebird Java project development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 10128 - 10157 of 10157   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10128
... No, the fbembed.dll does not matter. ... jaybird22.dll should work. I will check clean checkout, but please check your classpath for the right driver...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Jan 21, 2010
8:55 pm
10129
... Issue confirmed, must be something changed in the meantime... will look into it soon - I migrated to Windows 7 and do not have Visual Studion installed...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Jan 21, 2010
10:51 pm
10130
Hi Roman, the only difference is at line 548 the new method getStatementType(stmt); I tried to comment it but I have the same error NoSuchMethodError. Any...
pcmilhouse
Offline Send Email
Jan 25, 2010
8:42 am
10131
... You mean you get this exception when using custom build of Jaybird from the Branch_2_1 branch or Jaybird_2_1_6 tag and jaybird21.dll? ... Over the weekend...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Jan 25, 2010
11:37 am
10132
... I got the exception with both. ... Ok thanks... let me know as soon as you find the bug. Any timing about x64 support?...
pcmilhouse
Offline Send Email
Jan 25, 2010
1:23 pm
10133
... Hmmm... Can you post a diff between your "custom" Jaybird 2.1.6 and the one in CVS (tag Jaybird_2_1_6)? I suspect that something is wrong here... or you...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Jan 25, 2010
1:30 pm
10134
This is diff output: Index: BaseGDSImpl.java =================================================================== RCS file:...
pcmilhouse
Offline Send Email
Jan 25, 2010
2:50 pm
10135
... Didn't find any - just made a rebuild. ... Committed compiled libraries for Windows for x86 and x64 targets into HEAD. Tested a bit with FB 2.5.0.b2, seems...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Jan 26, 2010
5:45 pm
10136
Ok so "insert...returning" works fine also with embedded db (head revision) ???...
pcmilhouse
Offline Send Email
Jan 27, 2010
1:28 pm
10137
... I hope that you can tell this - I need early beta testers :) Roman...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Jan 27, 2010
1:38 pm
10138
I had always the same error at first attempt to db connection: Exception in thread "main" java.lang.NoSuchMethodError: <init> at...
pcmilhouse
Offline Send Email
Jan 27, 2010
5:47 pm
10139
The error seems to imply that a non-existent constructor is called in the native code. I have no idea about JNI, but could there be a mismatch between JNI...
Mark Rotteveel
Avalanche1979@...
Send Email
Jan 27, 2010
7:03 pm
10140
I think there is a mismatch. But how can I solve it? Did anyone experience the same problem with embedded db connection and HEAD jaybird?...
pcmilhouse
Offline Send Email
Jan 29, 2010
7:46 am
10141
... Did you try the jaybird22 that I sent you or that are the results with the old DLL? Roman...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Jan 29, 2010
8:56 am
10142
I didn't receive any jaybird22 dll. Could you send it to my mail again? Thanks in advance...
pcmilhouse
Offline Send Email
Jan 29, 2010
5:08 pm
10143
... This is the result with new jaybird22 dll. With old one jaybird21 it works fine. Any ideas?...
pcmilhouse
Offline Send Email
Feb 1, 2010
8:19 am
10144
I need to tune an application using Jaybird 2.1.6/Firebird 2.1 classic in a tomcat application on a 6gig RHEL 5 box. When I run 'top' on the server, each...
peterson77
Offline Send Email
Feb 6, 2010
11:42 pm
10145
... This is a totally different question than the one you asked on Firebird-support. This question is one that can better be directed to Firebird-support as it...
Mark Rotteveel
Avalanche1979@...
Send Email
Feb 7, 2010
9:58 am
10146
Thanks for your reply. I guess my question is changing as my understanding evolves. What prompted this question was the large difference in performance time...
peterson77
Offline Send Email
Feb 8, 2010
4:09 pm
10147
What is the query in question? -steve ... -- Steve Wiser President Specialized Business Software 6325 Cochran Road, Unit 1 Solon, OH 44139 ...
Steve Wiser
steve@...
Send Email
Feb 8, 2010
4:11 pm
10148
The query is: select distinct c2.contactid from contacts c1, contacts c2 where c1.oksendemail='N' and c1.accountid=540 and c1.accountid=c2.accountid and...
peterson77
Offline Send Email
Feb 8, 2010
4:30 pm
10149
... I wonder if iSQL and Java process use different connection parameters. The default DPB should be the same, and it should consume then the same amount of...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Feb 8, 2010
4:31 pm
10150
I would try an explicit join and see how it handles it. I know way back when we used Interclient it was handling queries different with implicit joins. select...
Steve Wiser
steve@...
Send Email
Feb 8, 2010
4:44 pm
10151
Roman, Thanks for your comments, and thanks for a great package. I have used Jaybird for many years and find it very dependable and quick. This is the first...
peterson77
Offline Send Email
Feb 8, 2010
4:45 pm
10152
... Thanks! ... Hmmm... now that is strange. Could you please try running isql and Java application from a remote host capture the connection pakets using ...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Feb 8, 2010
5:10 pm
10153
Hi, I don´t know how to solve this problem. I´m trying to connect to a database in the localhost, and i know all parameters are ok, the application is ok,...
Fabiano
personalsoft...
Offline Send Email
Feb 13, 2010
12:14 am
10154
... What about the security policy in JVM? Roman...
Roman Rokytskyy
rrokytskyy
Offline Send Email
Feb 13, 2010
7:21 am
10155
Maybe this is a good point to investigate, but as i did a fresh install of java on both servers, the original policy files in '/opt/jre/lib/security are...
Fabiano
personalsoft...
Offline Send Email
Feb 13, 2010
9:05 am
10156
Does your /etc/hosts contain an entry for localhost? I remember seeing issues where not being able to (reverse)resolve the hostname of the IP address caused...
Mark Rotteveel
Avalanche1979@...
Send Email
Feb 13, 2010
9:18 am
10157
... Yes ... Bingo! The problem was the hostname (servidor.XXXXXXXX.com.br) was not listed in hosts file. I did check the hostname: # uname -a Linux...
Fabiano
personalsoft...
Offline Send Email
Feb 13, 2010
9:42 am
Messages 10128 - 10157 of 10157   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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