Connect MySQL with Dev C++

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

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

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

    The BGM is very much nostalgic , it reminds me of my childhood memories ❤

  • @katifis27-levyoftheabyss98
    @katifis27-levyoftheabyss98 6 месяцев назад

    Thank you so much! There were no other sources I could find that explained how to do this with Dev C++ 🙏

  • @pandeynikhilone
    @pandeynikhilone 7 месяцев назад

    A heartfell thanks to you !! This video helped me a lot.

  • @khanhlong7999
    @khanhlong7999 6 месяцев назад

    It works! This helped me a lot. I’m really grateful.

    • @51YashBagul
      @51YashBagul 3 месяца назад

      But I have error exist (1) error

    • @51YashBagul
      @51YashBagul 3 месяца назад

      Please give me solution

  • @SherazAli-de1ph
    @SherazAli-de1ph 2 года назад +6

    Hi, bro i have been trying your code but i recieve error of 0xc0150002, when i compile my program, i have already updated all my vc++ distributions but it still does not work.
    Can you please tell what settings you are using?

  • @MuhammadUsman_YouTube786
    @MuhammadUsman_YouTube786 2 года назад +5

    i search o RUclips "How connect MySQL to Dev C++" there was not a single video other than you. All youtubers were using different C++ IDEs like (VS Code, Turbo, etc. )

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

      Bro why we are using mysql and database instead we can use file handling in c++ to store data?

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

      ​@@bestmoviestrailerbestmovie8437because it is better to store in database instead of using in file😊 you can search it over internet why do we use database 😊

  • @rifqiraehannn
    @rifqiraehannn 11 месяцев назад +2

    I use C language and it works! Thank you! But now I'm wondering how to do it using VS Code

  • @pablo-im6mr
    @pablo-im6mr 6 месяцев назад +1

    Hello if ur crimson this is the only video you will see using sql in c++ 😢😢😢😢

  • @MiguelNkonoNdeme
    @MiguelNkonoNdeme 7 месяцев назад

    Extremely thankful :)

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

    How can I fix that directory not found?
    I can't run my program. But I accurately follow your instructions.

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

      Same problem

    • @debasishpradhan7375
      @debasishpradhan7375 11 месяцев назад +2

      Brother first see the main.cpp is saved or not first save it then it will work and ensure you should include all the lib and include and MySQL path

    • @animemoments7777
      @animemoments7777 8 месяцев назад

      @@debasishpradhan7375 still doesnt work ahhhhhhhhhhhhhh

    • @animemoments7777
      @animemoments7777 8 месяцев назад

      @@debasishpradhan7375 ok it works... just need to create a new file

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

    Thank you so muchhhhh. It worked!

  • @romansaleemi2087
    @romansaleemi2087 5 месяцев назад

    greate man this is very helpful

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

    After saving main file in the folder which is at desktop location. There is no any application file ?? what should I do

  • @andsoeeeee12
    @andsoeeeee12 11 месяцев назад

    now i can study and sleep on the same time

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

    Belo trabalho. Aprendi muito com o seu vídeo, obrigado.

  • @EDGARYOVANYGARCIALUIS
    @EDGARYOVANYGARCIALUIS 5 месяцев назад

    cual es la ubicacion de la base de datos en windows para moverla a otro lugar

  • @emoutraspalavras-marloncou4459
    @emoutraspalavras-marloncou4459 2 года назад +1

    Thank you so much!!! Now I don't have to save my data in files or temporally in lists and vectors...

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

    thanks dude , you are hero

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

    works! thank you a lot

  • @secetplaylist6858
    @secetplaylist6858 5 месяцев назад

    i do not understand do i have to download a app first???

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

    Works great! Thanks!

  • @fabianrpv6703
    @fabianrpv6703 4 месяца назад +3

    Viva UNEFA 🙏

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

    thank you for the help

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

    useful video for me thx.

  • @KevinGarcia-wc4wi
    @KevinGarcia-wc4wi Год назад +1

    I LOVE U BROO THANKSS

  • @JorielTejada-te4dd
    @JorielTejada-te4dd Год назад +1

    Can you Create LogIn system??

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

    you are a superman

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

    thanks a lot bro.

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

    its was great realy help full

  • @pablo-im6mr
    @pablo-im6mr 6 месяцев назад

    Albert Malalos present

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

    can anyone provide source code ??

    • @aryarudysyahputra870
      @aryarudysyahputra870 10 месяцев назад

      #include
      #include
      #include
      using namespace std;
      char HOST[] = "localhost";
      char USER[] = "root";
      char PASS[] = " ";
      int main()
      {
      MYSQL* obj; //manage sql session

      char nomer_rumah[10];
      char nama_kepala_keluarga[30];
      char alamat_rumah[50];
      char nomer_telepon[15];

      bool ProgramIsOpened = true;
      int answer; //keep program opened

      char* consult;
      char* sentence;
      string sentence_aux; //add data to table


      if(!(obj = mysql_init(0)))
      {
      cout

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

    Thanks u very much

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

      Bro why we are using mysql and database instead we can use file handling in c++ to store data?

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

      @@bestmoviestrailerbestmovie8437 haha because it is my teacher's required

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

    Perfect

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

      bro what is the language used? c or c++? can i also do this with c?

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

      @@kristianacearasula8673 C++ was used, I don't know its possible to use C.

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

      Bro why we are using mysql and database instead we can use file handling in c++ to store data?

  • @LinkBorre
    @LinkBorre 11 месяцев назад +1

    #include error

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

    :u

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

    ohoa dafe