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: *

  • Users: anto
  • Order by date
  1. anto

    Access 2000-97 incompatibilities

    Sorry for bothering, but tonight I'm in such a situation we, in Italy, define being in big trouble. A friend of mine wrote an Access 2000 DB, which he converted in Access 97 format, as requested by the costumer. Unfortunately the conversion, while preserving all the tables and queries, has a big...
  2. anto

    Word Mime type

    Is there a way from an Apache served site to fool a damn IExplorer browser in such a manner that it doesn't open directly a word document when clicked? I know the short and best answer is to avoid microsoft's docs as the format for downloadable documents, but, you know, this is for a customer...
  3. anto

    PHP- displaying 2 results on the same page

    Have you tried to simply change the query identifier ($result in your case) name? bye
  4. anto

    Fat restoring

    No, I stopped before turning to Scandisk because I fear it's going to resolve the problem erasing the corrupted data. The Fat is severy wounded, since it reports wrong files size and some files have names whith random characters and some files actually point to the wrong data (e.g. you open a...
  5. anto

    I'm trying to get working this sql

    I'm trying to get working this sql query generated from Access, in a MySQL database. Mysql stop at the first left join, so I presume there's something wrong in left join syntax and in the use of parenthesis. Any suggestion? B.T.W. sorry for the awful long query that follows. thanks SELECT...
  6. anto

    Fat restoring

    Hope not to be off-topic, I'm looking for a free downloadable application which could handle a fat corruption problem. thanks antonio
  7. anto

    order by rand()

    I'm trying to get a randomly selected set of rows from a select query. I'm trying something like 'select * from table_name where colum='xxxx' order by rand() limit 10' as outlined in the manual. Well the server refuse anything coming after the 'by'. Where I'm wrong?<br><br>thanks

Part and Inventory Search

Back
Top