| Thread | Last Post | Replies |
|
| Connection to Db | 28 Apr 2008 20:08 GMT | - |
When trying to connect to a Db I gat the following exception: org.postgresql.util.PSQLException: The connection attempt failed. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136)
|
| problems on mysql & hebrew - running a service / running from a command line | 28 Apr 2008 12:02 GMT | 1 |
When I run the service : MySql, which points to same execution file, (I have changed the key on registry : \\HKLM\SYSTEM\ControlSet001\Services\MySql. The key : ImagePath.
|
| [ANNOUNCE] Apache Derby 10.4.1.3 released | 26 Apr 2008 11:21 GMT | - |
The Apache Derby project is pleased to announce a new feature release of Derby, 10.4.1.3. Apache Derby is a subproject of the Apache DB project. Derby is a pure Java relational database engine which conforms to the
|
| MySql with Hebrew. | 26 Apr 2008 00:41 GMT | 12 |
I want to use MySql with Hebrew. I am using also Squirrel as a navigator. How can I use in mysql either Squirrel with Hebrew. Thanks :)
|
| Hibernate M:M mapping plus extra data in intermediary table | 25 Apr 2008 09:33 GMT | 1 |
I'm asking a question already asked a few years ago: http://groups.google.be/group/comp.lang.java ...
|
| Count items in reslutset? | 25 Apr 2008 00:40 GMT | 3 |
Is it possible to get the number of rows in a resultset using SQL? If I execute a statement like: SELECT COUNT(*) FROM table1 WHERE ID=12, I dont know how to assign the result to an integer... Thanx,
|
| So you may wonder why there are even 10% mechanical watches still manufactured today. Mechanical watches tend to have a longer lifespan than quartz watches, and with the proper care and servicing can be handed down for generations. You will often find mechanical watches as collectibles that can build up a hefty price tag because of its rarity. | 24 Apr 2008 21:09 GMT | - |
So you may wonder why there are even 10% mechanical watches still manufactured today. Mechanical watches tend to have a longer lifespan than quartz watches, and with the proper care and servicing can be handed down for generations. You will often find mechanical watches as
|
| To be accurately described as a luxury watch one of the criteria would be that a true designer of great artistic abilities designed such a timepiece. This high quality designer has deftly crafted and shaped the watch's case so the resulting appearance is that of a beautiful accessory for any proud owners wardrobe. One of the most notable countries that produces such fine timepieces would be Switzerland. | 24 Apr 2008 19:41 GMT | - |
To be accurately described as a luxury watch one of the criteria would be that a true designer of great artistic abilities designed such a timepiece. This high quality designer has deftly crafted and shaped the watch's case so the resulting appearance is that of a beautiful
|
| NewsMaestro presents: Java Programmer Goldmine on-line | 24 Apr 2008 18:43 GMT | 8 |
Extensive collection of Java related code examples and expert opinions is available on-line. http://tarkus01.by.ru/Convert/index.html Major Java related subjects and issues are covered under separate
|
| specifying a database name in jdbc:jndi:ldap connection | 24 Apr 2008 16:21 GMT | - |
I'm trying to connect to Sybase using LDAP entries as follows. How do I specify a database name in this connection string?. Class.forName("com.sybase.jdbc3.jdbc.SybDriver"); String jdbcURL = "jdbc:sybase:jndi:ldap://sybaseldap:389/
|
| The next thing to look at is the face and strap color. The new style seems to be bold and exciting colors for the dial and strap. However, be cautious about purchasing an extravagant watch if you are looking for an every day versatile watch. That bright red or green dial is not going to be professional for that important business meeting you have to lead later in the week. Choose your colors according to how you intend on using the watch. | 24 Apr 2008 11:03 GMT | - |
The next thing to look at is the face and strap color. The new style seems to be bold and exciting colors for the dial and strap. However, be cautious about purchasing an extravagant watch if you are looking for an every day versatile watch. That bright red or green dial is not
|
| Pooling of connections | 24 Apr 2008 05:19 GMT | 3 |
I've read a few articles about how pooled connections are more efficient because you don't need to repeatedly setup/teardown a connection - you just acquire connection from the pool. Exactly what steps in setting up/tearing down a connection are skipped
|
| Precompiled statement? | 24 Apr 2008 02:58 GMT | 9 |
I've read a bit about precompiled SQL statements. However, I haven't been able to find anything which explains what the compilation process entails. What exactly is done in order to change a normal inline SQL statement into a precompiled one?
|
| large queries | 24 Apr 2008 02:50 GMT | 5 |
Can anyone make a recommendation on how to design a Java system that will make SQL queries on a mySQL database that results in very large data sets? What can be done to improve
|
| Consistently insert into two MySQL tables. | 23 Apr 2008 23:20 GMT | 3 |
i am in need of some advice about how to consistently add data into two MySQL tables. The database looks like this: CREATE TABLE Items (
|