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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP HELP HELP WHAT DOES THIS MEAN 1

Status
Not open for further replies.

bryant89

Programmer
Nov 23, 2000
150
CA
/NetworkForms/_ScriptLibrary/Recordset.ASP, line 636

the line reads this. My pages were working fine and all of a sudden I am getting this stupid error. When I debug this it tells me this but I know nothing about what is going in any of the _ScriptLibrary's
 
_ScriptLibrary is a special folder created by interdev, to searve as additional scripts, to make your ASP runs better, if you chose to use them, it's kind of like using MFC with your VC++ projects, although you can make them without MFC, it would just take longer, and possibly harder to do.

But to help you, show us what's on line 636 of that ASP, perhaps you have your connection set up wrong, I also assume you are using design time controls.
Karl
kb244@kb244.com
Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)

 
I figured out the problem. Turns out that I did not have rights to the stored procedure I was using. Unfortunately I wasnt displayed with a rights error message. I had to use my enterprise manager for SQL server 2000 to check off my rights to the stored procedure I was trying to use. I had to go into the database I am using and under users I selected IUSR for my server and hit the permissions button to go and check off any stored procedures that I did not have rights too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top