I'm trying to get MyVD running on a windows computer with mysql. I took the latest version from releases 1.0.3-2018050402.
I set the environtment variables JAVA_HOME and MYVD_HOME and tried to execute \dist\bin\myvd.vbs but it does not work.
The myvd.vbs script is looking for \bin\myvd.bat which is not present.
Later I would like to use my myvd it to expose some data of an SQL-Server table to another program that needs that data in form of an Ldap tree.
is it easily possible to access SQL-Server from myvd with jdbc?
I'm trying to get MyVD running on a windows computer with mysql. I took the latest version from releases 1.0.3-2018050402.
I set the environtment variables JAVA_HOME and MYVD_HOME and tried to execute \dist\bin\myvd.vbs but it does not work.
The myvd.vbs script is looking for \bin\myvd.bat which is not present.
Later I would like to use my myvd it to expose some data of an SQL-Server table to another program that needs that data in form of an Ldap tree. is it easily possible to access SQL-Server from myvd with jdbc?
Thank you