MySQL VB.NET Tutorial 19 : How to use DateTimePicker and save date in Database




Visual VB.NET .NET Controls The Date Time Picker – Date Picker VB.NET – How do I set my datetimepicker date? visual basic visual VB.NET- DateTimePicker …

Original source


27 responses to “MySQL VB.NET Tutorial 19 : How to use DateTimePicker and save date in Database”

  1. Hello,
    I would like to thank you for this tutorial, it has been very useful for me in the realization of my applications.
    I would ask one thing: after adding a "DateTimePicker" within my form I chose to set the date format in this way "dd/mm/yyyy hh:mm:ss" so that the user using the program sees this format when entering the date information. The problem occurs when I go to enter the date in my MYSQL database because the only accepted date format is "yyyy-MM-dd HH:mm:ss". Can you show me correct syntax to include in my query so that the date format of "DateTimePicker" is converted to the correct one?
    Thanks in advance

  2. hi, can you have MySQL visual basic.net tutorial the topics are using PrintDialogBox you can also have the capabilties to choose printers installed, Save DialogBox have the capabilities of saving ms word file to the database. also have the find and replace Ms Word using vb.net any Ms Word starting 2003 to 2016 versions. urgent needed tutorial. thanks hopefully for your favorable reply.

  3. Thank you, but I have a question
    when i try to insert date from Visual Basic Project to SQL Server 2008 with windows 7 I use '" & dateTipePiker.Text & "' it works when I use Windows 8 it don't work
    I tried '" & dateTipePiker.Value & "' and '" & dateTipePiker.Value.Date & "' and still dosen't work
    I am using Visual Basic 2010
    What should I do???

Leave a Reply