Closed renankaic closed 5 years ago
Hi.
I managed to solve the problem using the following code with JPype 0.6.3:
conn = jaydebeapi.connect(
jclassname="com.tmax.tibero.jdbc.TbDriver",
url="jdbc:tibero:thin:@localhost:1521:mydb",
driver_args=["user","pass"],
jars="/path/to/tibero6-jdbc.jar"
)
Hi.
I'm trying to use Jaydebeapi to connect with a Tibero Database (used in my actual job) but I am getting the following exception:
"'_jpype.PyJPField' object has no attribute 'getStaticAttribute'"
I read in the issue #99 to switch to JPype version 0.6.3 but this version of JPype doesn't support the "com.tmax.tibero.jdbc.TbDriver". If I switch to 0.6.3 I get the following message:
"java.lang.RuntimeException: Class com.tmax.tibero.jdbc.TbDriver not found"
Please, what should I do? I didn't find anything in my searches.