![]() |
|
"be consistent" | |
PerlMonks |
(Ovid) Re: Connecting to UniVerse databaseby Ovid (Cardinal) |
on Aug 29, 2001 at 01:36 UTC ( #108609=note: print w/replies, xml ) | Need Help?? |
You may want to post to newsgroups if no one posts a solution for you here. At one company I worked for, we desperately needed some means of connecting to to a UniData database (very similar to UniVerse) and someone sent us the modules that he had written to do just that. Before we had access to that, I had routines that wrote out flat file versions of the data and then the Perl programs picked up that and ran with it. It wasn't an elegant solution, but it worked. I know this probably is not an option, but is there any chance you can switch to another database? Multi-value databases are really a pain to work with and, since they violate first normal form, they are difficult to get right. Side note: if anyone knows of normalization rules for multi-value databases, I'd be interested in seeing them. I don't work with them anymore, but I'm still curious :) Cheers, Vote for paco! Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.
In Section
Seekers of Perl Wisdom
|
|