create Temporary data file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PeterSummer
    New Member
    • Sep 2009
    • 3

    create Temporary data file

    How knows how to create a temporary data file in vb.net without using sqlserver.
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    I think you're going to have to be more specific about your needs and project.

    "data" could just be a bunch of lines of text. So write a .txt file to the hard drive.
    or data could be a highly complex set of 50 tables.
    or data could be a bunch of 'widget' structs

    Comment

    • PeterSummer
      New Member
      • Sep 2009
      • 3

      #3
      create temporary data file

      I mean one or more tables with fields and maybe relationships.

      Comment

      Working...