I figured it out. Android doesn't support ODBC. I switched from MySQL to SQL server. This works just fine in wondows but not on android which is why I was confused.
put revOpenDatabase("ODBC","DRIVER=SQL Server;SERVER=();DATABASE=<>;UID=<>;PWD=<>;Trusted_Connection=<>",,,) into tResult
Does anyone know the correct way I should be connecting to a local SQL server on android?
put revOpenDatabase("ODBC","DRIVER=SQL Server;SERVER=();DATABASE=<>;UID=<>;PWD=<>;Trusted_Connection=<>",,,) into tResult
Does anyone know the correct way I should be connecting to a local SQL server on android?
Statistics: Posted by DavJans — Fri Dec 06, 2024 9:00 pm