Using DBKit to easily connect databases to Xojo applications

preview_player
Показать описание
DBKit makes it simple to connect databases to the applications you create with Xojo. If you haven't already, please watch the previous 4 videos in this series: Connecting to a Database, Querying a Database, Updating a Database and Managing the UI when Updating a Database:

Xojo is a single language that builds native apps for Windows, macOS, Linux, Raspberry Pi, web, iOS and Android. The Xojo Programming language and IDE is free to download and no license is required to learn, develop, run and test your projects.

GET MORE
Рекомендации по теме
Комментарии
Автор

This looks like a great time saver. Would love to see more helpful classes like this shipped with the product. For example I'm still using the deprecated Task class but would be great to have a modern version of it!

ChristianWheel
Автор

I’m just checking out DBKit. Looks great.
This was the one key feature I missed in Xojo for RAD.
I’ve watched many videos in the past about solutions like that and actually thought about developing something myself.
One question about multi platform:
Why don’t you use a Class Interface for the controls like Bob Gordon suggested in „Rapid Database Development“?

kailahann
Автор

With Xojo 2023 r4 the Desktop example does not compile...

sergiomolino
Автор

Question: can dbkit be used for multiple databases in a single application?

LanceDarby
Автор

i wonder if the sql parameters are being sanitized before the sql query or we do it manually?

rsals
Автор

Question: will dbkit work with a table using a varchar column as the primary key?

LanceDarby
Автор

FWIW, I've just downloaded 2023 R2 and there's no Examples folder so no DBKit available. I downloaded the DBKit resources from the Xojo site, but it doesn't include the module or example projects.

kakman