0
votes
0answers
42 views
file systems - theoretical [closed]
Hello guys, i have some theoretical questions which im not clear with, so if someone can explain i would be very grateful, it related to file systems.
Are there, and what are the d …
1
vote
3answers
582 views
Append newline to flat-file schema in BizTalk 2006 R2
I have a flat-file schema that has a header and detail records. It looks something like this:
HDR**2401*XX0062484*22750***20081006000000*000*******
LIN**001*788-0538-001*4891-788 …
1
vote
6answers
114 views
flat-file database php application
I'm creating and app that will rely on a database, and I have all intention on using a flat file db, is there any serious reasons to stay away from this?
I'm using mimesis (http:/ …
3
votes
8answers
281 views
What is faster, flat files or a MySQL RAM database?
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 …
1
vote
10answers
740 views
Recommend a flat-file blog engine?
Has anyone had success with a flat-file blog engine?
I'm trying to arrange a very basic, bare bones blog setup on an intranet site. Unfortunately, the usual solutions rely on MySQ …
2
votes
13answers
450 views
Help required with ancient, unknown storage system.
Morning all,
I've gone and told a customer I could migrate some of their old data out of a DOS based system into the new system I've developed for them. However I said that withou …
5
votes
7answers
199 views
Is there a standard format for describing a flat file?
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 e …
1
vote
1answer
60 views
Should I use a flat file or database for storing quotes for a random quotations app on Android?
Hi,
I am developing an app on Android that will randomly pick and display an inspirational quotation (or verse) from a large collection of quotations. On Android I can choose betw …
0
votes
1answer
58 views
Viewstate in flat files vs viewstate in SQLserver
I wrote my own PageStatePersister class based on SessionPageStatePersister which writes the most recent 10 Viewstates for a session to a shared disk. I figure this will scale bette …
31
votes
36answers
3k views
Why do we still program with flat files?
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 easi …
1
vote
7answers
907 views
Transforming flat file to XML using XSLT-like technology
I'm designing a system which is receiving data from a number of partners in the form of CSV files. The files may differ in the number and ordering of columns. For the most part, I …
0
votes
1answer
37 views
locating a flat file from SQL server 2005
I have built an SSIS job in visual studio 2005 that accesses a flat file and updates a table in SQL Server 2005. This works perfectly. I then store a copy on SQL Server by using th …
0
votes
1answer
74 views
Biztalk - processing a flat file receives “no subscribers found” message
I've created a flat file schema in Visual Studio from an instance of a CSV file I have, and it validates fine, and I've hooked up an orchestration to send and receive ports set to …
2
votes
4answers
4k views
C#: Convert COMP-3 Packed Decimal to Human-Readable Value
I have a series of ASCII flat files coming in from a mainframe to be processed by a C# application. A new feed has been introduced with a Packed Decimal (COMP-3) field, which needs …
1
vote
7answers
100 views
Many to one join help for flat file
I’m not sure if this has already been asked – I looked around for quite a bit but couldn’t find anything.
My end result is to get data from several of my SQL database tables into …
