The AppGini Blog
A few tips and tricks to make your coding life a tiny bit better.

#Database

Get Better Answers from DataTalk: How to Use Hints Effectively

Having trouble getting accurate answers from DataTalk? This guide shows you how to use helpful hints to troubleshoot issues and get the right results, using a real Northwind database example.

Get Better Answers from DataTalk: How to Use Hints Effectively

Automating Backups for AppGini Applications Using Task Scheduler and Mysqldump (Windows)

Learn how to automate database backups for your AppGini application on Windows using Task Scheduler and mysqldump.

Automating Backups for AppGini Applications Using Task Scheduler and Mysqldump (Windows)

Automating Backups for AppGini Applications Using Cron and Mysqldump

Learn how to automatically backup your AppGini application’s database using cron and mysqldump.

Automating Backups for AppGini Applications Using Cron and Mysqldump

How to paginate a database query in PHP the no-frameworks way

This article shows you how to paginate a database query in PHP without using any frameworks.

How to paginate a database query in PHP the no-frameworks way