Does anyone know how to convert a string representation of an XMLGregorianCalendar
(2012-08-02T14:56:19.000+01:00) to an Oracle date.
The value is to be passed to mybatis as a string and a TO_DATE performed on it. If I pass in 2012-08-02 14:56:19 and use "yyyy-MM-dd HH24:MI:SS", 13L56:19 gets...
Recently upgraded from IE6 to IE8. Using OWA calendar in Daily view, when there is already an entry for that day if you click on any other time the cursor jumps to the top of the screen. You cannot select a time if it's on the bottom half of the screen. When caret browsing is turned off the...
Recently upgraded from IE6 to IE8. Using OWA calander in Daily view, when there is already an entry for that day if you click on any other time the cursor jumps to the top of the screen. You cannot select a time if it's on the bottom half of the screen. When caret browsing is turned off the...
I don't think this is possible but thought I'd ask. A cell's value is calculated based on a formula e.g. A2=A1*3. Change A1 value
Number number = new Number(0,0,6); //set A1 to 6
workSheet.addCell(number);
System.out.println(workSheet.getCell(0,1).getContents()));
expect output to be 18
I have created a jar file;
There is just one class in it called XMLUtils
My manifest is ;
Manifest-Version: 1.0
Class-Path: ".;C:\Documents and Settings\a995085\.m2\repository\commons-io\commons-io\1.4\commons-io-1.4.jar"
Main-Class: XMlUtils
When I run as;
java -jar XMLUtils.jar...
Given
set ANSI_NULLS OFF
set QUOTED_IDENTIFIER ON
GO
ALTER procedure [dbo].[sp_DiaryShow] @mySalesDesk varchar(50)
AS
declare @iCount int
select @iCount = count(*) from boss_system
where Parameter ='DiaryNotAllowed'
and value = @mySalesDesk
IF @iCount >= 1 /* not allowed to see diary */...
Can anyone help me with this?
I am trying to add a new AS400 connection.
I have edited dbxdrivers.ini thus;
[CA400]
GetDriverFunc=getSQLDriverCA400
LibraryName=dbexpca400.dll
VendorLib=cwbdb.dll
Database=MYAS400
User_Name=
Password=
ServerCharSet=
ErrorResourceFile=
LocaleCode=0000...
I'm trying to use DBExpress to connect to AS400. I have added the following to 'dbxdrivers.ini'
[CA400]
GetDriverFunc=getSQLDriverCA400
LibraryName=dbexpca400.dll
VendorLib=cwbdb.dll
Database=10.70.65.68
User_Name=
Password=
ServerCharSet=
ErrorResourceFile=
LocaleCode=0000
BlobSize=-1...
I am in the process of converting an application from Delphi 3 to Delphi 2009.
I have loaded the application in 2009 and the conversion has taken place successfully.
The application compiles and runs successfully.
My problem is that it is showning errors in the top left of the IDE under...
We are about to upgrade a delphi 3 application to delphi 2009. We are also uograding the DB from MSSQL 2000 to 2005. We also want to move away from the BDE. Any suggestions, advice appreciated.
Regards,
I would like to write a program that will list all the forms in another delphi project and get the properties of the data access components on each form.
I have written code that will do this from within a project (i.e. loop through the components on the open form and get their properties)...
Hi,
I am trying to write a procedure which will read all the Data Access components on a Form.
So far I have managed to list all the components and each components properties.
I haven't been able to get the values of the properties and I haven't been able to identify which ones are Data Access...
Is there any way I can tell if a folder is setup to be synched. I have mobile users who sometimes work offline and sometimes online. There is a network folder which is synched to there local drive. I need to be able to tell if indeed they are setup to be synched.
It seems to have something to...
Is there any way I can tell if a folder is setup to be synched. I have mobile users who sometimes work offline and sometimes online. There is a network folder which is synched to there local drive. I need to be able to tell if indeed they are setup to be synched.
Regards,
BK
I am new to java. I have written an application which works just fine but when I package it into a jar file it fails when trying to connect to the database(see below) with SQLException no suitable driver found for jdbc.oracle.thin......... Any help appreciated.
package as400;
import...
Hi, I'm new to java. I am writing an application (converting from vb.net). So far (amongst others) I have a Jmenu and JtabbedPane. On each tab there are either 1 or two tables (JTable) which are populated from xml. In the menu there are options to insert/delete into/from table. I can tell which...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.