CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    at home and at office :D
    Posts
    126

    Question Export SQL Database programmatically for local use

    Hi,

    what's the best way to export SQL Server Data and use it in an application?

    I've got to create an exe which runs on SQL data without being connected to the original database. But there has to be only an export function so there's no transaction for import after reconnecting to the database.
    After having done the export the application has to run on the localized data.
    And what's the best data format? XML? Best practises welcome.

    ty
    Better ask and make a rhyme
    than search dead threads for a long time.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Export SQL Database programmatically for local use

    I am unsure of what you are looking for. Can you restate the question(s) or list a few simple requirements?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured