Ok this is the problem. My boss created several databases in a DOS program called Nutshell(1984). The contacts database file alone is over 3000 records. I want to export these files into something post-stoneage(i.e.SQLServer). I am a relitivaly accomplished data manipulator, but this thing is killing me.
I know:
1. that it exports into a file format of .db and it is propritary.
2. it is the original version and it is no longer supported by the writters.
3. Windows XP pro does recognize it as a Database file.
I have tried:
1.Importing into every database I can think of small and large.
2.Opening files in word pad and saving various ways.
3.Opening files in MSWORD and converting the files text to eliminate the code from the file.
4. Oh just forget even trying Excel...
???
Short of simply re-entering the data (not a happy thought) has anyone been successful at importing this data into anything else, and how and what? I am even willing to go back to something that was written in that era that might have a chance like dbase or something temporarly. Or, is it possible to write an ODBC driver for it? Keeping in mind, although I have done my fair share of programming I have never written a driver.
Heeeeelllllppppp Please I am so sick of this DB it is not even funny....
Thanks
Tigger
Tigger,
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
How many C++ programmers does it take to change a light bulb? ..............
You're still thinking procedurally. A properly designed light bulb object would inherit a change method from a generic light bulb class, so all you'd have to do is send a light bulb change message.
I know:
1. that it exports into a file format of .db and it is propritary.
2. it is the original version and it is no longer supported by the writters.
3. Windows XP pro does recognize it as a Database file.
I have tried:
1.Importing into every database I can think of small and large.
2.Opening files in word pad and saving various ways.
3.Opening files in MSWORD and converting the files text to eliminate the code from the file.
4. Oh just forget even trying Excel...
???
Short of simply re-entering the data (not a happy thought) has anyone been successful at importing this data into anything else, and how and what? I am even willing to go back to something that was written in that era that might have a chance like dbase or something temporarly. Or, is it possible to write an ODBC driver for it? Keeping in mind, although I have done my fair share of programming I have never written a driver.
Heeeeelllllppppp Please I am so sick of this DB it is not even funny....
Thanks
Tigger
Tigger,
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
How many C++ programmers does it take to change a light bulb? ..............
You're still thinking procedurally. A properly designed light bulb object would inherit a change method from a generic light bulb class, so all you'd have to do is send a light bulb change message.