• Member Avatar for savedlema
    savedlema

    Marked Solved Status for Mysql backup exposes my password

    Greetings everyone! I have some codes in my application which makes a backup of mysql database and save the backup .sql file to a location on the hard disk. I …
  • Member Avatar for savedlema
    savedlema

    Created Target CPU: What shall I set it to?

    Hi all! I made my application and never worried about the Target CPU thing, it is set to AnyCPU. The application writes and reads value from registry (HKLM/Software/MyAppName) and it …
  • Member Avatar for savedlema
    savedlema

    Began Watching Target CPU: What shall I set it to?

    Hi all! I made my application and never worried about the Target CPU thing, it is set to AnyCPU. The application writes and reads value from registry (HKLM/Software/MyAppName) and it …
  • Member Avatar for savedlema
    savedlema

    Began Watching yahoo Availability

    do one know , how find yahoo Username Availability in vb.net How to check a Yahoo! ID for availability before sign up for a new e-mail account .
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in yahoo Availability

    Whatever it could be you reason of wanting this, Yahoo (and any other service) would never allow you to do that. Better follow the normal conduct.
  • Member Avatar for savedlema
    savedlema

    Began Watching datagridview

    please I want to send records in datagridbiew 1 to another datagridview2 is like if a user click on a button it Shud be able to send maybe 5 records …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in datagridview

    You could use a module to send data to both datagridviews
  • Member Avatar for savedlema
    savedlema

    Began Watching vbnet export datagrid to excel

    Dear forum members, i a m trying to export the contents of datagrid to excel but i am facing errors.After searching i have seen that the problems occurs because one …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in vbnet export datagrid to excel

    From your explanations, it appears that you have a column with the data type of TIME. I would suggest that you review the table structure (of that column) and specifically, …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Considering learning VB.net and would be interested in learning

    Mr.M, Yes, VB.NET for Windows environment, I agree.
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Mysql backup exposes my password

    Thank you Mr.M! I will definitely try this & your code and come back here for feedback. Thanks again.
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Mysql backup exposes my password

    Thanks Mr.MM, I have one additional question, when taking a backup, instead of specifying a filename as something.sql, can I trick into giving it an extension that is unreadable by …
  • Member Avatar for savedlema
    savedlema

    Began Watching Considering learning VB.net and would be interested in learning

    about current developers experiences. I had to learn vba for work, and since I am gaining familiarity with VBA, I was interested in getting active VB.net developers opinions on is …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Considering learning VB.net and would be interested in learning

    I think, it depends on your needs. What kind of software do you want to make. If you want to make web-based applications, one would learn php, if you are …
  • Member Avatar for savedlema
    savedlema

    Gave Reputation to drjohn in How to prevent others from seeing contents of sql file

    Perhaps you could avoid telling users the name of the back-up folder and the file name, as well as restricting access to that folder. And place an index.html file in …
  • Member Avatar for savedlema
    savedlema

    Gave Reputation to jwenting in How to prevent others from seeing contents of sql file

    sql files ARE text files. The only way to prevent people from reading them is to make sure they don't have access to whereever they're stored.
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in how can i retrieve image from database?

    Sorry, I don't use your way but, did you try setting the image source to "mstream", it appears to me like you have declared "mstream" to hold the image source?
  • Member Avatar for savedlema
    savedlema

    Began Watching how can i retrieve image from database?

    Private Sub RetrieveButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RetrieveButton.Click conn = New MySqlConnection conn.ConnectionString = "server=127.0.0.1; Port=3306; user id=root; password=; database=bsit3d" Dim READER As MySqlDataReader Dim Command …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in how can i retrieve image from database?

    -You didn't say what error do you get from that code. -You can store your images somewhere in a folder and only store the path to that folder in your …
  • Member Avatar for savedlema
    savedlema

    Edited Mysql backup exposes my password

    Greetings everyone! I have some codes in my application which makes a backup of mysql database and save the backup .sql file to a location on the hard disk. I …
  • Member Avatar for savedlema
    savedlema

    Created Mysql backup exposes my password

    Greetings everyone! I have some codes in my application which makes a backup of mysql database and save the backup .sql file to a location on the hard disk. I …
  • Member Avatar for savedlema
    savedlema

    Began Watching Mysql backup exposes my password

    Greetings everyone! I have some codes in my application which makes a backup of mysql database and save the backup .sql file to a location on the hard disk. I …
  • Member Avatar for savedlema
    savedlema

    Gave Reputation to Mike Askew in How to prevent others from seeing contents of sql file

    Can you not just restrict access to the folder holding your backups via user permissions on the OS?
  • Member Avatar for savedlema
    savedlema

    Gave Reputation to cereal in How to prevent others from seeing contents of sql file

    In addition: maybe you could use cipher.exe, read here: * https://technet.microsoft.com/en-us/library/bb490878.aspx
  • Member Avatar for savedlema
    savedlema

    Created How to prevent others from seeing contents of sql file

    Hi all! I have developed my application in VB.NET that uses a mysql database. From my application, I can make mysql backups and restore them. When i take a backup, …
  • Member Avatar for savedlema
    savedlema

    Began Watching How to prevent others from seeing contents of sql file

    Hi all! I have developed my application in VB.NET that uses a mysql database. From my application, I can make mysql backups and restore them. When i take a backup, …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Hash & Salt db connection settings (password)?

    Thanks ryan...I have been confused with people online who says encryption will not be good its not safe....and others telling me the opposite. Thanks for the link, I'm reading the …
  • Member Avatar for savedlema
    savedlema

    Created Hash & Salt db connection settings (password)?

    Hi all! I'm asking this after reading so many articles on the internet about hashing & salting, and the entire theme of securing database connection settings. I'm making an application …
  • Member Avatar for savedlema
    savedlema

    Began Watching Hash & Salt db connection settings (password)?

    Hi all! I'm asking this after reading so many articles on the internet about hashing & salting, and the entire theme of securing database connection settings. I'm making an application …
  • Member Avatar for savedlema
    savedlema

    Marked Solved Status for can not load assembly mysql data version=6.5.4.0, How do I get out?

    Hi all! I have just developed an application on VB.NET with mysql. I then need to deploy this to clients workstations. The plan is to install mysql server on one …
  • Member Avatar for savedlema
    savedlema

    Marked Solved Status for Loop through ListBox items and save them to database?

    Hi all! I have a form with a combobox, a listbox and 2 command buttons.(see photo and neglect the blank listview) I select items from the combobox and add items …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Loop through ListBox items and save them to database?

    Thank you, I was able to solve this by considering djjeavons comment and changing "ListBox1.Items" to "item" Question solved.
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Loop through ListBox items and save them to database?

    Thanks Reverend and djjeavons I'm sorry, when I was posting the question I had to strip some code off so as to be straight to the questions and unfortunately removed …
  • Member Avatar for savedlema
    savedlema

    Created Loop through ListBox items and save them to database?

    Hi all! I have a form with a combobox, a listbox and 2 command buttons.(see photo and neglect the blank listview) I select items from the combobox and add items …
  • Member Avatar for savedlema
    savedlema

    Began Watching Loop through ListBox items and save them to database?

    Hi all! I have a form with a combobox, a listbox and 2 command buttons.(see photo and neglect the blank listview) I select items from the combobox and add items …
  • Member Avatar for savedlema
    savedlema

    Created can not load assembly mysql data version=6.5.4.0, How do I get out?

    Hi all! I have just developed an application on VB.NET with mysql. I then need to deploy this to clients workstations. The plan is to install mysql server on one …
  • Member Avatar for savedlema
    savedlema

    Began Watching can not load assembly mysql data version=6.5.4.0, How do I get out?

    Hi all! I have just developed an application on VB.NET with mysql. I then need to deploy this to clients workstations. The plan is to install mysql server on one …
  • Member Avatar for savedlema
    savedlema

    Created Print from Datagrid Vs Using Report Viewer

    Hallow everyone! I'm developing an application that features a bunch of reports and I have been using DataGridView as a way of displaying my reports, which come from the database …
  • Member Avatar for savedlema
    savedlema

    Began Watching Print from Datagrid Vs Using Report Viewer

    Hallow everyone! I'm developing an application that features a bunch of reports and I have been using DataGridView as a way of displaying my reports, which come from the database …
  • Member Avatar for savedlema
    savedlema

    Marked Solved Status for Reports in VB.NET, Should I use Crystal Reports?

    Hi! I'm developing an application for hospital patients information. Now, as common for hospitals, I need to add a feature for various reports.Now I would like to know if you …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Reports in VB.NET, Should I use Crystal Reports?

    Thanks xrj, sorry, I can't see any attachment, did you forget to attach?
  • Member Avatar for savedlema
    savedlema

    Gave Reputation to xrjf in Reports in VB.NET, Should I use Crystal Reports?

    If ever you change your mind and go for the open source solution find attached a VStudio 2010 project. Need to say I did no charting. The .vb file names …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Reports in VB.NET, Should I use Crystal Reports?

    Thanks for the insight OtepTheThird. I once started working with CrystalReports but I somehow lost interest and decided to just do things in DataGridView. But I think you can get …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Reports in VB.NET, Should I use Crystal Reports?

    Thanks very much xrj, from your contribution, I think I will go for Crystal Reports. Yes, I will get some good tutorials and familiarize myself. Thanks.
  • Member Avatar for savedlema
    savedlema

    Gave Reputation to xrjf in Reports in VB.NET, Should I use Crystal Reports?

    It depends, from my point of view and experience, on your taste and skills. I did an accounting project which employed Crystal Reports. Reading a good book or tutorial for …
  • Member Avatar for savedlema
    savedlema

    Edited Reports in VB.NET, Should I use Crystal Reports?

    Hi! I'm developing an application for hospital patients information. Now, as common for hospitals, I need to add a feature for various reports.Now I would like to know if you …
  • Member Avatar for savedlema
    savedlema

    Created Reports in VB.NET, Should I use Crystal Reports?

    Hi! I'm developing an application for hospital patients information. Now, as common for hospitals, I need to add a feature for various reports.Now I would like to know if you …
  • Member Avatar for savedlema
    savedlema

    Began Watching Reports in VB.NET, Should I use Crystal Reports?

    Hi! I'm developing an application for hospital patients information. Now, as common for hospitals, I need to add a feature for various reports.Now I would like to know if you …
  • Member Avatar for savedlema
    savedlema

    Began Watching Data loss in MS Access Database

    I am adding data to a table in MS Access (2010 Version) from VB 2010 (using INSERT INTO statement) but when I exit the database and enter again the records …
  • Member Avatar for savedlema
    savedlema

    Replied To a Post in Data loss in MS Access Database

    Sorry for the trouble. I would suggest the following: Create a new form in your application just for testing this. Likewise,create a new table in your database. Put a textbox …

The End.