Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Help Request - Little blue arrow - go to last post
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

rmweb
Starting Member

20 Posts

Posted - 11 September 2006 :  14:45:58  Show Profile
The little blue arrow will take users to the last post if there is only one page, if there is more than one page it will only go to the starting post of the topic on my forum.

Any ideas to rectify this?

Cheers,

Andy

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 September 2006 :  15:03:16  Show Profile  Send ruirib a Yahoo! Message
What database and connection string are you using?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

rmweb
Starting Member

20 Posts

Posted - 11 September 2006 :  16:50:02  Show Profile
Thanks, it's MSSQL and I wouldn't know what a connection string was if I was hung from the nearest tree by it to be honest.
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 11 September 2006 :  17:38:04  Show Profile
lol. The connection string is what is used to tell your forum how to connect to your database. You can find it in config.asp. Look for the strConnString variable. The one you are using would be the line of code that doesn't start with a single quote '.

Support Snitz Forums
Go to Top of Page

rmweb
Starting Member

20 Posts

Posted - 11 September 2006 :  17:46:13  Show Profile
Cheers Davio, that's what comes of following instructions without understanding them

strConnString = "driver={SQL Server};server=ATLAS-SQL-02;uid=*******;pwd=hiddenforareason;database=rmweb2couk_91069_db1" '## MS SQL Server 6.x/7.x/2000 (ODBC connection)
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 September 2006 :  19:19:45  Show Profile  Send ruirib a Yahoo! Message
Ok, change the connection string to:

strConnString = "Provider=SQLOLEDB;Data Source=ATLAS-SQL-02;database=rmweb2couk_91069_db1;uid=*******;pwd=hiddenforareason;"


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

rmweb
Starting Member

20 Posts

Posted - 12 September 2006 :  14:34:58  Show Profile
ruirib... you are one shining star... that works absolutely great, no probs. Many thanks indeed :-)
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 12 September 2006 :  14:44:55  Show Profile  Send ruirib a Yahoo! Message
You're welcome .


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07