DERBY-5818

2012-06-14 Thread SAURABH KEJRIWAL
Hi, I am new to Apache Derby Database. I have filed following bug against DERBY product. *DERBY-5818: values syscs_util.syscs_get_database_property('DataDictionaryVersion' ) does not return full version information* Details $ ./sysinfo -- Java Information

Re: DERBY-5818

2012-06-14 Thread Kristian Waagan
On 14.06.2012 14:12, SAURABH KEJRIWAL wrote: I want the version details through SQL query. Could you please help me for this? Hi Saurabh, Can you just confirm that doing this via a JDBC method call isn't an option for you? If JDBC is okay, maybe the method

Re: Merge and combine different data from databases

2012-06-14 Thread Bryan Pendleton
Currently I have a DB named myDB and myDB consists of a few tables in it. Lets say I want to write to myDB from different computers concurrently(each computer will have its own myDB), how do I merge and combine the DB from each computer into 1 central DB at the end of the day? One technique is

Re: Merge and combine different data from databases

2012-06-14 Thread Rick Hillegas
On 6/13/12 10:02 PM, jaz1988 wrote: Hi! Currently I have a DB named myDB and myDB consists of a few tables in it. Lets say I want to write to myDB from different computers concurrently(each computer will have its own myDB), how do I merge and combine the DB from each computer into 1 central DB

Re: DERBY-5818

2012-06-14 Thread Rick Hillegas
On 6/14/12 5:12 AM, SAURABH KEJRIWAL wrote: Hi, I am new to Apache Derby Database. I have filed following bug against DERBY product. *DERBY-5818: values syscs_util.syscs_get_database_property('DataDictionaryVersion' ) does not return full version information* Details $