DataTable - SQL delete command

A

anony

Hi,

From what I gather, you cannot issue SQL statements against a DataTable.
Just wanted to verify this, and ask, why not? I would like to issue a
delete statement against a memory resident DataTable.

Thanks.
 
E

Eliyahu Goldin

No, you can't. The guy who handles SQL statements is called database server.
DataTable is just a class that has its own methods.

Eliyahu
 
A

anony

Thanks for the reply. I would hope this functionality is implemented in a
future release. There's no reason to involve a database server for my
requirements. Instead, I'll have to write some clunky code in order to
achieve the same results of a simple DELETE FROM statement.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top