Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Matlab odbc connection
Date: Mon, 27 Oct 2008 15:55:04 +0000 (UTC)
Organization: Dixie State College of Utah
Lines: 1
Message-ID: <ge4o8o$1vb$1@fred.mathworks.com>
References: <g4d534$7vk$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1225122904 2027 172.30.248.37 (27 Oct 2008 15:55:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 27 Oct 2008 15:55:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 785751
Xref: news.mathworks.com comp.soft-sys.matlab:497466


As with all connections, make sure you close down the database connection and cursor with a close(conn); and close(curs); statment. (or whatever your cursor or connection names are)... just like file handles, otherwise you won't be able too connect again