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 18:04:03 +0000 (UTC)
Organization: COMSATS
Lines: 28
Message-ID: <guusaj$1f7$1@fred.mathworks.com>
References: <gutk65$gjp$1@fred.mathworks.com> <guu542$hhn$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1242756243 1511 172.30.248.38 (19 May 2009 18:04:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 19 May 2009 18:04:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1581576
Xref: news.mathworks.com comp.soft-sys.matlab:541057


Thanks Nicolaie.:
my problem is solved. thanks again.

"Nicolaie Popescu-Bodorin" <freeseosubmit@yah00.com> wrote in message <guu542$hhn$1@fred.mathworks.com>...
> 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.