CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2000
    Posts
    2

    DataField problems

    I cant figure out how to add a Data Field into an .MDB file before it gets created. I can do it once it gets created but if the file is recreated then all the changes go away.


  2. #2
    Join Date
    Nov 1999
    Location
    US NJ
    Posts
    113

    Re: DataField problems

    Maybe it's me, but could you explain a little bit better. Maybe I can help if can understand it well.

    Leo.


  3. #3
    Join Date
    Jan 2000
    Posts
    2

    Re: DataField problems

    Ok im new to VB so please bear with me.
    I had created this program and it creates an .MDB file where it stores all the information it imports into a file. Each time you import new information it Deletes the old .MDB and recreates a new one. Upon this recreation i cannot (this is where im having trouble) It is not adding 2 fields to the .MDB. If this has been help full please let me know if you need more info.




  4. #4
    Join Date
    Nov 1999
    Location
    US NJ
    Posts
    113

    Re: DataField problems

    Are you creating the same exact db with same tables fields?

    Other question, why are you deleting and recreating db instead of reusing it?

    And the last one, Are you adding new fields into an existing table that has fields already?

    I think I can help you but if you could answer those questions I can help you better and even send some codes for you to check it out and use.

    Leo



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