DBMS custom keyword plugin issue

i’ve downloaded the DBMS custom keyword plugin, but in the DBType i’m getting the below error. Can anyone advise how to solve it?

@mariana.kolko You can just go to project > Settings and set up your database connection like this :

Then use the getGlobalConnection keyword to connect to this database

for e.g

getFirst_Name = CustomKeywords.'com.katalon.plugin.keyword.connection.DatabaseKeywords.getGlobalConnection'()

thank you manpreet.mukkar, but i can’t use the global connection since i don’t have the katalon entreprise, i found another way using database custom keyword.

thank you so much