OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Can anybody help with a Spooky Login connection problem

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP, PHP, and Database >> Can anybody help with a Spooky Login connection problem
Page: [1]
 
SteveCrowther

 

Posts: 49
Joined: 2/26/2002
From: Aberystwyth & Kissimmee
Status: offline

 
Can anybody help with a Spooky Login connection problem - 4/21/2009 12:56:01   
There must be somebody who know how to do this....

I need to change the route to my Access Database to my server's 'data' folder -

This works in Snitz Forums -
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\websites\mydomain\data\mydb.mdb" '## MS Access 2000


But I can't get it to work in Spooky Login 2.7.

Tried it as the whole thing inside the quotes, just the d:... part, with single quotes but no joy.

I have also set-up a DSN (mydomainmydb) but don't know how to enter this.

Surely somebody knows.

SGC
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: Can anybody help with a Spooky Login connection pro... - 4/21/2009 13:26:27   
Try this in the db_conn.asp page:
Comment out the first connection string with a single quote at the beginning:
quote:


'sDSN ="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.Mappath(DatabaseFolder)
sDSN = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\websites\mydomain\data\mydb.mdb;Persist Security Info=False"


_____________________________

:)

Follow us on TWITTER

(in reply to SteveCrowther)
SteveCrowther

 

Posts: 49
Joined: 2/26/2002
From: Aberystwyth & Kissimmee
Status: offline

 
RE: Can anybody help with a Spooky Login connection pro... - 4/22/2009 11:14:14   
Thanks

What goes after -
CONST DatabaseFolder = "
when I add your line?

SGC

(in reply to TexasWebDevelopers)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: Can anybody help with a Spooky Login connection pro... - 4/22/2009 14:36:38   
Shouldn't matter--I don't believe it's used anywhere else except to construct the db connection.

_____________________________

:)

Follow us on TWITTER

(in reply to SteveCrowther)
SteveCrowther

 

Posts: 49
Joined: 2/26/2002
From: Aberystwyth & Kissimmee
Status: offline

 
RE: Can anybody help with a Spooky Login connection pro... - 4/23/2009 5:12:17   
Thanks

I figured it by leaving it blank - ""

I have big problem though...

I have it working but sometimes, and I can't figure why, the login goes to a Register page instead of to the right page. First thought it was due to Copying and Pasting the password but it seems random.

If this really has gone (and why). Can you suggest another system?

Many thanks for your help.

SGC

(in reply to TexasWebDevelopers)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: Can anybody help with a Spooky Login connection pro... - 4/23/2009 9:16:54   
No suggestions on a replacement. The program does so many things (and does them well) including adding form fields on the fly, etc.
Sometimes the time and effort to support a product simply isn't worth it to a company when sales start to decline or technology moves on. Just look at FrontPage as a good example--where support has been taken up by users--but eventually that, too, will go away as the product simply won't perform to modern standards.
Now Spooky Login is still a great product and ASP isn't rocket science so if you are having a specific problem post it here and someone will help. But be specific...include code or error messages.
On your current post: Since many applications use session states or cookies you might be seeing the program behaving correctly. In other words, it sees you as having logged in previously and the session state or cookie is still active, or vice-versa.

_____________________________

:)

Follow us on TWITTER

(in reply to SteveCrowther)
SteveCrowther

 

Posts: 49
Joined: 2/26/2002
From: Aberystwyth & Kissimmee
Status: offline

 
RE: Can anybody help with a Spooky Login connection pro... - 4/23/2009 10:13:05   
Many thanks

I think I may have solved the problem. I'll keep testing.

I would love to learn .Net but can't see how to start. Huge learning curve just to do a few things.

Thanks again.

(in reply to TexasWebDevelopers)
Page:   [1]

All Forums >> Web Development >> ASP, PHP, and Database >> Can anybody help with a Spooky Login connection problem
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts