[thelist] Really weird ASP problem

David at softv.net David at softv.net
Thu Jan 24 11:41:04 CST 2002


Kevin,

Have you solved the weird ASP problem yet?

First, do a response.write(query) to examine exactly what query you are
sending to Access. This should always be your first step. Post it here so we
can take a look.

Second, change "magic numbers" in your scripts: "BoardRS.Open query,
Connect, 3 <<<<< magic number". Instead, define a constant (or use
adovbs.inc) so that the code becomes more self-documenting. 
	3 = adOpenStatic

Thirdly, is your connection object valid?

Dave








More information about the thelist mailing list