Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some small questions
#11
(Jun-06-2020, 08:07 AM)ndc85430 Wrote:
(Jun-05-2020, 01:29 PM)DreamingInsanity Wrote: As for the database, personally I would set up a MySQL database and then use the sqlite3 module to work with the database.

No, the sqlite3 module is for interacting with SQLite databases. Each SQL database has its own library that implements the DB-API. MySQL's can be found here for example.
Ahh ok. I haven't actually used them before so I didn't realise. I had a feeling that may have been the case. Either way good to know!
Reply
#12
(Jun-06-2020, 08:50 AM)DreamingInsanity Wrote: Ahh ok. I haven't actually used them before so I didn't realise. I had a feeling that may have been the case. Either way good to know!

Perhaps be careful about suggesting technologies you don't have experience with.
Reply
#13
Thanks!
Yea - i will look on that. Visual Studios itself has the advantage that i could switch to C/C++ or C# if somethings not working out how i want to do it.

Im also need to look for a possible database... Maybe i will ask here if there are sggestions :)
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020