بسم الله الرحمن الرحيم
وبه نستعين
والصلاة والسلام على أشرف الأنبياء والمرسلين سيدنا محمد وعلى آله وصحبه أجمعين
نتحدث اليوم عن كيفية إيجاد ملف data الذي تخزن فيه البيانات بواسطة لغة SQLite، فالكثير منا ينشيء الملف وذلك عندما يقوم بإنشاء تطبيق لإدخال البيانات مثل بيانات موظفين أو بيانات طلاب أو غير ذلك، ولكن عندما يريد أن يفرغ السجل تماماً من البيانات لكي يبدأ عملية تعداد جديد تبداً من الرقم واحد بالنسبة للسجل المعرف ك فريد أو وحيد ( Unique ) وبتعداد تلقائي، لا يجد ملف البيانات لكي يقوم بحذفه أو تصفيته من جديد، لحل هذه المشكلة عليك باتباع الخطوات التالية:
1- من قائمة اندرويد ستوديو الرئيسية تختار View ثم تختار Tool windows ثم تختار من القائمة المنسدلة بعد ذلك Device file explorer
كما في الشكل التالي:
Today we are talking about how to find the data file in which the data is stored using the SQLite language. Many of us create the file when creating an application to enter data such as employee data, student data, etc., but when he wants to empty the record completely of the data in order to start a new enumeration process Starting from the number one for the record identified as unique or unique (Unique) and automatically enumerated, it does not find the data file to delete or filter it again, to solve this problem you must follow the following steps:
1- From the Android Studio main menu, choose View, then choose Tool windows, then choose from the drop-down list, then Device file explorer, as shown in the following figure:
2- ستظهر لك قائمة Device File Explorer
ستجد في القائمة الكثير من المجلدات، تختار مجلد data كما في الشكل التالي:
2- The Device File Explorer menu will appear
In the list you will find many folders, choose the data folder as in the following figure:
3- ستجد داخل المجلد data مجلداً آخر اسمه data ، تقوم باختياره فتظهر لك مجلدات كثيرة جداً، تبحث داخلها عن المجلد الذي يحتوي على اسم تطبيقك ثم تختار ذلك المجلد كما في الشكل التالي:
3- Inside the data folder, you will find another folder named data, you choose it, and many folders appear, search inside it for the folder that contains the name of your application, then choose that folder as in the following figure:
4- بعد أن تضغط على المجلد الذي يحتوي على اسم تطبيقك ستجد مجلدات أخرى من ضمنها ستجد مجلد databases
4- After you click on the folder that contains the name of your application, you will find other folders, including the databases folder.
5- تقوم باختيار المجلد databases ستجد بداخله اسم ملف الداتابيز الخاص بك وليكن مثلاً data1.db بعدها يمكنك حذفه أو ما تشاء.
5- You select the databases folder, inside which you will find the name of your database file, for example data1.db, after which you can delete it or whatever you want.
أرجو أن تكون قد استفدت من المقالة في معرفة مكان وجود الملف، وهناك مصادر أخرى تستطيع أن تفتح بها الملف وتشاهد محتوياته، فمثلاً يمكنك تصدير أو نسخ الملف إلى أي مكان في القرص الصلب ثم تقوم بفتحه بواسطة برنامج DB Browser SQLite.
ابحث عن هذا البرنامج ثم قم بتحميله وتسطيبه على الويندوز ثم قم بفتح ملف الداتابيز بواسطته كما في الشكل التالي :
I hope you have benefited from the article to know the location of the file, and there are other sources where you can open the file and see its contents, for example, you can export or copy the file to any location on the hard disk and then open it with the DB Browser SQLite program.
Search for this program, download it and install it on Windows, then open the database file with it, as shown in the following figure:
تختار من القائمة السابقة Open database، ثم تختار الملف من المكان الذي نسخت فيه الملف مسبقاً، بعد ذلك ستحصل على جميع البيانات المدخلة في الملف.
ولمزيد من المعلومات يمكنك الإطلاع على هذا الفيديو في الرابط التالي :
Choose from the previous list Open database, then choose the file from where you previously copied the file, after that you will get all the data entered in the file.
For more information, you can view this video in the following link: