- Dec 12, 2022
- 357
- 2
I'm trying to write from Android to a SqLite db
Following the advice of
INSERT INTO - MANY FIELD PROBLEM:
But when the fields to be inserted are several dozen or or hundreds, it is easy to confuse some values and write on nearby fields
The question is: how to understand if the value entered in the value map will exactly write on the desired field?
Is there an IntelliSense-like system or other tools that displays the field corresponding to a value in the value map?
Following the advice of
برای دیدن لینک ها باید ثبت نام کنید
I used the following lines:INSERT INTO - MANY FIELD PROBLEM:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
But when the fields to be inserted are several dozen or or hundreds, it is easy to confuse some values and write on nearby fields
The question is: how to understand if the value entered in the value map will exactly write on the desired field?
Is there an IntelliSense-like system or other tools that displays the field corresponding to a value in the value map?
برای دیدن لینک ها باید ثبت نام کنید