From: Chris on 24 Mar 2010 13:25 I know this is a long shot but thought I'd ask anyway. In Matlab, is there a way to convert a Microsoft .NET System.Data.SqlClient.SqlConnection to a Database Toolbox connection? I would like do a Database Toolbox fetch on a System.Data.SqlClient.SqlConnection connection. Example: conn = System.Data.SqlClient.SqlConnection('Data Source=server;Initial Catalog=database;Integrated Security=true'); cellArray = fetch(conn, 'select * from table'); Thanks
|
Pages: 1 Prev: GUIs - Moving to the next "page" Next: Suppressing _all_ output from quadprog? |