SA-MP Forums Archive
Creating A Database - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Creating A Database (/showthread.php?tid=159416)



Creating A Database - Falcon Interceptor - 13.07.2010

Alright, you already saw the Title now.

I wanted to create a database using NotePad. I don't need such as MySQL because it is only to input some text
And that is not very much to be inputted.

So, I search in the internet but I found no tutorials of making database using NotePad.
Can someone help me please?

Thanks!

Regards,
Falcon Interceptor

P.S: Is making database using Microsoft Access easier or harder? If it easier can anyone help me too?


Re: Creating A Database - UberSocks - 13.07.2010

It depends what you want this database to be for.

Is this for a SA-MP script? Or is this for other information such as archiving payment information and for local use? Or something you want to display on the internet?


Re: Creating A Database - Falcon Interceptor - 13.07.2010

Not for SA-MP script.

This is for other information such as archiving payment like you said.
But, this one stores my relatives informations.

If I load one of their files.
The proram will load the files of relatives that I wanted.

It is like Criminal Database things.


Re: Creating A Database - iLinx - 13.07.2010

Notepad is just a default text editor for Windows, similar to gedit for gnome.


Re: Creating A Database - joemomma53 - 13.07.2010

Quote:
Originally Posted by iLinx
Посмотреть сообщение
Notepad is just a default text editor for Windows, similar to gedit for gnome.
gedit is a lot more powerful though


Re: Creating A Database - UberSocks - 14.07.2010

Quote:
Originally Posted by Falcon Interceptor
Посмотреть сообщение
Not for SA-MP script.

This is for other information such as archiving payment like you said.
But, this one stores my relatives informations.

If I load one of their files.
The proram will load the files of relatives that I wanted.

It is like Criminal Database things.
If you want to store information about people in a similar format to something like MySQL (rows and tables) you would use something like Microsoft Access. It allows you to create a database with different rows and tables to store specific information and it also has the tools to create a GUI in which you can use to retrieve the information easily.

You can ****** something like 'microsoft access tutorials' and I'm sure it will detail on how to actually do this.


Re: Creating A Database - Falcon Interceptor - 14.07.2010

Alright Thanks UberSocks and guys.

I'll try as soon as possible


Re: Creating A Database - MidnightHippie - 15.07.2010

Unfortunately Microsoft Access is not accessible on the web last time I checked.


Re: Creating A Database - Falcon Interceptor - 15.07.2010

Alright, I made the database. [ Don't know if it is working ]

I'm using Visual Basic now. How do I load files from the database?
And, how do I store files to database using the Visual Basic program that I made.
[ Meaning I can't connect them to the database. -> Major Problem ]


Re: Creating A Database - weedarr - 15.07.2010

Want my advice? Go to a forum specialising in databases and database software, you will get more detailed information.