home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / 6571 < prev    next >
Encoding:
Text File  |  1992-09-07  |  2.3 KB  |  47 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!gfimda!joser
  3. From: joser@gfimda.uucp (Joe Rodriguez)
  4. Subject: Re: dBase to Ingres conversion
  5. Message-ID: <Bu2sBF.CAp@gfimda.uucp>
  6. Date: Fri, 4 Sep 1992 22:40:27 GMT
  7. References: <Bu02Es.9Ew@rivm.nl>
  8. Organization: Kraft General Foods
  9. Lines: 36
  10.  
  11. From article <Bu02Es.9Ew@rivm.nl>, by jwd@rivm.nl (Jan Diesel):
  12. > I'm posting this for a colleague who expects to receive several
  13. > dBase III+ tables on a regular basis in the near future. Each
  14. > shipment consists of exactly one dBase III+ table.
  15. > We need to convert the dBase data to Ingres so we're looking for
  16. > software that creates and fills an Ingres table from the original
  17. > dBase data.
  18. > Does anyone know if something like this exists ?
  19.  
  20. One thing you could do is to buy a dbase library in C source.  Write 
  21. some embedded C code to read the dbase file, using the dbase libary, 
  22. and fill the Ingres table.  There is a dbase libary called SoftC Database
  23. Library.  It comes with C source, so you should be able to compile on VMS,
  24. or UNIX with minimal changes.  I have not tried it yet.  I can tell you
  25. more about it in the future.  I intend to do the same thing as you are
  26. except in the other direction.  I have data in an INGRES table which I want
  27. to fill into a dbase file.
  28.  
  29. +--------------------------+------------------------------------+
  30. | Joe Rodriguez            |    ||   //    /====\    +=======   |
  31. +--------------------------+    || //     ||         ||         |
  32. | Kraft General Foods      |    |</       ||  ====   ||====     |
  33. | General Foods-USA, IMD   |    || \\     ||    ||   ||         |
  34. | Mailcode:  T12-1         |    ||   \\    \====/    ||         |
  35. | 555 South Broadway       |------------------------------------+ 
  36. | Tarrytown, NY  10591     | joser@gfceb   - ICES INGRES Host   |
  37. | (914) 335-6059           | joser@gfimda  - IMD System         |
  38. |                          | INTERNET/UUCP:  gfimda!joser@uunet |
  39. | Pager: (212) 356-5116    |                 uunet!gfimda!joser |
  40. +--------------------------+------------------------------------+
  41. -- 
  42. +--------------------------+------------------------------------+
  43. | Joe Rodriguez            |    ||   //    /====\    +=======   |
  44. +--------------------------+    || //     ||         ||         |
  45. | Kraft General Foods      |    |</       ||  ====   ||====     |
  46.