|
-
Sep 17th, 2005, 11:42 AM
#1
Thread Starter
Frenzied Member
Convert FOL database
I've been tasked with writing a utility to convert a FOL database (old DOS format) to some other format (CSV to start out probably).
I was just curious if anyone else had any experience with this format or if anyone has done this in the past. I'd rather not reinvent the wheel if possible.
I know it's probably just as simple as opening the file in binary, and digging through the lines taking piece by piece, but I was hoping to find someone here that has dealt with it.
Thanks in advance for anything.
-
Sep 17th, 2005, 11:50 AM
#2
Thread Starter
Frenzied Member
Re: Convert FOL database
Now that I think about it, this may need to be moved to the databases section. If a mod could kindly do so....
-
Sep 17th, 2005, 12:24 PM
#3
Re: Convert FOL database
Moved from Classic VB forum.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Sep 21st, 2005, 08:57 AM
#4
Thread Starter
Frenzied Member
-
Sep 21st, 2005, 09:30 AM
#5
Re: Convert FOL database
 Originally Posted by ober0330
*bump* anyone?
Sorry, I have no idea what a FOL database is. Searched for it on Google, but didn't find anything.
I guess you have to go with your idea to open it in a text or hex reader and see if you can get anything usefull out of that.
-
Sep 21st, 2005, 09:43 AM
#6
Re: Convert FOL database
Try the FILE SYSTEM OBJECT - maybe it will recognize the "delimiter" of each line and make parsing easier. We've had good luck with FSO for converting files from other (non-PC) platforms.
-
Sep 21st, 2005, 09:47 AM
#7
Re: Convert FOL database
some info (from yahoo) here
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Sep 21st, 2005, 10:02 AM
#8
Thread Starter
Frenzied Member
Re: Convert FOL database
That is awesome Ecniv! It's a wonder I didn't find that when searching.
And yes, for the others, the database is actually called "First Choice", the the format is FOL.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|