• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

any version Using DBMS for PBS files 2018-09-20

This resource does not pertain to any specific version of Pokémon Essentials.
Using DBMS for PBS file
We all know that every data of Pokemon is in your PBS Files ,but sometimes it creates a great effort to manage all these datas.
so In this tutorial we will know how to reduce its effort . we will also know some data base theory ,so lets get started.

What is DBMS ?
DBMS stands for DataBase Management System,its mainly a software like MS access ,MYSQL,Oracle etc.
it allows us to access,modify,delete,search,query,sort,design and much more.

What you will need?
you will only need a DBMS and its basic knowledge,I will use ms access and i have not tested t in any other DBMS.
if you don't know how to use it ,here are the links
https://www.tutorialspoint.com/ms_access/
https://www.quackit.com/microsoft_access/tutorial/

Importing Txt file in MS Acesss
step 1- In external data tab in import & link group you will find Capture.PNG icon click it
step 2- in dialog box just browse to you pbs txt file click next ,according to your format choose the check box,choose your delimiter then just doing next type your field name by select each column ,in next your primary key it's just a unique identification for your data click next and import it .
Now you have created your table ,it will look like this
Capture1.PNG
What are the objects of DBMS?

1.Table which we have just created-contain the actual data
2.Form like pbs editor by marin-makes it easy to enter data
3.Query-search and retrieve specific data
4.Report-display the printed format of the data

now you can create your own other objects like

Capture3.PNG
Captur.PNG
Capture5.PNG
EXPORT THE ACCDB FILE TO TXT
STEP 1-In the same tab you will find this icon Captureguuu.PNG it will export to txt
step 2- browse you pbs locaton ,it will tell do you want to replace you will click yes and just same step like in importing click next



now , in the folder you can keep like this
Capturet.PNG
once open your required data base in pbs ,edit data and other then export it and replace each time .
and this trick is very useful ,you can use dbms like this to maintain your data.

if you have any question regarding this you can comment me down below.
Credits
I don't need any credits for a tutorial.
  • Like
Reactions: Ayush poker
Author
A.J1
Views
877
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top