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 strongm 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: Bersani
  • Content: Threads
  • Order by date
  1. Bersani

    Mysqldump.exe

    I am trying to use mysqldump.exe in a .bat file from Windows but I cannot get the right code I am using: mysqldump.exe –e –u root -p -h localhost testdb > G:\backup.sql G: is a drive in the same computer In what directory do I place this batch file? What is wrong?
  2. Bersani

    Key column has no properties

    I keep on getting the error "key column has no properties" aka keycol has no properties. I am 100% certain that I have a table with a primary key. Any ideas? I am using DWCS6 with DataAssist
  3. Bersani

    key column has no properties

    I keep on getting the error "key column has no properties" aka keycol has no properties. I am 100% certain that I have a table with a primary key. Any ideas?
  4. Bersani

    Web browser

    I am looking for a control for the web browser to insert the URL. Where are you supposed to insert the URL? Like many, I am extremely sorry that Microsoft is not making new versions of VFP. VFP has been wonderful and there is nothing to replace it!!
  5. Bersani

    Extracting text from Word Documents via PHP and COM

    I want to extract text from Word Documents via PHP and COM and am not able to open Word in this way. I believe that com is enabled in php.ini but am not sure. Here is the code that I am using to open a new Word application: <?php $word = new COM("word.application") or die ("Could not...
  6. Bersani

    PEAR OLE

    I downloaded PEAR OLE (OLE-1.0.0.RC2) and am having trouble with the installation. Does anyone have any experience with this and how to install it? I am using Xampp.
  7. Bersani

    MS Word problem

    I have a MySQL database with a longblob field containing a MS Word document. I cannot get "$word = new COM("word.application") or die ("Could not initialise MS Word object.");" to open MS Word. I have Word installed on the machine and I set com.allow_dcom = true in php.ini (also removed ; )...
  8. Bersani

    Cannot open MS Word

    I cannot get "$word = new COM("word.application") or die ("Could not initialise MS Word object.");" to open MS Word. I have Word installed on the machine and I set com.allow_dcom = true in php.ini (also removed ; ). All I get is a blank screen. My Xampp control panel shows Apache and MySQL...
  9. Bersani

    Retrieve MS Word from longblob

    I want to place a MS Word doc in longblob MySQL field. I want the Word doc to be in the table and not merely use the field as a placeholder for an external file location. Does anyone know the PHP code that I need? I have over 1000 records in this file and they are all MS Word doc.
  10. Bersani

    Word document in longblob

    I want to place a MS Word doc in longblob MySQL field. I want the Word doc to be in the table and not merely use the field as a placeholder for an external file location.
  11. Bersani

    Date add to calculate date

    I need to a add a month to a date field. I do not know how to format the date field in order to do the calculation. I have tried DateAdd with no luck. The date field is called baseline; it is formatted as short date. I want to make a label that gives a projected date 30 days (or 1 month)into the...
  12. Bersani

    Add month to a date field

    I need to a add a month to a date field. I do not know how to format the date field in order to do the calculation. I have tried DateAdd with no luck. The date field is called baseline; it is formatted as short date. I want to make a label that gives a projected date 30 days (or 1...
  13. Bersani

    Echo field value

    I want to be able to show a field value using echo. I have tried $fielname with no success.

Part and Inventory Search

Back
Top