Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DRapper

    Using Excel in VB.NET

    Hello, How do I open an existing Excel file and display the information in a form using VB.NET
  2. DRapper

    I need to be able to encrypt a password before inserting it into a db

    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
  3. DRapper

    I need to be able to encrypt a password before inserting it into a db

    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
  4. DRapper

    Inserting into a memo field

    Works great!!! Thanks for your help. DRapper
  5. DRapper

    Inserting into a memo field

    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
  6. DRapper

    Inserting into a memo field

    I'm connecting to the database like this $db = new Win32::ODBC("employee"); Where employee is the dsn name. DRapper
  7. DRapper

    Inserting into a memo field

    Mike, I made a mistake I'm using 'use Win32::ODBC;' to connect to the database. DRapper
  8. DRapper

    Inserting into a memo field

    I'm using DB to get to my database DRapper
  9. DRapper

    Inserting into a memo field

    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...
  10. DRapper

    I have 3 or more different select boxes. How do I see if something

    kaht Thanks for your help DRapper
  11. DRapper

    I have 3 or more different select boxes. How do I see if something

    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...
  12. DRapper

    How do I display a maintance message

    RhythmAce Thanks for your Help. DRapper
  13. DRapper

    How do I display a maintance message

    Hello All, How would I display a message stating that my server is down for maintance? DRapper
  14. DRapper

    I need split function help

    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
  15. DRapper

    I need split function help

    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
  16. DRapper

    I need split function help

    Thanks again for your quick responce, but my $buffer string that I'm trying to split contains the following ?company=Bob & Jane&firstname=John&lastname=smith I need company=Bob & Jane in one variable and firstname=John in another and so on. DRapper
  17. DRapper

    I need split function help

    Thanks for your quick responce, but I'm still having the same issue. I'm only getting Bob and I need Bob & Jane. Is there something else you can suggest? DRapper
  18. DRapper

    I need split function help

    Hello All, I'm using split(/&/, $buffer). I discovered that $buffer may contain something like this ?company=Bob & Jane&firstname=John&lastname=smith. When I use the above split function it splits Bob & Jane which I do not want it to do. Is there anyway to get around this and still use the &...

Part and Inventory Search

Back
Top