
August 2nd, 2004, 06:18 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Run SQL command from ASP
I create a ASP page. Users can type o SQL command to the text box then run this command.
Pls help me review this command:
Select Name, CurrentDb.name from user where Id >1
Error message:
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters
When I remove the function CurrentDb.name, it run OK.
Pls advise,
Thanks
|