Technical discussion about Matlab and issues related to Digital Signal Processing.
|
Hi all, I try to build up a database (SQL) with a table of vectors. In the SQL-table I have defined a row with the datatype of "image" which should keep the data. But how is it possible to transfer the data from a MATLAB variable into the database? I always get the error message that the datatype int is not compatible to image. Thanks in advance, Karl-Heinz |
|
|
|
Hi Karl, I dont know much abt SQL (Assuming its MS-SQL). But make sure that there is a datatype called int fitting the characteristics of the 'int' from MATLAB. I have successfully transfered data from matlab into a PostgreSQL database using the database tool box of matlab. I run a linux system so had to use a JDBC driver to get connected to the database using the database toolbox of matlab. Lemme know if you need more info. Venu -- Original Message -- >Hi all, >I try to build up a database (SQL) with a table of vectors. >In the SQL-table I have defined a row with the datatype >of "image" which should keep the data. But how is it possible >to transfer the data from a MATLAB variable into the >database? >I always get the error message that the datatype int is not >compatible to image. >Thanks in advance, >Karl-Heinz > > >_____________________________________ >/groups.php3 ************************************************** ************************************************** Allavatam Venugopal Phone(Home):949-361-6604 1100, Calle Del Cerro, (Mobile):949-842-1767 Apt #123 J, San Clemente, CA-92672 ************************************************** |