working on SAS without SASpy and with jaydebeapi

131 Views Asked by At

Well i cant use SASpy since its corporate. so i am trying python with jaydebeapi

code is simple

import jaydebeapi
conn=jaydebeapi.connect('''com.sas.rio.MVADriver ''' , 'jdbc:jkfbsdkfk//fdsf',jars='sas jars')

getting following error jpype._jexception.RuntimeExceptionPyRaisable: java.lang.RuntimeException: Class com.sas.rio.MVADriver not found

Any suggestions please?

0

There are 0 best solutions below