|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Urgent problem with IIS/SQLsever
Hi all
![]() I'm almost desperate by now: All the query's that I'm making to the database don't seem to work, not even the tiniest "SELECT * FROM clientes" The strage thing is that every script that I've made before friday afternoon keeps working properly. All the scripts that I've made after that always get the same error: ADODB.Recordset (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. ...even the statement SELECT * FROM clientes does this mistake Can you please please help me and tell me what can be wrong? Thanks in advanced Ophelia |
|
#2
|
|||
|
|||
|
post some code. that error message can mean quite a few things, depending on the code.
|
|
#3
|
|||
|
|||
|
There are a number of possible reasons as to why you're getting that type of error. The trick is to figure out which applies to you.
For example, are you using constants without including adovbs? Another possibility is that your variables are different from those of your database. I was getting that error message the other day, when my database connection variable was different in my include file than in my asp page. d'oh Try looking at this page for possible problems and post your code here. http://www.aspfaq.com/show.asp?id=2102 |
|
#4
|
|||
|
|||
|
I already solved this one
But thanks for both your help Ophelia |
|
#5
|
|||
|
|||
|
What was the problem, just out of curiosity?
Oh, just read your other post - I guess it was the spelling mistake in the connection string. Glad you figured it out! |
|
#6
|
|||
|
|||
|
Yes, it was also the spelling mistake
But thatnks again for your concern ![]() Ophelia |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > Urgent problem with IIS/SQLsever |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|