User Tools

Site Tools


reset_rpsc_export_table

This is an old revision of the document!


Reset RPSC Export File

Instructions

  1. Create a file on your desktop named FixRPSCXRef.vbs
  2. Paste the contents from the FixRPSCXRef.vbs section below
  3. Edit the contents of the file, and change the path to The Clients Path

FixRPSCXRef.vbs

dim conn
set conn = createobject("ADODB.Connection")
 
conn.open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\RPSCData\Store1\inventory.mdb"
'conn.open "DSN=Inventory"
 
conn.execute "Delete * from [s5_SubCatXRef]"
 
conn.close
 
msgbox "Done"
reset_rpsc_export_table.1170386267.txt.gz · Last modified: 2007/02/01 19:17 (17 years ago) by lawrence