How to insert data into sql table using vb net

Поділитися
Вставка
  • Опубліковано 5 лют 2025
  • How to insert data into SQL table using vb net application.
    Source Code
    docs.google.co...

КОМЕНТАРІ • 21

  • @Chintanpanchalprime
    @Chintanpanchalprime 11 років тому +1

    thank you very much admin this is so much helpful for easiest connection process in vb.net

  • @Amr.Ghoneem
    @Amr.Ghoneem 10 років тому +1

    Very Helpful thanx man i really appropriate ur vid.

  • @shalakajadhav8207
    @shalakajadhav8207 6 років тому

    Thank you ...It's working ....

  • @MissChenTW
    @MissChenTW 10 років тому +1

    Thank you for this great video.

  • @ParchKung
    @ParchKung 10 років тому +1

    Thank you for your help.

  • @alimz4891
    @alimz4891 8 років тому

    ♥Thank you very much ♥

  • @Malik-eq7ip
    @Malik-eq7ip 11 років тому +1

    hello, really it's cool .but what I want to know is how to insert an image data into sql table and get it back using vb.net

  • @xXh0neythiefXx
    @xXh0neythiefXx 11 років тому +1

    Thx for the vid, is it possible you can help me with a project I'm working on? its basically the same but with an OLEDB connection. I need to write data from a windows form with textboxes and stuff to an Access database.

  • @ecarlosbc
    @ecarlosbc 10 років тому +1

    Thanks man :D

  • @cchet20
    @cchet20 10 років тому +1

    Thank you

  • @mohammedel-kalache7765
    @mohammedel-kalache7765 9 років тому +1

    Sam Sandaruwan Hello Sam, I really appreciate your work. I've tried to do exactly the same as you TWICE, and i keep getting an error with the "cmd.ExecuteNonQuerry()" it says : SQLException was unhandled ....

  • @Necklaceish
    @Necklaceish 6 років тому

    thank u

  • @boitapishomelboure1138
    @boitapishomelboure1138 10 років тому +1

    Hi. why do I get this kind of error,(Incorrect syntax near the keyword 'into'.) I really don't know what to do next, I'm new to this. please help.

  • @sagarbhalla3573
    @sagarbhalla3573 8 років тому

    Who is this celebrity in wallpaper? Jennifer Love Hewitt??

  • @samsandaruwan7266
    @samsandaruwan7266  11 років тому

    Please Leave Comment...

  • @SohaibWaqar
    @SohaibWaqar 10 років тому +2

    when i run the code, at
    cmd.ExecuteNonQuery()
    it says Incorrect syntax near ','.
    what do i do to correct this?

    • @boitapishomelboure1138
      @boitapishomelboure1138 10 років тому

      Hey im kinda having the same problem, did you find a solution to that? to me it says "Incorrect syntax near the keyword 'into'."

  • @liamhartley6194
    @liamhartley6194 8 років тому

    have an issue on the
    cmd.ExecuteNonQuery()
    Can't figure out why it is pulling up an error
    CAN SOMEONE HELP?!

  • @joshualunasin961
    @joshualunasin961 9 років тому

    Hi Sir,
    I got this error when run the program using the same code.
    Login failed for user 'sa'.
    con.open()
    con.close()
    thanks,

    • @prasadgujar7240
      @prasadgujar7240 9 років тому

      you running your code on different machine.,so ur database/instance name will be different.| so find your instance name it will solve