<Kotlin java.lang.AssertionError: numMsgsRcvd:1 sh...
# stackoverflow
r
Kotlin java.lang.AssertionError: numMsgsRcvd:1 should be less than numMsgsSent:1 I get an SQL error while I try to check if the table I am going to operate on exists or not. I am working with MSSQL, and I am just learning how to make this connection. When I first run, I get the message saying database connection successful. But when I try to make this check or anything else, I get the error below. My dependencies and versions are: [versions] agp = "8.6.1" androidxMaterialIconsExtended = "1.7.2" hiltAndroid = "2.52" hiltLifecycleViewmodel = "1.2.0" kotlin = "2.0.20"...