does IDL support database formats? [message #10086] |
Thu, 23 October 1997 00:00 |
jyli
Messages: 21 Registered: November 1995
|
Junior Member |
|
|
Hi all,
Just curious if IDL supports any kind of database formats, like
FileMaker Pro, SYLK or MS Access ...
thanks
------------------------------------------------------------ ------------
Jason Y. Li | Tel : (301) 286-1029
Code 913 | Fax : (301) 286-1759
NASA Goddard Space Flight Center | www : http://climate.gsfc.nasa.gov
Greenbelt, MD 20771, USA | email: jyli@climate.gsfc.nasa.gov
------------------------------------------------------------ ------------
Beauty of style, harmony, grace and good rhythm depend on simplicity.
|
|
|
Re: does IDL support database formats? [message #10090 is a reply to message #10086] |
Thu, 23 October 1997 00:00  |
Gary Gravante
Messages: 1 Registered: October 1997
|
Junior Member |
|
|
IDL 5.0 Has "Data Miner" capability. It uses ODBC for communication with
your database. As long as your OS has OBDC drivers, then it should work.
PC's typically have ODBC drivers for Access, but the others I am not sure.
Gary.
Jason Li wrote in message <62nm58$ga7@post.gsfc.nasa.gov>...
> Hi all,
>
> Just curious if IDL supports any kind of database formats, like
> FileMaker Pro, SYLK or MS Access ...
>
> thanks
>
> ------------------------------------------------------------ ------------
> Jason Y. Li | Tel : (301) 286-1029
> Code 913 | Fax : (301) 286-1759
> NASA Goddard Space Flight Center | www : http://climate.gsfc.nasa.gov
> Greenbelt, MD 20771, USA | email: jyli@climate.gsfc.nasa.gov
> ------------------------------------------------------------ ------------
> Beauty of style, harmony, grace and good rhythm depend on simplicity.
>
|
|
|
Re: does IDL support database formats? [message #10092 is a reply to message #10086] |
Thu, 23 October 1997 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Jason Li writes:
> Just curious if IDL supports any kind of database formats, like
> FileMaker Pro, SYLK or MS Access ...
You can use Write_SYLK and Read_SYLK for SYLK access. And the
new database object has been absolutely terrific in the few
simple examples I've played around with. Very simple and
easy to use with the MS Access databases I've accessed.
Cheers,
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|