Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft SQL Users.

Status
Not open for further replies.

E3

IS-IT--Management
Feb 19, 2002
16
SG
rsUsers.Open "bidders",Conn,adOpenForwardOnly,adLockOptimistic,adCmdTable


Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/AddUser.asp, line 40

MSSQL doesn't alllow retriving for whole tables?
 
SQL allows the retrieving of whole tables.

It appears that the error is in your VB code not on SQL Server. Verify the parameters for you Open statement are correct. The message says they are not! Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions in the SQL Server forum. Many of the ideas apply to all forums.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top