PC Review


Reply
Thread Tools Rate Thread

The best file format to import/export data into sql database through asp.net application

 
 
Max2006
Guest
Posts: n/a
 
      9th Oct 2007
Hi,

We are developing a SQL server based asp.net application. As part of
requirement we should allow users import/export some relational data through
web user interface. We are investigation which file format would be the most
efficient format to import export relational data.

So far we came up with two options: XML and Access MDB files and we prefer
MDB files.

Is there any better file format for import/export data?

Any help would be appreciated,
Max



 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      9th Oct 2007
The format is not part of the requirements ? What is the exact purpose ?

IMO users are more used to spreadsheet files rather than to xml or even
Access files. Of course it depends if the overall goal is to import/export
data to automated systems or if this is to allows users to handle those
files by themselves in a familiar tool...

My personal default preference would be likely Excel files but your berst
bet is liekly to ask them what they intend to do with those files...

---
Patrice

"Max2006" <(E-Mail Removed)> a écrit dans le message de news:
(E-Mail Removed)...
> Hi,
>
> We are developing a SQL server based asp.net application. As part of
> requirement we should allow users import/export some relational data
> through web user interface. We are investigation which file format would
> be the most efficient format to import export relational data.
>
> So far we came up with two options: XML and Access MDB files and we prefer
> MDB files.
>
> Is there any better file format for import/export data?
>
> Any help would be appreciated,
> Max
>
>
>



 
Reply With Quote
 
pvong
Guest
Posts: n/a
 
      9th Oct 2007
CSV is what I would pick.



"Max2006" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> We are developing a SQL server based asp.net application. As part of
> requirement we should allow users import/export some relational data
> through web user interface. We are investigation which file format would
> be the most efficient format to import export relational data.
>
> So far we came up with two options: XML and Access MDB files and we prefer
> MDB files.
>
> Is there any better file format for import/export data?
>
> Any help would be appreciated,
> Max
>
>
>



 
Reply With Quote
 
David C
Guest
Posts: n/a
 
      9th Oct 2007
I see nothing wrong with MDB as asp.net has a data provider for it. You can
read it directly into SQL Server using dataset, I would think.

David
"Max2006" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> We are developing a SQL server based asp.net application. As part of
> requirement we should allow users import/export some relational data
> through web user interface. We are investigation which file format would
> be the most efficient format to import export relational data.
>
> So far we came up with two options: XML and Access MDB files and we prefer
> MDB files.
>
> Is there any better file format for import/export data?
>
> Any help would be appreciated,
> Max
>
>
>



 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      9th Oct 2007
CSV (Comma Separated Values) is generally considered to be the most
platform-agnostic file format.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com



"Max2006" wrote:

> Hi,
>
> We are developing a SQL server based asp.net application. As part of
> requirement we should allow users import/export some relational data through
> web user interface. We are investigation which file format would be the most
> efficient format to import export relational data.
>
> So far we came up with two options: XML and Access MDB files and we prefer
> MDB files.
>
> Is there any better file format for import/export data?
>
> Any help would be appreciated,
> Max
>
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Export / Import data to update main database or utilise alternativ IKMD66 Microsoft Access Database Table Design 3 20th Jun 2009 11:48 PM
Memo format field data problem - Data import from Access database AFSSkier Microsoft Excel Programming 0 29th Apr 2009 05:51 PM
How can I export data from a table format to a contact database i. =?Utf-8?B?TWlrZSBBZGFtcw==?= Microsoft Access 3 5th Mar 2005 05:54 PM
Format of data import from a database John Conklin Microsoft Excel Discussion 2 10th Feb 2005 06:05 PM
can we import or export excel file into Access database? and how. =?Utf-8?B?SmVzc2ljYQ==?= Microsoft Access External Data 1 4th Jan 2005 03:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:14 AM.