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 IamaSherpa 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. Android

    getopt & command line parameters

    i'm looking for any references to using getopt() to parse command line parameters and can't find anything. can someone point me to some documentation or post an example of using it? thanks.
  2. Android

    Regular Expressions

    OK, i'm not very familiar with regular expressions but i have a feeling this is a simple problem. I just need someone to enlighten me.<br> <br> I need to replace the # character inside a string with another string. Easy enough.. i just use "#" as my pattern to match and give the string to...
  3. Android

    Statementally Stumped

    Got it with the help of the SQL forum.<br> <br> Thanks anyway for listening.
  4. Android

    Accesing mysql with C/C++

    The MySQL documentation has a whole section on client API's for MySQL. I know there are at least two seperate API's for working with C++ and probably atleast as many for C.<br> <br> Check out the MySQL docs and go way down to the bottom!<br> <br> Good luck.
  5. Android

    Need SQL Help, Using MySQL

    Ok! Sorry to say that I didn't do it either way. I added some new columns and rearranged things a bit so that instead of trying to look up the most recent update, the most recent up is actually listed so i just did the join where Premiums.EffectiveDate = Companies.LastUpdate.<br> <br> This cut...
  6. Android

    Need SQL Help, Using MySQL

    Ok, I have been working on this for the last two days and it shouldn't be that hard, i must be missing something.<br> <br> I have a table of Insurance Premiums that contains the CompanyID, the PlanID, the Age of the person requesting the plan, the rate for that plan from that company, and the...
  7. Android

    Statementally Stumped

    Ok, I have been working on this for the last two days and it shouldn't be that hard, i must be missing something.<br> <br> I have a table of Insurance Premiums that contains the CompanyID, the PlanID, the Age of the person requesting the plan, the rate for that plan from that company, and the...

Part and Inventory Search

Back
Top