Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Ads

Discussion Groups

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

Database - Karl-Heinz Pflaum - May 22 18:08:00 2002



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





(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

RE: Database - Allavatam Venugopal - May 22 23:17:00 2002

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
**************************************************





(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )