Ask your own question, for FREE!
Computer Science 7 Online
OpenStudy (poopsiedoodle):

@dumbsearch2 SQLite thingy

OpenStudy (poopsiedoodle):

Again, I'll have to make a few modifications for you, so let me know when you're on your PC, unless you know how to VB.net. I've attached the source on this one.

OpenStudy (poopsiedoodle):

here's the .exe and a .dll needed to run the .exe

OpenStudy (poopsiedoodle):

and here's the database itself:

OpenStudy (poopsiedoodle):

although, I could just make it so that it finds the database in the installation path, instead of having to manually put the path in the code.

OpenStudy (poopsiedoodle):

yeah, I went ahead and did that. Attaching updates momentarily.

OpenStudy (poopsiedoodle):

exe, dll, and database:

OpenStudy (poopsiedoodle):

make sure to keep those all in one place. Now, the source:

OpenStudy (poopsiedoodle):

also, might as well @opcode

OpenStudy (opcode):

Neat, I guess. Good work poopsie.

OpenStudy (poopsiedoodle):

updated to prevent multiple signups with the same username:

OpenStudy (poopsiedoodle):

and thanks, Oppy :3

OpenStudy (opcode):

Hey, I have a question. Say if a SQLite 3 database grows ridiculous large. How much of an impact would that be on signing it? (Like the login times.)

OpenStudy (poopsiedoodle):

well, if I'm thinking about the right thing, then not too long. Like, for the games that I play that use it, login time is only a few seconds.

OpenStudy (opcode):

Oh, I never asked are you using SQLite 3 or 4?

OpenStudy (poopsiedoodle):

SQLite 3. I didn't know there was a 4 o.o

OpenStudy (poopsiedoodle):

Also, here's a screenshot of the multi-account same-username prevention: http://prntscr.com/36t473

OpenStudy (poopsiedoodle):

the read data button puts all usernames in the left listbox along with the passwords attached to their usernames in the right listbox.

OpenStudy (poopsiedoodle):

just for the sake of taking another screenshot, here's the code that does that: http://prntscr.com/36t6to

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!