View Single Post
  #1  
Old 06-22-2002, 03:55 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default Unused item numbers

Ok, for you item makers out there. Here is a list of items not used in the database. (expected for 3.4 that is)

Any line starting with * means there are 50 or more blank numbers in a row.


Also included is a VBScript that I used to make the list. To use it you need myODBC, and WSH installed, and you need to edit the following in the script to match your information

Code:
	IP = "127.0.0.1"
	user = "put mysql username here"
	pass = "put mysql Password here"
	DB = "eq33"
Those with older versions of myODBC will also need to edit
Code:
DSN = ("Driver={MySQL ODBC 3.51 Driver};Se.....
to:
DSN = ("Driver={MySQL};Se.....
note: I just posted the beginning of that line
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote