|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Config Database Firebird with JDBC on WAS ?? |
« View previous topic :: View next topic » |
Author |
Message
|
thanh.hq90 |
Posted: Sun Jun 30, 2013 7:55 pm Post subject: Config Database Firebird with JDBC on WAS ?? |
|
|
Newbie
Joined: 30 Jun 2013 Posts: 4
|
Hi!
I wanna config DB Firebird with jdbc on WAS! But I'm really don't know how to do it? And can WAS can support Firebird? Have you ever met this situation ? Please help me!
Thanks and best regards,
Last edited by thanh.hq90 on Wed Jul 10, 2013 2:07 am; edited 1 time in total |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jun 30, 2013 9:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Do you have a type 4 JDBC driver for your DB?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
thanh.hq90 |
Posted: Sun Jun 30, 2013 11:26 pm Post subject: Help me! config Database Firebird (*.FDB,*.GDB) with JDBCPro |
|
|
Newbie
Joined: 30 Jun 2013 Posts: 4
|
Hi you!
i'm using driver JDBC "jaybird-2.2.3.jar". but i don't know that config to WAS and i very need a "demo" or "doc" about config connect Datasource Firebird with JDBC on WAS.
Thanks and best regard, |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jul 01, 2013 5:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You need to read the doc for your jar.
You need setup the class for your jdbc and follow the prompts in was.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 01, 2013 6:24 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
thanh.hq90 |
Posted: Mon Jul 01, 2013 7:06 pm Post subject: Help me! config Database Firebird |
|
|
Newbie
Joined: 30 Jun 2013 Posts: 4
|
Hi All!
Thank you is reply;
I want to config Database Firebird with JDBC Provider in Websphere Application Developer. I don't know do it. I very need a detail config demo. Please, help me!
Thanks and best reagards, |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jul 02, 2013 4:36 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jul 02, 2013 5:09 am Post subject: Re: Help me! config Database Firebird |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
thanh.hq90 wrote: |
I very need a detail config demo. Please, help me! |
So, something like
Procedure
Verify that all of the necessary JDBC driver files are installed on your application server. Consult the article, Data source minimum required settings, by vendor for that information. If you opt to configure a user-defined JDBC provider, check your database documentation for information about the driver files.
Create a JDBC provider.
When you create a JDBC provider from the administrative console, see the topic, Configuring a JDBC provider using the administrative console.
OR
Using the wsadmin scripting client, see the topic, Configuring a JDBC provider using the scripting.
OR
Using the Java Management Extensions (JMX) API, see the topic, Creating a JDBC provider and data source using the JavaManagement Extensions API.
Create a data source.
From the administrative console, see the topic, Creating a data source using the administrative console.
OR
Using the wsadmin scripting client, see the topic, Configuring new data sources using scripting. For V4 data sources, see the topic, Configuring new WAS40 data sources using scripting.
OR
Using the JMX API, see the topic, Creating a JDBC provider and data source using the JavaManagement Extensions API.
Required properties: Different database vendors require different properties for implementations of their JDBC drivers. Set these properties on the WebSphere Application Server data source. Because Application Server contains templates for many vendor JDBC implementations, the administrative console surfaces the required properties and prompts you for them as you create a data source. However, if you script your data access configurations, you must consult the article Data source minimum required settings, by vendor, for the required properties and settings options.
Optional: Configure custom properties.
Like the required properties, custom properties for specific vendor JDBC drivers must be set on the application server data source. Consult your database documentation for information about available custom properties. To configure a custom class to facilitate the handling of database properties that are not recognized natively by the Application Server, refer to the topic, Developing a custom DataStoreHelper class.
There are also optional data source properties, such as the DB2 sslConnection custom property, that you might want to configure. Refer to the Application Programming Guide and Reference for Java for your version of DB2 for z/OS® if you use the DB2 Universal JDBC Driver provider for more information about these custom properties.
Bind resource references to the data source. See the article, Data source lookups for enterprise beans and web modules.
Test the connection (for non-container-managed persistence usage). See the topic, Test connection service.
Which is the same link I already gave? |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|