Top "Flat-file" questions

A flat-file database model is any system using a single file for storage with one record per line, usually plain-text or text mixed with binary data.

Flat File Database Example

I would like to see some examples of simple flat file databases and how they are accessed through a data …

database-design data-access-layer flat-file
"The selected data source is on remote computer" error when creating an SSIS job

I am in the process of developing an SSIS job on my workstation which a Data Flow Task open a …

sql-server-2005 ssis import flat-file dataflowtask
Flat file vs database - speed?

I'm making a chat program, and I need a place to store messages. The client would contact the server every …

php mysql flat-file
How to import a flat file without changing regional settings on the deployment server?

I am trying to read a text file in SSIS (2005/2008). I created a connection to the file and placed flat …

ssis delimiter flat-file
Writing email messages to flat files in Outlook with VBA

I have written a VBA app that opens a folder in outlook and then iterates through the messages. I need …

vba email outlook flat-file
Java: Save objects in a textfile? Are there readymade solutions?

I want to save the objects I generated in a program. After restart the App should load automaticly all Objects …

java object store flat-file
BizTalk Flat File Schema - how to accept a LF or CRLF as the line delimiter

Our client sends us a flat file as input, which we then take and convert to an XML file before …

biztalk flat-file biztalk-2009
Retaining NULLs in numerical columns using SSIS Import/Export Wizard?

I am having a problem uploading data from tab-delimited flat files (TSV files) into SQL Server 2005 using the SSIS Data …

sql sql-server sql-server-2005 ssis flat-file