memevertical2
Programmer
- May 2, 2008
- 35
Hi everyone....I have a problem....I have my ADOQuery and I have a DBGrid, and a Dataset.....everything works great, I'm able to see on my DBgrid a selected table from a MDB file. But when I execute the following code, nothing happens:
ADOCommand1.CommandType := cmdText;
ADOCommand1.CommandText := 'INSERT INTO TABLE_1 (Title) VALUES ("Title Test")';
ADOCommAnd1.Execute;
I want to be able to insert information into the Table.
Thanks.
ADOCommand1.CommandType := cmdText;
ADOCommand1.CommandText := 'INSERT INTO TABLE_1 (Title) VALUES ("Title Test")';
ADOCommAnd1.Execute;
I want to be able to insert information into the Table.
Thanks.