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 wOOdy-Soft 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: yigalm
  • Content: Threads
  • Order by date
  1. yigalm

    Cannot start phpMyAdmin

    Hi I am trying to start phpMyAdmin, but so far witout success. I unzipped it into a directory(phpMyAdmin) inside my root directory(wwwroot) on Win XP Pro. I changed the variable in the configuration file to point to this directory (http://localhost/phpMyAdmin/). I never created any...
  2. yigalm

    ASP or PHP

    Hi, I want to create a website with a MySQL DB at the back end. And I am being told that I'd be better off using PHP rather than ASP for this purpose. So far, I only know some ASP, but no PHP. Are there any advantages to using ASP instead of PHP for the website? Thank you!
  3. yigalm

    ASP or PHP

    Hi I want to create a website with a MySQL DB. I need it to perform basic things like adding, deleting, modifying and seaching user records by means of web forms. Also, I want users to be able to anonimously email other users through a web form, and also keep a copy of all correspondence on the...
  4. yigalm

    PWS on Win XP

    Hi I think I have installed PWS on Win XP. I even have the Inetpub folder and the wwwroot directory inside it. But I cannot find a way to start the server, and also, (or therefore?) IE does not display any .asp pages in the wwwroot directory. How can I run ASP on Win XP? Thaks a lot!
  5. yigalm

    Concatenate records

    Hi, Is it possible to concatenate records into one? I mean, that if I have a table of software titles, is it possible to put them all into one record? Thank you.
  6. yigalm

    Change column status

    Hi, I need to make one field unique in a table. The table description (show create table_name) already lists this field as being a KEY. I don't know what this means, but when I say: "alter table table_name add unique (field_name);" I get an error: "ERROR 1061: Duplicate key...
  7. yigalm

    REPLACE quirie

    Hi, I cannot get a replace querie to replace data in one table with fields from another. Instead, it appends new rows. In both tables I made one field a UNIQUE KEY. This field is the common denominator in the two tables. But when I say: replace tbl1 (fld1, fld2) select fld1, fld2 from tbl2...
  8. yigalm

    Change an existing column to unique

    Hi, What is the syntax in SQL to change an existing column to be unique, but not create a new unique column?
  9. yigalm

    Make a column unique

    Hi, I need to make an existing column unique im MySQL. When I say: alter table pr2_users_values -> add unique f_login; It gives me an error at line 2 near ''. Does that meean that something is missing from the statement? What is missing?
  10. yigalm

    Run Access query in MySQL

    I am trying to run an UPDATE query in MySQL. This query was made and tested in Access, and it worked. Now I am trying to run it in MySQL and it gives errors. How is MySQL syntax different from Access SQL? Here are two versions of the same query which work in Access, but neither one works in...
  11. yigalm

    UPDATE problems

    Hi, I am trying to update certain columns within one table with data from another table. Eventually, this query is for MySQL, but I am first testing it in Access. The error message the I am getting is: "Operation must be an updateable query". What am I doing wrong?: Update...
  12. yigalm

    UPDATE problems

    Hi, I seem to have similar difficulties discussed here, and I still didn't get it working. I am trying to update certain columns within one table with data from another table. Eventually, this query is for MySQL, but I am first testing it in Access. The error message the I am getting is...
  13. yigalm

    Get an icon in the toolbar

    Hi, I was asked to make an icon appear in the links toolbar (instead of that 'e'), when you drag it to the links tolbar. It will also appear in the Faforites (instead of the 'e') etc. You could see an example of what I mean on this page: http://www.devguru.com/Does anyone have any idea where I...
  14. yigalm

    Linking MySQL to other ODBC DBs

    Hi, I need MySQL DB to work with FoxPro (.dbf) tables. Ideally, I am looking for an option in MySQL to link FoxPro tables in order to run queries on them from MySQL. (This option is available in Access, but does it exist in MySQL?) If you know how, or have any ideas or suggesions, please let...
  15. yigalm

    Linking between MySQL and other ODBC DBs

    Hi, I need MySQL DB to work with FoxPro (.dbf) tables. Ideally, I am looking for an option in MySQL to link FoxPro tables in order to run queries on them from MySQL. (This option is available in Access, but does it exist in MySQL?) If you know how, or have any ideas or suggesions, please let...

Part and Inventory Search

Back
Top