- Jun 6, 2020
- 11,517
- 4,383
Hello, I'm a new user of B4A to learn B4J.
I insert my project becouse when I compile that it returns me this error:
Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version> = 26)
In my project I add this instruction
#AdditionalJar: mssql-jdbc-7.0.0.jre8.jar
In Starter procedure I added the following instructions to run a SQLServer store procedure.
That updates return error at the compiling
------ instructions added in Starter procedure
'start transaction
MioDBSQL.BeginTransaction
'update using JdbcSQL ExecQuery
MioSQL = "UPDATE movmag"
MioSQL = MioSQL + "SET mm_colli =" + MovCommsCls.Colli + ", mm_quant =" + MovCommsCls.Quantita
MioSQL = MioSQL + "FROM movmag"
MioSQL = MioSQL + "WHERE movmag.mm_commeca =" + CommsRic + "AND movmag.mm_tipork = 'T' AND movmag.mm_numdoc =" + MovCommsCls.NumDoc
Log...
I insert my project becouse when I compile that it returns me this error:
Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version> = 26)
In my project I add this instruction
#AdditionalJar: mssql-jdbc-7.0.0.jre8.jar
In Starter procedure I added the following instructions to run a SQLServer store procedure.
That updates return error at the compiling
------ instructions added in Starter procedure
'start transaction
MioDBSQL.BeginTransaction
'update using JdbcSQL ExecQuery
MioSQL = "UPDATE movmag"
MioSQL = MioSQL + "SET mm_colli =" + MovCommsCls.Colli + ", mm_quant =" + MovCommsCls.Quantita
MioSQL = MioSQL + "FROM movmag"
MioSQL = MioSQL + "WHERE movmag.mm_commeca =" + CommsRic + "AND movmag.mm_tipork = 'T' AND movmag.mm_numdoc =" + MovCommsCls.NumDoc
Log...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید