How can i write my data from EditBox to SQL Table whit using ADODataSet,ADOTable and DataSource?
Please help me?
and write Example Code...

Recommended Answers

All 3 Replies

Use a TADOQuery , or (if you have the component) TCDSADOQuery. Simply set the connection-string in the properties grid and

QueryName.SQL.Add (' SQL TO BE Executed ');
QueryName.ExecSQL;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.