CyberCooker Recipe Database
This is a little something that I put together about thirteen years ago to manage recipes. Comes with database of 11,001 recipes.
The main reason for building this was to learn how to interact with databases and grid controls. This does both, while giving you some tasty treats to sample. I cracked it open this morning in order to see if I could speed up the load time. I split out the database load and the grid filling, and discovered that the Microsoft grid control is super slow. The database portion loads pretty much instantaneously. So if you can load that grid faster, please share.
I hope to update this soon, and maybe make a web version, with a thick-client that has the option of connecting to either the local database or the "cloud" database.
Hope this helps someone, and drop me a note if you have any questions or comments.
About this post
Posted: 2018-01-21
By: vb6boy
Viewed: 803 times
Categories
Attachments
CyberCooker.zip
Posted: 1/21/2018 10:56:07 AM
Size: 5,168,496 bytes
Special Instructions
No funky controls are used. This version has a reference to Microsoft DAO 3.6. Future version to use ADO or ODBC.
Loading Comments ...
Comments
You must be logged in to make a comment.
AnonymousCoward posted this comment on 2018-01-21:
Muchas gracias por el aporte.