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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Snitz Classified Ads sr 1
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 4

sumo
Junior Member

USA
121 Posts

Posted - 13 April 2001 :  14:10:31  Show Profile  Visit sumo's Homepage  Send sumo an AOL message
I ran into this problem (along with others) with the event calendar MOD as well.. really weird..

quote:

My machine is also a Windows 2000, but running SQL 7.

The rsGetMemberID was also a problem before.



Mike
http://www.sumovw.com/
http://www.sumovw.com/forum/
http://www.sumofx.com/
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 13 April 2001 :  14:43:48  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
I understand your situation now. However, I cannot reproduce this error on my test machine running 2000AS and sql server 7 or on my live site running sql 2000.

Can you guys do a response.write on the main strSQL on classifieds_details.asp?



- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

cyberd
Starting Member

Australia
34 Posts

Posted - 13 April 2001 :  22:19:00  Show Profile  Visit cyberd's Homepage
quote:

I understand your situation now. However, I cannot reproduce this error on my test machine running 2000AS and sql server 7 or on my live site running sql 2000.

Can you guys do a response.write on the main strSQL on classifieds_details.asp?



- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource



I have tried placing it in a few places, but getting nothing. Can you suggest somewhere.

I was adding <% Response.Write(strSQL) %>

Go to Top of Page

seven
Senior Member

USA
1037 Posts

Posted - 14 April 2001 :  01:05:54  Show Profile  Visit seven's Homepage
The DB setup does not work with access?

Go to Top of Page

sumo
Junior Member

USA
121 Posts

Posted - 14 April 2001 :  01:52:31  Show Profile  Visit sumo's Homepage  Send sumo an AOL message
quote:

I understand your situation now. However, I cannot reproduce this error on my test machine running 2000AS and sql server 7 or on my live site running sql 2000.

Can you guys do a response.write on the main strSQL on classifieds_details.asp?
tp://www.calvsa.net/snitz/"]Snitz Resource[/url]



Here's the link to where I did this so that you can see it:
http://www.sumovw.com/forum/classifieds_detail.asp

Mike
http://www.sumovw.com/
http://www.sumovw.com/forum/
http://www.sumofx.com/
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 14 April 2001 :  06:31:03  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
quote:

The DB setup does not work with access?





Try using the access 2000 connection string. It's okay even if you're using the acces 97 db.

- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

cyberd
Starting Member

Australia
34 Posts

Posted - 18 April 2001 :  05:36:46  Show Profile  Visit cyberd's Homepage
Where/how did you instert the string SUMO, just want to check if mine looks the same.
I guess you've had no luck yet?

Go to Top of Page

ctsolutions
New Member

Germany
69 Posts

Posted - 18 April 2001 :  07:46:05  Show Profile  Visit ctsolutions's Homepage  Send ctsolutions an ICQ Message
"I understand your situation now. However, I cannot reproduce this error on my test machine running 2000AS and sql server 7 or on my live site running sql 2000."


@Aznknight

I'm running also Win2k 2000 Adv.Server with SQL 2000 and I have the same problem as cyberd.

=============

Contact Person:
Microsoft VBScript compilation - Fehler '800a03ea'

Syntax error

/iisHelp/common/500-100.asp, line 122

on error go to 0
---------^
Microsoft OLE DB Provider for ODBC Drivers- Fehler '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.

/musicfox/inc_functions.asp, line 1553

====================

Datenträger
Contact Ad Content
Location: Hessen
Contact:
Microsoft VBScript compilation - Fehler '800a03ea'

Syntax error

/iisHelp/common/500-100.asp, line 122

on error go to 0
---------^
Microsoft OLE DB Provider for ODBC Drivers- Fehler '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.

/musicfox/inc_functions.asp, line 1553


===========
Microsoft VBScript compilation - Fehler '800a03ea'

Syntax error

/iisHelp/common/500-100.asp, line 122

on error go to 0
---------^
Microsoft OLE DB Provider for ODBC Drivers- Fehler '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.

/musicfox/pop_profile.asp, line 129



Snitz Forum 2000 Test Site = Access 2000 =
http://itc.dynip.com/itcenter
Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.
Go to Top of Page

ctsolutions
New Member

Germany
69 Posts

Posted - 18 April 2001 :  07:58:05  Show Profile  Visit ctsolutions's Homepage  Send ctsolutions an ICQ Message
@All with this problem !!!

================
Syntax error

/iisHelp/common/500-100.asp, line 122

on error go to 0
---------^
Microsoft OLE DB Provider for ODBC Drivers- Fehler '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.

=====================

There ist a Database Connection Sring problem.

When you use a DNS Connection like:
strConnString = "DSN=musicfox"

you have problem.

when you change the Connection of:

strConnString = "Provider=SQLOLEDB;Data Source=(Local);Initial Catalog=musicfox;User ID=sa;Password=a##m" '## MS SQL Server 2000

BINGO !!! Fine-Work

Regards,
ctsolutions

Snitz Forum 2000 Test Site = Access 2000 =
http://itc.dynip.com/itcenter
Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.
Go to Top of Page

cyberd
Starting Member

Australia
34 Posts

Posted - 19 April 2001 :  08:19:15  Show Profile  Visit cyberd's Homepage
quote:

@All with this problem !!!

================
Syntax error

/iisHelp/common/500-100.asp, line 122

on error go to 0
---------^
Microsoft OLE DB Provider for ODBC Drivers- Fehler '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.

=====================

There ist a Database Connection Sring problem.

When you use a DNS Connection like:
strConnString = "DSN=musicfox"

you have problem.

when you change the Connection of:

strConnString = "Provider=SQLOLEDB;Data Source=(Local);Initial Catalog=musicfox;User ID=sa;Password=a##m" '## MS SQL Server 2000

BINGO !!! Fine-Work

Regards,
ctsolutions

Snitz Forum 2000 Test Site = Access 2000 =
http://itc.dynip.com/itcenter
Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.



Egat - It works a charm - On SQL 7 as well.

Thanks CT


Go to Top of Page

Huntress
New Member

USA
96 Posts

Posted - 22 April 2001 :  18:31:48  Show Profile  Visit Huntress's Homepage
When will you release the version that includes editing and deleting of ads?

And here's a suggestion: Let the user decide when the ad will expire

I've downloaded and installed, I like it alot. But I can't make it public until we can edit or delete ads.

One bug I found:

When editing categories in which the name is more than one word, only the first word is populated in the text box. If saved without typing it back, then the category name is changed.

Thanks!

Diana
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 22 April 2001 :  18:43:51  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
Actually I have been thinking of discontinuing updates of this mod and focus on my other mods. Due to time constraints as well as the low interest in this mod.

- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

Huntress
New Member

USA
96 Posts

Posted - 22 April 2001 :  19:01:11  Show Profile  Visit Huntress's Homepage
PLEASE!!!!!
Go to Top of Page

Capt_Dunzell
Junior Member

USA
160 Posts

Posted - 22 April 2001 :  20:57:05  Show Profile  Visit Capt_Dunzell's Homepage
I would also like to see the ability to edit or delete ads.

Its a pain to have to download the database, and then upload the changes because of a few phony ads in poor taste.

So throw my vote of interest in the pile.

http://www.dunzellsden.com/forum/
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 22 April 2001 :  21:44:58  Show Profile  Visit HuwR's Homepage
If you replace your classViewAds with the one here, you will be able to delete Ads

http://www.magicmushroom.org.uk/snitzmods/classViewAds.txt

Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07