Quote:
|
Originally Posted by chrishirst
dBaseConn & strConn are the ones to look at
|
OK - strConn returns:
SELECT * FROM Content where id=10
and dBaseConn returns:
Provider=Microsoft.Jet.OLEDB.4.0;Password="";User ID=Admin;Data Source=d:\hosting\domain_name\access_db\file_name. mdb;Mode=Share Deny None;Extended Properties="";Jet OLEDB:System database="";Jet OLEDB:Registry Path="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=5;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False
Microsoft JET Database Engineerror '80040e10'
No value given for one or more required parameters. /home.asp, line 12
Does that mean anything to you?
Something I've just noticed by accident. One of my scripts never pulls the error. The only difference seems to be that I don't use the WHERE statement in the strConn. So I went and removed the WHERE statement in the first script, and no error either. The dBaseConn was exactly the same.
So, what the heck is wrong with "SELECT * FROM Content where id=10"? If I'm even on the right track...
Last edited by unclechris; 02-17-2006 at 10:11 AM..
|