Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP and Miva Merchant 4

Status
Not open for further replies.

kavukattu

Programmer
Apr 29, 2002
13
US
I am using Miva Merchant 4, to host the inventory for my products. However I don't want to necessarily use Miva, but use ASP scripts to extract data from Miva's database.
Does anyone forsee problems if I do this?
Thanks,
Toby
 
I don't see a problem extracting data from Merchant's dBaseIII-type DBF files. It's when you try to write data that could be an issue.
 
Thanks for replying so quickly.
I noticed that the Miva databases uses special indexing.
But what kind of issues will I run into if I attempt to update/edit the database via external scripts, in this case vb scripts in ASP pages?
Thanks,
Toby
 
As you noticed, Miva uses its own indexes (MVX), so that would be one issue.

Another would be to ensure that the strict dBase III compatibility was maintained. For example, I use Visual FoxPro every day to analyze and report on my Merchant data, but I can't use it to make updates to the store data because VFP will convert the DBT memo files to its own format.

So you have to be completely sure that whatever you use to modify the DBFs won't change the memo field structure and won't unexpectedly change any bytes in the DBF header.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top