Just starting Xojo. Thanks for the time in putting these out. Between the user guide, examples, videos, and especially the database tutorials... this is just what I was looking for. I hope in 30 to 45 days to have my first app baked...
@digisoftbd94024 күн бұрын
Can i get this binary project ?
@keif4now4 жыл бұрын
Awesome.. can you connect it sql server or oracle?
@standupman64224 жыл бұрын
How do you encrypt databases? I've gone through the Language Reference but can't seem to get it to work
@chrisberardi23042 жыл бұрын
I’m 8 minutes into this and I can’t determine the process of setting up an app that uses a database. It may be helpful to explain the various components that tie together to add database functionality. Or maybe that’s coming next?
@AndreasvanHaren2 жыл бұрын
Yes, the tutorials are good but they always discuss a fully created database project. It would be nice to see a database project created from scratch.
@XojoInc2 жыл бұрын
You'll find more beginner tips for using Databases with Xojo in the Docs documentation.xojo.com/topics/databases/index.html
@XojoInc2 жыл бұрын
This will also be helpful: documentation.xojo.com/api/databases/database.html#api-databases-database-sample-code
@10bedoOo8 жыл бұрын
i need the examples please where i can find it ??
@10bedoOo8 жыл бұрын
+Xojo How can i add customers and delete them ? and can i just use it without SQlite ? thank you
@paullefebvre33138 жыл бұрын
+Bedor Harb This example works with SQLite, but can be easily modified to work with other databases that you might be familiar with. Adding and deleting customers would involve adding additional UI and then adding the code to add or delete a customer. You should probably ask these questions in the Xojo forum (forum.xojo.com) rather than asking them on KZbin, though. I encourage you to check out the Database topics in the User Guide as well: developer.xojo.com/userguide/database-operations