Re: RDBMS for DOS and Windows
- Posted by Steve Mosher <farq at KILN.ISN.NET> Feb 24, 2000
- 454 views
In regards to all this RDBMS stuff, I have a few thoughts. Many RDBMSs (e.g. postgresql) come with C libs that you can use to make C programs that access the database. What's stopping you from calling these routines? It's probably a lot saner than writing one's own.