Search the web
Sign In
New User? Sign Up
xml-dbms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3205 - 3236 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3205
Hi, I'm new to xmldbms. When i retrieve numeric data from sql server using xmldbms2.0 , gets appended to the data. For eg an id 1065697033878 gets retreived as...
rajadayalan
rajadhayalan@...
Send Email
Nov 3, 2003
8:39 am
3206
Just done a cvs download from sourceforge. Some problems: org.xmlmiddleware.db: CPConnection implements Connection : Doesn't implement Connection fully. There...
Adam Flinton
adam@...
Send Email
Nov 6, 2003
6:00 pm
3207
... abstract ... The methods are commented out to compile it with jdk 1.2. For jdk 1.3 and 1.4 you will have to uncomment the methods (see in the classes) in...
e9725082
Offline Send Email
Nov 6, 2003
6:25 pm
3208
Managing Microsoft SQL Server for Scalability and High Availability is presented in Houston and can register for it @ ...
openjo2000
Offline Send Email
Nov 6, 2003
8:52 pm
3209
... Thanks. Done ... OK. Should this be changed in the version in CVS? Also despite having all the PGSQL jars I can find in my classpath I still get:...
Adam Flinton
adam@...
Send Email
Nov 7, 2003
10:30 am
3210
Re the PGSQL problem, has the class in the driver jars been changed from org.postgresql.Statement to org.postgresql.PGStatement? Adam...
Adam Flinton
adam@...
Send Email
Nov 7, 2003
10:37 am
3211
Sorry if this has been asked before but I am trying to knock out a project and have just come across this tool and I am new to XML. How would you handle the...
lehmjas999
Offline Send Email
Nov 7, 2003
4:12 pm
3212
First, to all those with unanswered questions, I'll try to get to you next week. I was out of town all last week and have been gone most of this week. See...
rpbourret@...
xmldbms
Offline Send Email
Nov 7, 2003
4:47 pm
3213
XML-DBMS does not directly support this. With XML-DBMS you can create the following document (or something similar): <Lots_of_letters> <Letters> <Col1>A</Col1>...
rpbourret@...
xmldbms
Offline Send Email
Nov 7, 2003
4:55 pm
3214
That is correct. I don't have the code in front of me, but the order column cannot be character, date, etc. If I remember correctly, any type of numeric column...
xmldbms
Offline Send Email
Nov 7, 2003
5:10 pm
3215
XML-DBMS version 1.x does not generate primary keys in leaf tables such as UNIT. This is a design bug and has been fixed in version 2.0. The workarounds for...
xmldbms
Offline Send Email
Nov 7, 2003
5:18 pm
3216
By default, XML-DBMS formats numbers and dates according to the current locale. You can override this with the formatting elements -- DecimalFormat,...
xmldbms
Offline Send Email
Nov 7, 2003
5:44 pm
3217
See below... ... but ... want/can ... where ... It is not the same. JDBCxDataSource encapsulates an existing DataSource object. ArrayDataSource does what you...
xmldbms
Offline Send Email
Nov 7, 2003
6:15 pm
3218
I have no idea what is happening, but I have a bad feeling that the problem is in the DataSource/Connection/Statement pooling code. My guess is that this is...
xmldbms
Offline Send Email
Nov 7, 2003
6:30 pm
3219
The code looks correct. As to the Transfer behavior, my only guess is that, if you call Transfer multiple times from a program, many things (including ...
xmldbms
Offline Send Email
Nov 7, 2003
6:33 pm
3220
Thank you very much for the help. ... create the ... you want. ... a ... XML. ... example ... for...
lehmjas999
Offline Send Email
Nov 7, 2003
6:55 pm
3221
Ron, I only call transfer once, and I'm using the same document, both from the command line and with the plugin. I would expect both would fail but for some...
Charles Fulnecky
cafulnecky
Offline Send Email
Nov 7, 2003
10:06 pm
3222
First of all thanx for your answer! See below! ... DOMToDBMS)?? ... and ... from ... are ... I want to transfer an XML document to the follwing structure "{...
e9725082
Offline Send Email
Nov 8, 2003
7:31 am
3223
hi! Can someone explain me when I create the Document from the normal xerces parser that i always get java.lang.IllegalArgumentException: Local name cannot be...
e9725082
Offline Send Email
Nov 8, 2003
8:13 am
3224
... the ... I don't know if it is exacltly the same issue but here is what I found and how I resolve it : SYMPTOMS: ========= I use XML-DBMS 2.0 alpha 3 in...
abdelhachim
Offline Send Email
Nov 10, 2003
1:19 pm
3225
Sorry, my post lost the indentation... I hope it will be fixed this time ... the ... I don't know if it is exacltly the same issue but here is what I found and...
abdelhachim
Offline Send Email
Nov 10, 2003
1:25 pm
3226
Sorry, For the last time I will try to restore The indentation (it is useful where reading Code and the Call hierarchy) ... the ... I don't know if it is...
abdelhachim
Offline Send Email
Nov 10, 2003
1:36 pm
3227
Abdel, Thanks for the reply, your analysis makes sense and correlates with what I am seeing ... will try implementing your suggestions and let you know. ...
Charles Fulnecky
cafulnecky
Offline Send Email
Nov 10, 2003
2:09 pm
3228
HI , In JDBC, each prepare statement will consume one cursor, So you need to close the prepared statement level. Thanks Samy Charles Fulnecky...
Narayanasamy Kanakasa...
knsamy
Offline Send Email
Nov 10, 2003
4:03 pm
3229
Hi I have to create a Mapping Model for Relational Database to XML Conversion. My mapping model should be suitable for using Oracle and SQL Server Databases. I...
qiu jianfeng
qiujf_15
Offline Send Email
Nov 12, 2003
2:09 am
3232
Sorry about the long delay in answering. I've been very busy. Comments below. ... Just so I understand. What you are doing is passing values stored in an XML...
Ronald Bourret
xmldbms
Offline Send Email
Nov 20, 2003
8:25 am
3233
Just a guess, but have you turned namespace processing on? See the code in openDocument: factory.setNamespaceAware(true); -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Nov 20, 2003
8:30 am
3234
... Note that XML-DBMS has problems with SQL Server when transferring data from the database to XML. XML-DBMS requires as many open result sets per connection...
Ronald Bourret
xmldbms
Offline Send Email
Nov 20, 2003
8:43 am
3235
Did this fix your problem? -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Nov 20, 2003
9:12 am
3236
Thanks for this information. As Abdel notes, prepared statements are never closed except during garbage collection, so this is probably the cause of the...
Ronald Bourret
xmldbms
Offline Send Email
Nov 20, 2003
9:18 am
Messages 3205 - 3236 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help