flat-file Questions
5
Solved
I have a flat file generated by a C program. Each record in the file consists of a fixed length header followed by data. The header contains a field indicating the size of the following data. My ul...
19
Solved
The higher-ups in my company were told by good friends that flat files are the way to go, and we should switch from SQL Server to them for everything we do. We have over 300 servers and hundreds of...
Cambridgeshire asked 11/6, 2010 at 15:15
4
Solved
I was wondering if anyone knows. Is 'flat' the opposite of hierarchal? Does it come from a phrase like, "this is a flat-out regular file"?
6
Solved
I currently work in the position of Data Warehouse programmer and as such have to put numerous flat files through ETL process. Of course prior to loading the file I have to be aware of its content,...
Plasm asked 1/4, 2010 at 18:46
1
I am having a problem uploading data from tab-delimited flat files (TSV files) into SQL Server 2005 using the SSIS Data Import wizard. I did not experience this problem using the equivalent p...
Unsparing asked 24/2, 2010 at 18:54
8
Solved
I need a simple way for multiple running PHP scripts to share data.
Should I create a MySQL DB with a RAM storage engine, and share data via that (can multiple scripts connect to the same DB simu...
Puduns asked 17/9, 2009 at 18:21
7
Solved
Is there a standard or open format which can be used to describe the formating of a flat file. My company integrates many different customer file formats. With an XML file it's easy to get or creat...
Vermeil asked 14/10, 2009 at 18:53
7
Solved
This is more of a business-oriented programming question that I can't seem to figure out how to resolve. I work with a team of programmers who have been working with BASIC for over 20 years. I was ...
Ashtonashtonunderlyne asked 29/1, 2009 at 21:14
2
Solved
Here is a curiousity question. I have an application that must support both flat files and the database as a place to persist data. I was thinking maybe using a .csv or tab-delimited set of files a...
Secondguess asked 25/3, 2009 at 10:22
4
Solved
I'm looking for a light-weight database library that I can compile into a C++ application.
Does any such exist?
Messinger asked 24/2, 2009 at 12:45
34
Solved
Why are flat text files the state of the art for representing source code?
Sure - the preprocessor and compiler need to see a flat file representation of the file, but that's easily created....
Uptake asked 2/10, 2008 at 2:32
© 2022 - 2024 — McMap. All rights reserved.