All of a sudden we are getting this error. This project has been working fine for logins etc. The only thign we've been playing with is the edit/add properties. This is a straight forward login.
Technical information
Error number 3001
Error description Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
URL /aspr/login.asp
SQL query select from [dbo].[Accounts] where [Login_ID]='wanda' and [Password]='test'
Solution
*
I ran SQL queries using the above Login_ID and Password - no problems.
I ran our existing ASPmaker project with the same credentials - no problems.
The columns are defined as follows:
Login_ID: nvarchar(15) -> adVarWchar(15)
Password: nvarchar(10) -> adVarWchar(10)
We created a dummy project with a Login Page and it works just fine.
We've checked every page (i.e. in the gui) from start to finish and nothing has changed at all (other than formatting for add/edit).
Any ideas what is goofy with this project?