- Jun 6, 2020
- 11,559
- 4,422
I am using the JdbcSQL connector to an SQL Database which is working fine I can use select queries and update queries all working fine, however when I update a record using
B4X:
the record is updated but when trying to get a true response back from the database by using
B4X:
the sub routine isn't even fired.
I'm obviously doing something wrong but I can't seem to work where the problem is...
B4X:
Main.MsSQL.ExecNonQuery2("update TblFarmFieldInformation set cattle = ?, breedingsheep = ?, drysheep = ?, other = ?, fieldnotes = ? where ID = ?", Array As Object(B4XFloatTextField1.text.Trim, B4XFloatTextField2.Text.trim, B4XFloatTextField3.Text.trim, B4XFloatTextField4.Text.trim, B4XFloatTextField5.Text.trim, IDValue))
the record is updated but when trying to get a true response back from the database by using
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
the sub routine isn't even fired.
I'm obviously doing something wrong but I can't seem to work where the problem is...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید