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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.