Gatling ODBC requests

Hi everyone ,

is this possible to script with Gatling some request with ODBC protocol

I find some info with JDBC extension from gatling

If not possible please tell me also :slight_smile:

Thanks in advance for your help

ODBC support in Java was dropped a long time ago.

Why would you need this anyway? If you’re using MS SQL Server, you can use the JDBC driver.

Thanks Stéphane

My question is more because i don’t have an endpoint like in Jdbc to request , knowing it is ODBC it is directly/only the direct sql connection.

is it possible to ?

For what i read on jdbc gatling , you need an endpoint

Regards

Dasilva C