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!

Recent content by havsys

  1. havsys

    HOW TO DELETE TWO LINKED ROW FROM MYSQL DATABASE USING DELPHI ???

    Hello imex, I have small problem with deleting row from two table. Can you help me with this. I put code in BeforeDelete event of Contacts DataSet to delete the picture how you tell me. I can delete Row but I always delete the last insert row. if I want to delete contact with ID=7(from table...
  2. havsys

    HOW TO DELETE TWO LINKED ROW FROM MYSQL DATABASE USING DELPHI ???

    Thank you imex. It is working! :)
  3. havsys

    HOW TO DELETE TWO LINKED ROW FROM MYSQL DATABASE USING DELPHI ???

    Hello, Can somebody show my how to delete two linked row using delphi. I Use delphi 2007 and MySql. In MySql i have database with two Table. Table Contacts(ID, FirstName, LastName, Phone, PICID) and table Picture(ID, IMG) MySql Tables: CREATE TABLE `Picture`.`Picture` ( `ID` INTEGER...
  4. havsys

    LOAD,SAVE and RETRIVE PICTURE FROM MySql database USING DELPHI - HELP PLEASE !!!

    Hello, I need help with delphi project. I use delphi 2007 and MySql Database. 1. I want to load picture from TOpenPictureDialog to TImage (or TDBImage). 2. Picture from Timage (or TDBImage) I want to save to MySql database in table Picture field 'IMG'(longblob). 3. I want to retrieve image...
  5. havsys

    Help to create buttons - beginner

    Hello, Im a beginner and i need help with my problem. How to create insert/save/update/delete and clear Fields(DBEdit) buttons for mysql database using delphi. This is my example. First I create mysql database: create database Contacts; create table coktacts( id int auto_increment primary key...

Part and Inventory Search

Back
Top