| Thread | Last Post | Replies |
|
| Help With UPDATE Query in mySQL | 06 Oct 2003 14:52 GMT | 1 |
I have two columns in my Bookings table of type DATETIME - Booking_Start_Date and Boking_End_Date. How can i update every row so that all of the times for Booking_Start_Date are 09.00 and all of the times for Booking_End_Date are 17.30, without affecting any of the dates?
|
| Question: MS Access-equivalent Database | 06 Oct 2003 12:20 GMT | 3 |
Hi all... I'm looking for an MS Access equivalent database solution for my Java application. My equivalent I mean the database is contained in a single file, i.e. mdb file (where I can distribute the application
|
| Any JDBC drivers for informix anywhere (ifxjdbc.jar?) | 05 Oct 2003 21:04 GMT | 4 |
Hi, I have a JDBC driver file for Informix of unknown age, although the version is known to be Version 2.11.JC1 I looked absolutely everywhere for Informix JDBC driver downloads, and
|
| Possible to re-initialize connection(s) after package has been recompiled? | 03 Oct 2003 21:26 GMT | 1 |
We use two connection pools (DBCP - the Apache Commons's db conn pooling stuff, and the Websphere Server conn pooling mechanism). I often need to do work on stored procedures that we have defined within a package. Problem is, each time I recompile the package, developers
|
| newbie: check if mysql server is running | 03 Oct 2003 21:10 GMT | 3 |
I'm trying to figure out how to check wether or not the mysql server is up and running with my java program, and if not start the mysql server. I've succeeded in connecting to the server, so thats not the problem. I've looked at various tutorials and information about mysql and ...
|
| [ANN] New online SQL tutorial | 02 Oct 2003 22:34 GMT | 2 |
An introductory SQL tutorial is now online at TechBookReport (http://www.techbookeport.com).
|
| GETTING VIEW DEFINITION | 01 Oct 2003 21:57 GMT | 1 |
I'd like to retieve VIEWS informations definition using the interface DatabaseMetaData or resultsetMeataData or others taht i don't know... Ex : My view definition is CREATE VIEW V1 AS SELECT col1 FROM TableA where Col1 = 'value'
|
| finding source jsp from web page | 01 Oct 2003 12:55 GMT | 2 |
I would like to find the source jsp that creates a particular web page which happens to be past of Oracle Portal (which is very large and complex). Is there any easy way to "trace back" the source jsp from a particular web page?
|