Re: Database response with timestamp shows the String object not value

2023-02-24 Thread Christopher M. Logan
n Carrick wrote: Christopher, What is the code you are using to display the values? From the screenshot you provided, it looks like you just passed an object and its _toString()_ method is being used to display it. -SC On 2/23/23 9:28 AM, Christopher M. Logan wrote: Here is a screenshot showing the i

Re: Database response with timestamp shows the String object not value

2023-02-23 Thread Christopher M. Logan
Here is a screenshot showing the issue. Thank you -Christopher --- On 2023-02-23 07:45, Christopher M. Logan wrote: I'm using NetBeans v14 to connect to Oracle database using JDBC driver ojdbc10.jar - connecting to Oracle 19c database. But when resultsets contain a timestamp

Database response with timestamp shows the String object not value

2023-02-23 Thread Christopher M. Logan
I'm using NetBeans v14 to connect to Oracle database using JDBC driver ojdbc10.jar - connecting to Oracle 19c database. But when resultsets contain a timestamp I see oracle.sql.TIMESTAMPTZ in the grid of results instead of the value. Is there a JDBC parameter or NetBeans setting to not just dis

node properties resetting after IDE restart

2018-10-17 Thread Christopher M. Logan
Hi, I'm using NetBeans 8.2 (latest from Netbeans.org) on MacOs High-Sierra v10.13.6 and I'm working with nodejs and typescript with Angular projects. I have these plugins installed. My problem is, each time I restart the IDE all the settings are removed, like paths to node , npm, bower, and ex