Announcement

Collapse
No announcement yet.

Mivascript to add columns to DBF

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mivascript to add columns to DBF

    I'm editing a module that uses a DBF database, and I'd like to add a few columns. Unfortunately I can't find any documentation on how to do that. I've been looking on mivascript.com - maybe I'm missing something though?

    http://www.mivascript.com/topic/xbase3.html
    Looking for work as of March 2024! I've been a web developer for going on 20 years, with most of that time spent on Miva sites.

    #2
    Re: Mivascript to add columns to DBF

    You'd need to MvCREATE the new dB including the new fields, then MvIMPORT your existing dB into that new one. Gives you a chance to populate the new fields too.

    Comment


      #3
      Re: Mivascript to add columns to DBF

      got it, thanks!
      Looking for work as of March 2024! I've been a web developer for going on 20 years, with most of that time spent on Miva sites.

      Comment

      Working...
      X