Click here to Skip to main content
16,006,594 members
Home / Discussions / Database
   

Database

 
Questiongetting of data Pin
papa198010-Apr-06 18:33
papa198010-Apr-06 18:33 
AnswerRe: getting of data Pin
Frank Kerrigan12-Apr-06 2:21
Frank Kerrigan12-Apr-06 2:21 
QuestionSelect from 4 tables !!! Pin
mrkeivan10-Apr-06 9:08
mrkeivan10-Apr-06 9:08 
AnswerRe: Select from 4 tables !!! Pin
Eric Dahlvang10-Apr-06 9:56
Eric Dahlvang10-Apr-06 9:56 
AnswerRe: Select from 4 tables !!! Pin
Gerald Schwab10-Apr-06 10:03
Gerald Schwab10-Apr-06 10:03 
GeneralRe: Select from 4 tables !!! Pin
mrkeivan11-Apr-06 7:31
mrkeivan11-Apr-06 7:31 
Questiondeploying sql server 2005 on iis 5.1 Pin
ssoffline10-Apr-06 8:13
ssoffline10-Apr-06 8:13 
QuestionDB connectivity problem Pin
grandypeace10-Apr-06 7:41
grandypeace10-Apr-06 7:41 
The particulars: I have a 2.0 ASP/C# app, making use of Sql Server 2000 on the back end. There are 3 actual machines in play here:

1. DB server - windows 2003, Sql Server 2000
2. Web server - windows 2003
3. My own work station - windows 2003

The app works fine on my computer (which doubles as a testing machine), interacting with the database on the DB Server. When I upload it to the webservcer, however, problems arise.

It's a simple app, and everything works except one specific thing in the admin section: editing information (it's a membership directory for a client). You can add and delete no problem; additionally both the searches in the admin section as well as the public search functionality work no problem. Detail viewing (see below) works no problem. The page itself has a simple searching mechanism, a gridview to display results of a search (including partial matches), and then a details view (dvMember) for the specifics of a result. dvMember is bound to a datasource, dsMember. dsMember has Select and Update commands - both stored procs. dvMember is a mishmash of boundfields and templatefields currently. It relies on dsMember for switching between edit/viewing mode.

When I try to edit a member on the production server, I get the following error message:

"@original_MemberID is not a parameter for procedure spEditMember. "

Well, that's correct. There is no such paramater for spEditMember. Furthermore, there's no such data anywhere inside the control or on the page. spViewMember is the select command, and it pulls no such thing out of the database. I have no idea where this is coming from. There is a MemberId paramater, it's the PK for tblMember int he database. Again, the proc itself lacks the referenced parameter in the error message. Again, this works on my machine. But when I move it to the production server, nada. I'm not sure where to look for the cause of the problem. I haven't found anything crazy on the .aspx page or in the codebehind. Is it some difference between how things are set up on the live server and how they're set up on mine?
QuestionFast question Pin
papa198010-Apr-06 5:10
papa198010-Apr-06 5:10 
QuestionAccessing another Database from within a Database Pin
si_6910-Apr-06 1:54
si_6910-Apr-06 1:54 
AnswerRe: Accessing another Database from within a Database Pin
MatthysDT10-Apr-06 2:13
MatthysDT10-Apr-06 2:13 
AnswerRe: Accessing another Database from within a Database Pin
Frank Kerrigan12-Apr-06 2:18
Frank Kerrigan12-Apr-06 2:18 
QuestionFull Text Search Pin
TheEagle9-Apr-06 22:51
TheEagle9-Apr-06 22:51 
QuestionDiff. betn. nvarchar & varchar. Pin
Vikrant Badhai9-Apr-06 22:06
Vikrant Badhai9-Apr-06 22:06 
AnswerRe: Diff. betn. nvarchar & varchar. Pin
albCode9-Apr-06 22:13
albCode9-Apr-06 22:13 
AnswerRe: Diff. betn. nvarchar & varchar. Pin
Paddy Boyd9-Apr-06 23:29
Paddy Boyd9-Apr-06 23:29 
AnswerRe: Diff. betn. nvarchar & varchar. Pin
Colin Angus Mackay9-Apr-06 23:34
Colin Angus Mackay9-Apr-06 23:34 
AnswerRe: Diff. betn. nvarchar & varchar. Pin
Frank Kerrigan9-Apr-06 23:40
Frank Kerrigan9-Apr-06 23:40 
QuestionSimple (?) SQL Question Pin
ISIS559-Apr-06 10:08
ISIS559-Apr-06 10:08 
AnswerRe: Simple (?) SQL Question Pin
Colin Angus Mackay9-Apr-06 12:05
Colin Angus Mackay9-Apr-06 12:05 
GeneralRe: Simple (?) SQL Question Pin
ISIS559-Apr-06 15:07
ISIS559-Apr-06 15:07 
GeneralRe: Simple (?) SQL Question Pin
Colin Angus Mackay9-Apr-06 23:39
Colin Angus Mackay9-Apr-06 23:39 
QuestionSUM SQL? Pin
munklefish9-Apr-06 7:02
munklefish9-Apr-06 7:02 
AnswerRe: SUM SQL? Pin
Gerald Schwab9-Apr-06 8:29
Gerald Schwab9-Apr-06 8:29 
Question[INFO]For sqlexpress users Pin
Jerry Hammond9-Apr-06 4:38
Jerry Hammond9-Apr-06 4:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.