Subject | FB Connection Pool red strikethrough NetBeans compiler |
---|---|
Author | fb_database |
Post date | 2013-05-21T19:41:44Z |
Hi ! to all :)
I try to use FB Pool with JAVA. I encounter a compiler error problem in
the NetBeans window and I do not know why.
I use : Java 1.6.0_43
FireBird 2.5.2
.JAR tested for FB Pool from Jaybird 2.2.2 et 2.2.3 for Java 1.6
NetBeans IDE 7.3 (Build 201302132200)
I can connect from Java to database without a Pool.
But I cannot use the FB pool from Java
I have tested many sources, please have a look at the both different
sources :
A] >>> Page 16 of the document
Jaybird_2_1_JDBC_driver_manual.pdf
<http://www.firebirdsql.org/file/documentation/drivers_documentation/Jay\
bird_2_1_JDBC_driver_manual.pdf>
I get red strikethrough text for :
FBConnectionPoolDataSource
on
org.firebirdsql.pool.FBConnectionPoolDataSource pool = new
org.firebirdsql.pool.FBConnectionPoolDataSource();
B]>>> get red strikethrough text for "A simple pooling example" :
http://www.firebirdsql.org/en/jaybird-faq/#5
<http://www.firebirdsql.org/en/jaybird-faq/#5>
FBWrappingDataSource
on
org.firebirdsql.jdbc.FBWrappingDataSource fbwds = new
org.firebirdsql.jdbc.FBWrappingDataSource();
Please do you have an idea concerning what can cause that problem of I
get red strikethrough text reported by the NetBeans compiler ?
Thank you Best Regards ;)
J.
[Non-text portions of this message have been removed]
I try to use FB Pool with JAVA. I encounter a compiler error problem in
the NetBeans window and I do not know why.
I use : Java 1.6.0_43
FireBird 2.5.2
.JAR tested for FB Pool from Jaybird 2.2.2 et 2.2.3 for Java 1.6
NetBeans IDE 7.3 (Build 201302132200)
I can connect from Java to database without a Pool.
But I cannot use the FB pool from Java
I have tested many sources, please have a look at the both different
sources :
A] >>> Page 16 of the document
Jaybird_2_1_JDBC_driver_manual.pdf
<http://www.firebirdsql.org/file/documentation/drivers_documentation/Jay\
bird_2_1_JDBC_driver_manual.pdf>
I get red strikethrough text for :
FBConnectionPoolDataSource
on
org.firebirdsql.pool.FBConnectionPoolDataSource pool = new
org.firebirdsql.pool.FBConnectionPoolDataSource();
B]>>> get red strikethrough text for "A simple pooling example" :
http://www.firebirdsql.org/en/jaybird-faq/#5
<http://www.firebirdsql.org/en/jaybird-faq/#5>
FBWrappingDataSource
on
org.firebirdsql.jdbc.FBWrappingDataSource fbwds = new
org.firebirdsql.jdbc.FBWrappingDataSource();
Please do you have an idea concerning what can cause that problem of I
get red strikethrough text reported by the NetBeans compiler ?
Thank you Best Regards ;)
J.
[Non-text portions of this message have been removed]