I apologize in advance if the question seems stupid to most of you.
I have completed a VFP program, and it is working fine, but only on the computer I used to build it.
When I try to put it on another computer, there is something wrong with the database access. The forms and menus are running, but any database operation fails. Select returns nothing, and insert returns "cannot update cursor".
In this case I built an executable and included the needed dlls to make it run on a computer without VFP installed.
At this time, the program is supposed to work independently on both computers, so there is no need for shared access. so I thought I just had to copy the empty tables on the second computer to make it work, and I included them in the same directory as the .exe and the dlls.
Since it did not work, I even tried in desperation to use for all needed files on the second computer the exact same access path as the one used on the first. It did no good.
Can anyone point me in the right direction?
Thanks in advance.
I have completed a VFP program, and it is working fine, but only on the computer I used to build it.
When I try to put it on another computer, there is something wrong with the database access. The forms and menus are running, but any database operation fails. Select returns nothing, and insert returns "cannot update cursor".
In this case I built an executable and included the needed dlls to make it run on a computer without VFP installed.
At this time, the program is supposed to work independently on both computers, so there is no need for shared access. so I thought I just had to copy the empty tables on the second computer to make it work, and I included them in the same directory as the .exe and the dlls.
Since it did not work, I even tried in desperation to use for all needed files on the second computer the exact same access path as the one used on the first. It did no good.
Can anyone point me in the right direction?
Thanks in advance.