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 derfloh 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. sweimh

    Login mysql w/out password.. how come?

    #$%!@# silly me.. Thank you, Tony.
  2. sweimh

    Login mysql w/out password.. how come?

    by entering a random string as the Username on the entry page on phpMyAdmin without password, the person will have access to the database, with privilege to edit database but not creating. if someone enters a recognized Username (ie: root), phpMyAdmin will promp for the actual password. the...
  3. sweimh

    SQL query question

    ah, didn't see u reply already. that was it. thanks so much.
  4. sweimh

    SQL query question

    hmm.. well, stupid me.. I added a select "distinct" .... and it solves the multiple result problem. but still, am i actually doing this correctly?
  5. sweimh

    SQL query question

    hi swampBoogie, thx for the pointer. I got it to work.. almost. I probably got lost in ur code somewhere. I'm getting the result I want, but the same result is showing up in multiple times (= number of total recs in Associdv). Can you help me a little bit more with this? thank again.. my...
  6. sweimh

    SQL query question

    Not very experience at this yet, so maybe this is a bad query idea from start up.. I have this fields in 2 tables Table A: myid, name, associateID1, associateID2 Table B: assocateID, name, tel, fax And I want to make a query, by supplying myid, to find TableA.name, and TableB.name for both...

Part and Inventory Search

Back
Top