M. Brooks
I'm using an Access database, but will be moving to SQL Server in the future. I want the password in the database table to be unreadable.
DRapper
Hello All
I need to be able to encrypt a password before inserting it into a database. Then be able to decrypt it after I retrieve from the database.
DRapper
Thanks for the suggestion, but where do I put SetMaxBufSize ( SIZE ) function. I tried to put it under $db = new Win32::ODBC("employee"); statement put perl does not reconize the function.
DRapper
Hello All,
I trying to insert a large amount of data into a memo field in an Access 2000 database. I am using a textarea tag in conjuction with an htmlarea editor.
Is there special perl code I need to use in order to insert a large amount of data into a memo field?
I'm using...
Hello,
I have may have 1 or more select boxes that I need to check to see whats selected. How do I see what is selected for each select box? Please note the select box name are determined by how many the users selects. For example if the user selects 3. Three different select boxes will...
Siberian,
You are right in the fact if it had been written correctly I would not have to jump through hoops to make it work. Someone else wrote the code and I had very little time to fix it.
Thanks again for your advice.
DRapper
Thanks everybody for your great solutions. I was able to get it working by using substitution. For some reason we replace all spaces with the + sign so I also had to use tr/ to get rid of the + signs.
Thanks Again
DRapper
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.