I want to learn pb database programming. How?

Just starting out? Need help? Post your questions and find answers here.
sampb
User
User
Posts: 51
Joined: Tue Feb 12, 2008 8:08 am

I want to learn pb database programming. How?

Post by sampb »

Hi all,

I want to learn pb database programming. Where should I start?

Thanks in advance
jamba
Enthusiast
Enthusiast
Posts: 144
Joined: Fri Jan 15, 2010 2:03 pm
Location: Triad, NC
Contact:

Re: I want to learn pb database programming. How?

Post by jamba »

the help documentation and examples is a good start.

what kind of database programming?
-Jon

Fedora user
But I work with Win7
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4791
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Re: I want to learn pb database programming. How?

Post by Fangbeast »

There are links and examples to database code all through the forum as well as full mini programs from many people.

Just load some of the examples up and try them, have the debugger turned on. Kiffi and TS-Soft had some great wrappers and example code lying around (just to mention a few).

Make sure that you make yourself a test directory and save your test code into it so that it is used as the current directory for database/file operations and you have permission from your O/S for write operations in there.

Load up the example from the PB help file and try that as it is version agnostic. Once you have specific questions, ask away and many people lurk here who can help you out.

It might help you if you have a specific goal in mind for your database needs as in, "What does my database need to do, what sort of info does it need to hold" and start to design/ask questions with that goal in mind.
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
thanos
Enthusiast
Enthusiast
Posts: 423
Joined: Sat Jan 12, 2008 3:25 pm
Location: Greece
Contact:

Re: I want to learn pb database programming. How?

Post by thanos »

Hello to all.
And an adition to the above you can also check the Databases section of the excellent PureBasic Survival Guide.
The link is here
Regards.

Thanos
» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
Post Reply