C# SQLite insert, update, delete data | Source Code

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • In this tutorial, I am going to show you, How to Create sqlite database, and Insert, Update, delete data to the database in c#.
    Source code - codegenlab.com...
    website - www.codegenlab.com
    Please Subscribe for more Videos.

Комментарии • 30

  • @anbidan
    @anbidan 2 месяца назад

    The best C# SQLite video I've seen (and I've been watching a lot!). Direct to the point. Thank you!

  • @Random-go3jh
    @Random-go3jh 2 года назад +1

    THANK!!! YOU!!!!!!!!!!!!!! то, что нужно... почему-то больше таких видео нет.... есть хрень не конкретная.....

  • @mawa316
    @mawa316 2 года назад

    GREAT Instructional Video! Very Helpful!!

  • @williamperes7149
    @williamperes7149 3 дня назад

    Very good.
    Could you provide the source code again please?

  • @007beruska
    @007beruska Год назад

    Thanks for this video, its very helpful.

  • @mrfire735_1
    @mrfire735_1 Год назад +1

    You saved my ass!!! You awesome!

  • @mustafakucukturkmen2363
    @mustafakucukturkmen2363 Год назад

    that is very cool video thx brother

  • @IVANEZEDITIONS
    @IVANEZEDITIONS 2 года назад

    Gracias Bro!! you rock!!

  • @user-nn7ke6xq8e
    @user-nn7ke6xq8e 2 года назад

    Thank you man!!!

  • @Macias096
    @Macias096 Год назад

    so when u close and run program again, all of the data is deleted? Wasn't it supposed to stay in data grid view all the time?

  • @adrianbecerra4632
    @adrianbecerra4632 Год назад +1

    No se si a alguien mas le pase pero cuando abro el archivo de mi base de datos con SqLiteStudio la base de datos esta vacía.
    Es decir no hay ningun dato. En la aplicación de .Net aparecen pero cuando le doy recompilar solución los datos desaparecen es decir no se estan guardando los datos en el archivo sino que solo se quedan en memoria

  • @dantecardos2239
    @dantecardos2239 3 года назад +2

    hi? SQLiteConnection con;
    SQLiteCommand cmd;
    is never used?
    can u help me?

    • @atreg9414
      @atreg9414 3 года назад

      as what i understand, the syntax for "var" in statement "var con =new SQLiteConnection.." is not necessary for all the methods since it has declared "SQLiteConnection con" outside all the methods. I've tried delete away all the "var" and it still work just fine ! , hope the author can clarify what is the intention to used "var" . There must be some reason?

    • @exogendesign4582
      @exogendesign4582 2 года назад +1

      @@atreg9414 var is a shortway of instantiating something or doing a typecast without writing its file type:
      Its the same as saying:
      SQLiteConnection con = new SQLiteConnection();
      But since that's so verbose and long you can write it instead like this.
      var con = new SQLiteConnection();
      See the difference?
      Also you can declare a Connection using a class so instead of changing each one of them you can just access that one connection.
      Also as long as you are in the same class file you can call it anywhere on that file, so no need to instantiate the connection and command everytime, what he was doing is the sake of demonstration

  • @elenagalvan8078
    @elenagalvan8078 2 года назад

    Me sirvio mucho, muchas gracias

  • @seemovielove3597
    @seemovielove3597 2 года назад +1

    Do you have source code on Github? I could not get from your link since our IT blocks it. Thanks

    • @codegenlab
      @codegenlab  2 года назад +2

      you can download here,
      drive.google.com/file/d/1OmWSPRrokA5x24fKjofYZroXKDR5uuzA/view

  • @joasvdeerden
    @joasvdeerden 2 года назад

    thanks!

  • @online-hustlers
    @online-hustlers Год назад

    Great tutorial 😁😁, it works perfectly but I added it to multiple forms, it doesn't work anymore, it keeps on telling me there's no such table 😭 what could be the possible cause ❓

    • @online-hustlers
      @online-hustlers Год назад

      Or can you please record different tutorials where you can the database on multiple forms

  • @alaamaged1594
    @alaamaged1594 3 года назад

    Hello . Thanks 🙏 . But why data of test Table doesn’t shown in Datagrideview I write the all code correctly

    • @codegenlab
      @codegenlab  2 года назад +1

      Hi, you need to add data to the database. did you add data?

  • @VHShogun
    @VHShogun Год назад

    Хорошее видео, но возникала проблема - когда заношу данные выдаёт почему-то ошибку: unknown error
    Insufficient parameters supplied to the command. Думаю проблема как-то индивидуально связана с моей бд, можно ли связаться и получить консультацию?

  • @louureghz
    @louureghz 9 месяцев назад

    Can you publish it?

  • @Jeanpierrengalamulume-d9l
    @Jeanpierrengalamulume-d9l 18 дней назад

    Bonjour

  • @jonlbs7
    @jonlbs7 2 года назад

    When I went to the Source code link it displayed pornography. Got about 1/2 way through. Mind boggling code and would be nice with some audio. The main thing is for you to know that Jesus loves you !!

  • @proto3694
    @proto3694 Год назад

    W

  • @kpanat
    @kpanat Год назад

    Да неинтересно это, я тоже так могу... Но мне надо другое...