Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Database ToolBox Help Needed
Date: Tue, 19 May 2009 11:28:02 +0000 (UTC)
Organization: 'SpiruHaret' University, Bucharest
Lines: 24
Message-ID: <guu542$hhn$1@fred.mathworks.com>
References: <gutk65$gjp$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1242732482 17975 172.30.248.35 (19 May 2009 11:28:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 19 May 2009 11:28:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 872427
Xref: news.mathworks.com comp.soft-sys.matlab:540961


Hello Ghost,

Try something like this:
exec(yourconnection, 'yoursqlquery')
More on this topic here:
http://www.mathworks.com/access/helpdesk_r13/help/toolbox/database/database.html

Regards, 
Bodorin


"Fake Ghost" <fake.ghost007@gmail.com> wrote in message <gutk65$gjp$1@fred.mathworks.com>...
> hi everyone:
> 
> can anyone tell me how to delete a row of Access Database in matlab. Please.
> i don't know what command matlab have for that purpose.
> like to insert into database it uses "fastinsert" but what it uses for delete a row.
> 
> i want to do this in matlab.
> 
> DELETE from Employee where E_Name='Ghost'
> above is SQL format. please can anyone tell me how to do this in matlab.
> 
> please help.