Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #36.9K
~3K People Reached
Favorite Tags
Member Avatar for PM312

Hi, I Have below table I want all rows with all coloumn from below table where ActCode is 1162828 and sum of DocAmount for DocNo. i.e where the docNo is repeated i want only one row with sum of amount of all repeated rows. ** "Select *, Sum (DocAmount) from …

Member Avatar for SeanDevoy
0
2K
Member Avatar for pace

Howdy, I'm looking for an ASP programmer to produce 5 contact forms and associated form parser. We're more php kinda people, so we figure it would be easier to seek help. pm me and i'll give you the spec if it sounds like your bag. (please forgive me if this …

Member Avatar for sreekanths
0
88
Member Avatar for Member 164344

Dear all, how to dynamically build an XML document with IIS6 and 404 error custom handler? At the moment if I dinamically create an XML page with Response.Write(<xml code here>) I cannot remove header "404 errorpagepath" that IIS adds automatically. How to remove that header from Response object? Thank you …

Member Avatar for Kim Rowden
0
61
Member Avatar for SBox

when iam trying to add data to the database i get this error [CODE]Microsoft JET Database Engine (0x80040E14) Syntax error in INSERT INTO statement. /science/add.sign.asp, line 14[/CODE] here is the add.sign.asp [CODE] <!--#include file="connection.asp" --> <% adddate=now() name=request.form("name") email=request.form("email") ranking=request.form("ranking") notes=request.form("notes") if name="" or ranking="" or notes="" then response.write"الرجاء ادخال …

Member Avatar for Kim Rowden
0
411