Recent

Author Topic: Help novice, give a sqlite database daily operation unit  (Read 327 times)

jianwt

  • Jr. Member
  • **
  • Posts: 85
Help novice, give a sqlite database daily operation unit
« on: January 25, 2023, 06:42:38 am »
Help novice, give a sqlite database daily operation unit(writing,insert,update.....),
thank you.

TRon

  • Hero Member
  • *****
  • Posts: 2503
Re: Help novice, give a sqlite database daily operation unit
« Reply #1 on: January 25, 2023, 06:55:09 am »
Help novice, give a sqlite database daily operation unit(writing,insert,update.....),
thank you.

A little more incentive from your own hands please  :)

You ask another person to design, fill and write all related routines for you without you lifting a finger yourself !?

You do not even have a design for your database. That is the most important part when working with databases (not to mention the most time consuming and boring part)

How do you expect that would provide you with something that you can work with ?

If you are new to databases (sqlite) then start at the beginning https://wiki.freepascal.org/SQLite (especially note the "see also" part that points to a sqlite tutorial) toy with that so you get a grasp on the concepts, then try to setup up some goals an start implementing that one by one. If you run into issues then show some code and there would be enough people willing to help you out if you are able to state what is problematic for you.

There are plenty of examples in the FPC / Lazarus distribution as well.

I understand that you are a novice, but as a novice you can at least do some things yourself as well.

For instance you did not even state were you wish have your code lingering .... Would that be in Lazarus or FPC ? In case the former do you want to use (non)visual components), datamodules or just code everything manually ?
« Last Edit: January 25, 2023, 07:15:03 am by TRon »

 

TinyPortal © 2005-2018