Yeah, guys but what he really wants is a Database?
Does he want to toy around in Basic building his own (which we luv of course) or does he want to go professional and not reinvent the wheel and get job done right by the thousands who worked through this and built serious and dependable tools?
Yeah, guys but what he really wants is a Database?
From this: “I'm doing my best to learn QB64 by writing little apps....” I’d assume he’d want to start at the very basics of input/output interaction, with fully integrated database support being something which comes later down the line.
From this: “I'm doing my best to learn QB64 by writing little apps....” I’d assume he’d want to start at the very basics of input/output interaction, with fully integrated database support being something which comes later down the line.
Well while you tell about first steps, I tell about the road this step will take him down.
@SpriggsySpriggs
Whatever happened to that tut to MySQR err, MySQL ?
Too much? weren't you looking for some project awhile ago?
@bplus I'm very busy these days. I still go back to my MySQL code and make sure it looks decent, though. I want to go back through it again since the Wiki code (where most of it came from) looks sloppy. That, and I want to bring it to v1.5 DIM syntax as well as making sure it is OPTION _EXPLICIT compliant. Once that is done then I'll do a tutorial.... When I have time enough to sit down and do it. But, since johnblood didn't ask about doing a database and is a beginner, I'm not going to suggest that he looks into MySQL or INI manager. It's far better for him to get the understandings of I/O first.
A part of my day job is working with a shopping cart and customer management system. So, it kinda makes sense to learn BASIC my recreating what I use everyday. I don't plan for it to ever be used in real life. Just a fun experiment.
Sounds good to me.
Hi
I would also suggest looking at the open as random option with fixed length user defined types you can build simple database functions that way. I am planning on using that for storing game assets.
Brian....
I think everyone is still going beyond the scope of his current project. We don't want to overwhelm him and have him jump into databases and the like before he figures out regular file operations.
Yep! I agree that would be the next step after getting some basic file reading and writing practiced.
And further nobody in this thread has suggested otherwise.I'm just making a statement that we want to keep it extremely basic since he is a beginner. Steve and Atomic Kevin's messages are the two most relevant answers to his question.
It's not like we are talking about API stuff and bringing in all these terms from who knows where or what? ;-))Which is exactly why I didn't bring up using the WinAPI. He mentioned he's a beginner and I know that would be asking him to skip many steps.