questions

  1. M

    Question I get System.Byte[] when SELECT DES_DECRYPT()

    Hello, i'm trying to decrypt a previously encrypted password from my database on visual studio 2012 (vb.net) but when i do the comparaison between my Textbox(Named TXT_Password) and the decrypted password i'm getting a value named System.Byte[] on the side of the Query, here's the code...
  2. A

    Question keeps track of a projects cost

    I was tasked with developing an application that keeps track of a projects cost. They want to be able to run reports on each project's cost in a day-by-day, week-by-week, month-by-month schedule. I have no idea how to do this and any information would be greatly appreciated. Thanks before hand!
  3. K

    Question MySQL problem

    hi, please help in my project in visual studio 2008 and connecting it to mySQL, I'm going to create a simple identification system, can you please help me with the codes? (Form1 - Log-in, Log-out) Here's my project proposal, I need to identify an ID number and a password. Like this,(Form1)...
Back
Top