Search results for query: *

  • Users: Raz
  • Content: Threads
  • Order by date
  1. R

    Question Sql UPDATE syntax error

    Hi Can you please check why I am getting UPDATE syntax error with This SQL: sql = "UPDATE tblDatabasesPath SET FileToEcnrypMain ='" & txtFileToEncryptMain1.Text & "', FileToDecrypMain = '" & txtFileToDecMain1.Text & _ "', FileToEcnrypSecurity ='" &...
  2. R

    Question Database connection close

    Hi I am developing a small application that is required to encrypt the database (MS Access) before existing. I have a class called Class1 in the project folder. This class holds the information about my database connection and it is connected to my form. My Problem: When I access the data...
  3. R

    Question Password Special characters

    Hi I am developing a small application that need user authentication. How can I impose special character restriction. I mean how can I ask the user to enter at least 1 special character to make the password strong. I use VB.Net 2005. Many Thanks
  4. R

    Question Password And Data Encryption And Decryption In Access Database

    Hi I am beginner in VB.net. I am trying to create a simple security system for a system that I have created using VB.net 2005 and MS Access 2003. You can help me by following scenarios: 1) create users to login to the program and the passwords are encryted and save into access database (e.g...
Back
Top