Forum Discussion

ErikWagner's avatar
ErikWagner
Regular Visitor
11 years ago

JDBC with property

Good evening,

Can someone help me out?
I created an JDBC request.
I created an property.
The property is filled with the value that i want.

But i don't get result after running the query.

query:

Select public.transactions.id, public.transactions.version,
public.transactions.creation_time, public.transactions.modification_time,
public.transactions.charge_point_id, public.transactions.connector_id,
public.transactions.ev_co_id, public.transactions.external_transaction_id,
public.transactions.meter_start, public.transactions.meter_stop,
public.transactions.msp_id, public.transactions.time_start,
public.transactions.time_stop, public.transactions.token_id,
public.transactions.session_id
From public.transactions
Where public.transactions.external_transaction_id = ':ID'

1 Reply

  • nmrao's avatar
    nmrao
    Community Hero
    Are you still having this problem?

    Have you tried simple query like select * from table? how about the result?

    Not sure about the property that you mentioned about, does it mean the property is used or not? Do you think the behaviour you are observing becuase of the property?