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 3031 - 3063 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3031
in xmldbms, BigDecimal is convert to long or double or integer. Data will be truncated, why not support BigDecimal to String?...
liang.yan@...
liang2721
Offline Send Email
Aug 4, 2003
5:38 am
3032
I want to add a element to the xml using its default value and there is not a column in table which will be mapped to it. is it possible? how to do?...
liang.yan@...
liang2721
Offline Send Email
Aug 4, 2003
8:44 am
3034
I´ve tried java generatemap product.dtd Error: exception in thread "main" java.lang. NoClassDefFoundError : generatemap I ´m using oracle v2 parser. regards,...
Leonardo G Chaves
grandi@...
Send Email
Aug 4, 2003
4:03 pm
3035
there are two tables A(a1,a2) and B(b1,b2). can they be mapped into one xml element type. the xml should be: <AB> <a1>1</a1> <a2>2</a2> <b1>3</b1> <b2>4</b2> ...
liang.yan@...
liang2721
Offline Send Email
Aug 5, 2003
5:21 am
3036
Java is case sensitive. Try: java GenerateMap product.dtd -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Aug 5, 2003
5:58 am
3037
Can you explain this more? If I remember correctly, conversions are done in three places: o When transferring data from XML to the database, XML-DBMS converts ...
Ronald Bourret
xmldbms
Offline Send Email
Aug 5, 2003
6:27 am
3038
I assume you want to do this when transferring data from the database to XML? If so, this is not directly supported. Instead, you must: 1) Create the XML...
Ronald Bourret
xmldbms
Offline Send Email
Aug 5, 2003
6:28 am
3039
No. I originally planned to add this in v2.0, but found technical problems in the model. I hope to add this in v2.1. What you need to do is get the data from...
Ronald Bourret
xmldbms
Offline Send Email
Aug 5, 2003
6:32 am
3040
Just to let you know that I'll answer this message later this week or early next week. I need to look at Castor's mapping language and see how it maps to...
Ronald Bourret
xmldbms
Offline Send Email
Aug 5, 2003
6:58 am
3041
... Just so I understand. The row in table_flag contains: 1) A column that says what action was taken (insert, update, delete). 2) The key of the row in...
Ronald Bourret
xmldbms
Offline Send Email
Aug 5, 2003
7:00 am
3042
When the value of the DataSourceClass property is "JDBC2DataSource", you need to pass in the JNDIContext and JNDILookupName properties. These tell MapManager...
Ronald Bourret
xmldbms
Offline Send Email
Aug 5, 2003
7:19 am
3044
I use ResultSet to extract data from database table. and i find the resultset is not valid. In fact, it is still use map file and filter file to get data from...
liang.yan@...
liang2721
Offline Send Email
Aug 6, 2003
1:28 am
3045
I use xmldbms version 2.0 alpha which is downloaded from cvs. when transferring data from database from XML,BigDecimal is converted to Long or Double. and...
liang.yan@...
liang2721
Offline Send Email
Aug 6, 2003
1:38 am
3046
Dear Friends, Please help me this problem.......... I Have used JDBC1DataSource ****************************************************** db.props file contains ...
nudagal omprakash
om_om_prakash@...
Send Email
Aug 6, 2003
12:37 pm
3047
Thanks Ron. Ronald Bourret <rpbourret@...> wrote:Just to let you know that I'll answer this message later this week or early next week. I need to...
Charles Fulnecky
cafulnecky
Offline Send Email
Aug 6, 2003
12:53 pm
3048
I use xmldbms 2.0 alpha. I will get data from database and run 10 threads. When I use oracle.jdbc.driver.OracleDriver, it works well. when I use Microsoft sql...
liang.yan@...
liang2721
Offline Send Email
Aug 7, 2003
2:27 am
3049
This is a long-standing bug in XML-DBMS. The problem is that SQL Server can only have one result set open per statement (hstmt). XML-DBMS opens one result set...
Ronald Bourret
xmldbms
Offline Send Email
Aug 7, 2003
7:36 am
3050
... Probably not. Can you explain exactly what you are doing? For example, if you are using Transfer from the command line, what is your command and what...
Ronald Bourret
xmldbms
Offline Send Email
Aug 7, 2003
4:26 pm
3052
I use api to transfer data from database to xml. this is my program: XMLDBMSMap map = XmlDbmsOperation.createMap(mapFile, xmlReader, resolver); DBEnabledMap...
liang.yan@...
liang2721
Offline Send Email
Aug 8, 2003
7:19 am
3053
Hi I'm trying to write an application that uses the xmldbms version 2.0 API. Following the steps in the Readme.htm (supplied with the download) - section 3.5...
abremang
Offline Send Email
Aug 8, 2003
2:05 pm
3054
1) The conversions in ConvertBigDecimal are correct. That is, truncation of fractional digits is allowed. From the JavaDocs: "The following rules from the ODBC...
Ronald Bourret
xmldbms
Offline Send Email
Aug 10, 2003
7:52 am
3055
I've set up a database in Access and I am able to extract the data into an XML document. Having done this I am then trying to populate another Access database...
jamesedwar23
Offline Send Email
Aug 11, 2003
10:31 am
3056
I assume that you are using the DTD as input and want to get CREATE TABLE statements as output? If so, then the problem is as follows. 1) You do not specify a...
xmldbms
Offline Send Email
Aug 11, 2003
6:14 pm
3057
A couple of questions before I try testing this here: 1) Are you using version 1.x or version 2.0? 2) Are you inserting all of the data into a single table or...
Ronald Bourret
xmldbms
Offline Send Email
Aug 11, 2003
11:53 pm
3058 liang.yan@...
liang2721
Offline Send Email
Aug 12, 2003
1:53 am
3059
1) Decide on what format the BLOB will use in your XML document. Two types are common: Base64 and hexadecimal. For details, see: ...
Ronald Bourret
xmldbms
Offline Send Email
Aug 13, 2003
6:14 am
3060
Ron, Thanks for getting back to me. Here are the answers to your questions: 1) I am using version 2.0 2) all the data is going into one table. Altogether there...
jamesedwar23
Offline Send Email
Aug 13, 2003
9:34 am
3061
Hi All, Can i ask a SQL Server 2000 related questions here? I m running a query to get xml from a table having ntext column. The xml returned contains all...
Tech Guy
saifi4u
Offline Send Email
Aug 13, 2003
3:29 pm
3062
Comments below. ... Hello. ... Should be: FilterCompiler compiler; ... Should be: ParserUtils parserUtils; Also need to set the parserUtils variable to...
Ronald Bourret
xmldbms
Offline Send Email
Aug 14, 2003
3:33 am
3063
1) Have you tried simply getting the rows from the result set without using XML-DBMS? This would check if the problem is in XML-DBMS or somewhere else. 2) I...
Ronald Bourret
xmldbms
Offline Send Email
Aug 14, 2003
3:34 am
Messages 3031 - 3063 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