rashedirshad
Starting Member
Pakistan
1 Posts |
Posted - 12 February 2008 : 11:12:43
|
I am working on an classic ASP based application. I have a search page to search the items according to the keyword entered by the user. We have same page running fine for all other websites hasted on the server but we find problem with search_itams.asp on one website. Sometimes I get error and some other times its working fine. Following are the errors that I get
1 = Registry Entry Value Name: OLEDB_SERVICES Data Type: REG_DWORD Value: 0xffffffff 2 = When data type mismatch (When comparing data with a column , which have not similar data type)
3 = When using persist_security info = true in connection string (which we are not using)
Remember one of these errors occur sometimes when user searches an item. What could be the possible problem as this same page is working fine for all other websites running on the same server. Any help? |
Regards, Rashid Khan |
|
pdrg
Support Moderator
United Kingdom
2897 Posts |
Posted - 14 February 2008 : 13:03:46
|
Hmmm can you give more details about the error code itself? My hunch is that you're trying to find a string in an integer field, or something like that, but without your exact code and the error code it's impossible to highlight the exact line. |
|
|