If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Data access question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-26-06, 16:33
garp2100 garp2100 is offline
Registered User
 
Join Date: Oct 2006
Posts: 7
Question Data access question

Greetings Everyone!
I have a question related to ASP and SQL connectivity. I've inherited a legacy webapp with the standard login controls and database search for records, I am fairly new in ASP programming and making this one work on our end is proving to be a headache. I've installed the database on our SQL server and I've uploaded the web files to our web server. I can't seem to login or even get a "invalid login" message from the application. I have a "validate.inc" file and everything else seems to be handled by cookies, I can't find a logical connection string to the server, I'm really lost and any help is greatly appreciated. I am attaching partial code for the "validate.inc" page as well as "login", "default", and "home" pages, which seem to be the logical order of the login process.
This is the error that I get:

"Microsoft VBScript runtime error '800a01a8'

Object required: 'Application(...)'

/cop/admin/validate.inc, line 2 "

Thank you so much.
default_page.txt

login.txt

home.txt

validate.inc.txt
Reply With Quote
  #2 (permalink)  
Old 10-31-06, 07:23
plsh plsh is offline
Registered User
 
Join Date: Nov 2004
Posts: 253
Line 2 of validate.inc is:
set OBJdbConn = Application("fishvb")

This appears to be a dll or some other external application. Do you have dll or application called fishvb?
Reply With Quote
  #3 (permalink)  
Old 11-01-06, 09:15
garp2100 garp2100 is offline
Registered User
 
Join Date: Oct 2006
Posts: 7
rats, I can't find a dll or external application anywhere in the files they gave me, is there a way around this?
Thank you so much for your response
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On