Click here to Skip to main content
16,011,868 members
Home / Discussions / Database
   

Database

 
QuestionRe: stored procedure yazan Pin
yazan_zahi30-Aug-06 22:06
yazan_zahi30-Aug-06 22:06 
GeneralRe: stored procedure Pin
_AK_30-Aug-06 22:52
_AK_30-Aug-06 22:52 
AnswerRe: stored procedure Pin
_AK_30-Aug-06 21:22
_AK_30-Aug-06 21:22 
Questionstored procedure Pin
yazan_zahi30-Aug-06 20:52
yazan_zahi30-Aug-06 20:52 
AnswerRe: stored procedure Pin
HimaBindu Vejella30-Aug-06 22:41
HimaBindu Vejella30-Aug-06 22:41 
AnswerRe: stored procedure Pin
Colin Angus Mackay31-Aug-06 4:53
Colin Angus Mackay31-Aug-06 4:53 
QuestionDynamic SQL - Dataset Pin
Amit Kumar G30-Aug-06 13:09
Amit Kumar G30-Aug-06 13:09 
AnswerRe: Dynamic SQL - Dataset Pin
Michael P Butler30-Aug-06 21:22
Michael P Butler30-Aug-06 21:22 
Amit Kumar G wrote:
PrdDataSet = SqlHelper.ExecDataSet("GetProductsDetails", CommandType.StoredProcedure, objparam)


Your ExecDataSet call has obviously failed. Without seeing the code, it is hard to guess why. Try adding a try and catch block to see if any exceptions are being thrown, or step through each line of code in the function to find out what is going wrong.

First guess would be that the user the application is running under, doesn't have execute permissions for the stored procedure.




QuestionSQL Reporting Services 2000 Pin
xfitr230-Aug-06 9:44
xfitr230-Aug-06 9:44 
AnswerRe: SQL Reporting Services 2000 Pin
xfitr230-Aug-06 11:41
xfitr230-Aug-06 11:41 
GeneralRe: SQL Reporting Services 2000 Pin
Michael P Butler30-Aug-06 21:24
Michael P Butler30-Aug-06 21:24 
QuestionQuestion Pin
messages30-Aug-06 6:55
messages30-Aug-06 6:55 
AnswerRe: Question Pin
Colin Angus Mackay30-Aug-06 9:59
Colin Angus Mackay30-Aug-06 9:59 
GeneralRe: Question Pin
messages30-Aug-06 23:31
messages30-Aug-06 23:31 
QuestionCompare 2 DataTables Pin
Omkar Ghaisas30-Aug-06 4:36
Omkar Ghaisas30-Aug-06 4:36 
AnswerRe: Compare 2 DataTables Pin
Mike Dimmick30-Aug-06 12:23
Mike Dimmick30-Aug-06 12:23 
QuestionHow retrive the values from a Table Pin
dayakar_dn30-Aug-06 3:03
dayakar_dn30-Aug-06 3:03 
AnswerRe: How retrive the values from a Table Pin
_AK_30-Aug-06 3:11
_AK_30-Aug-06 3:11 
QuestionStored Procedure with Output Pin
joshp121730-Aug-06 2:47
joshp121730-Aug-06 2:47 
AnswerRe: Stored Procedure with Output Pin
Sage30-Aug-06 14:30
Sage30-Aug-06 14:30 
QuestionSQL Mail Pin
Arghya_mp30-Aug-06 0:27
Arghya_mp30-Aug-06 0:27 
AnswerRe: SQL Mail Pin
kumarprabhakar7430-Aug-06 2:35
kumarprabhakar7430-Aug-06 2:35 
QuestionSQL Query Pin
aaraaayen29-Aug-06 20:18
aaraaayen29-Aug-06 20:18 
AnswerRe: SQL Query Pin
_AK_29-Aug-06 23:02
_AK_29-Aug-06 23:02 
GeneralRe: SQL Query Pin
aaraaayen29-Aug-06 23:57
aaraaayen29-Aug-06 23:57 

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.