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 gkittelson 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. tanaka99

    PHP/MYSQL Retain Variable after INSERT

    Freak ... I'm looking for help, not a lecture.
  2. tanaka99

    PHP/MYSQL Retain Variable after INSERT

    I am using this page (insert.php) to insert data via a form into MYSQL: <HTML> <HEAD><TITLE>INSERT Data via PHP</TITLE></HEAD><BODY> <?PHP $connection=mysql_connect(&quot;localhost&quot;,&quot;username&quot;,&quot;userpass&quot;) or die('Could not connect to the database server'); $db =...
  3. tanaka99

    CASE SELECT or IF THEN for Array ...

    Solution successful, thread closed ... thanks Rob.
  4. tanaka99

    CASE SELECT or IF THEN for Array ...

    Rob, Looks like that's going to work. I stuck in some counters to test each of the cases and they incremented as expected. Thanks a million. Paul
  5. tanaka99

    CASE SELECT or IF THEN for Array ...

    Thanks Rob, I'll play with that and see what happens. Paul
  6. tanaka99

    CASE SELECT or IF THEN for Array ...

    I am familiar with the mid() function, but I don't know if this will help me in this case. I'd like to take all the substrings and run them through the case selects via a loop ... Is there a way to take each substring pass it through the CASE SELECT statements then loop to the next substring?
  7. tanaka99

    CASE SELECT or IF THEN for Array ...

    Thank you for your posts ... what I can't figure out is how to individualize the substrings to be able to run the case selects on them. I'm comfortable with doing the actual case selects but reading the string and breaking it down is where I'm stuck ...
  8. tanaka99

    CASE SELECT or IF THEN for Array ...

    I'm new to VBA, using Access 2000. I have a database that reads barcodes from a scanner and stores them in a variable as such: 801R554430403 801R554430506 801BL330444033 I'd like to be able to do some IF THEN or CASE SELECT routines on each of the barcodes of same length, (i.e. If barcode =...
  9. tanaka99

    Login Script Reading Text File One Record Too Soon

    I've got a login script that reads a text file. It looks at the index (user id) and a password field. Then it determines a permission level based on a preset parameter. The first record in the script is a 'Test' record and works fine. Any subsequent users (1381 of them) I try to login and the...

Part and Inventory Search

Back
Top