Click here to Skip to main content
15,915,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: insert and select query in a single stored procedure Pin
Steven J Jowett8-Jun-07 3:39
Steven J Jowett8-Jun-07 3:39 
GeneralRe: insert and select query in a single stored procedure Pin
reegan418-Jun-07 3:42
reegan418-Jun-07 3:42 
AnswerRe: insert and select query in a single stored procedure Pin
Marcus J. Smith8-Jun-07 3:43
professionalMarcus J. Smith8-Jun-07 3:43 
AnswerRe: insert and select query in a single stored procedure Pin
Guffa8-Jun-07 4:30
Guffa8-Jun-07 4:30 
QuestionReports with Word Pin
reegan418-Jun-07 2:47
reegan418-Jun-07 2:47 
Questionhow can i create a user group,user in active directory using vb 6.0 Pin
koolprasad20038-Jun-07 2:41
professionalkoolprasad20038-Jun-07 2:41 
AnswerRe: how can i create a user group,user in active directory using vb 6.0 Pin
Dave Kreskowiak8-Jun-07 4:05
mveDave Kreskowiak8-Jun-07 4:05 
Questionstored procedure eror in vb.net 2005 [modified] Pin
Sonia Gupta8-Jun-07 2:18
Sonia Gupta8-Jun-07 2:18 
i was using stoed procedure and getting the following eror.
invalid object name adminvalidation
the code is as follows

Dim con As New SqlConnection(connectionstring)
con.Open()
Dim cmd As New SqlCommand("AdminValidation", con)
cmd.CommandType = Data.CommandType.StoredProcedure
cmd.Parameters.Add("@uname", Data.SqlDbType.VarChar).Value = TextBox1.Text
cmd.Parameters.Add("@pword", Data.SqlDbType.VarChar).Value = TextBox2.Text
cmd.ExecuteNonQuery()

adminvalidation is stored procedure name.

i have gone though This Article But in vain



-- modified at 8:30 Friday 8th June, 2007
AnswerRe: stored procedure eror in vb.net 2005 Pin
Colin Angus Mackay8-Jun-07 2:28
Colin Angus Mackay8-Jun-07 2:28 
GeneralProblem Solved Pin
Sonia Gupta8-Jun-07 2:29
Sonia Gupta8-Jun-07 2:29 
QuestionPopulate / Fill TreeView with Rows in a DataSet Pin
RichardGuapo7-Jun-07 23:02
RichardGuapo7-Jun-07 23:02 
QuestionRe: Populate / Fill TreeView with Rows in a DataSet Pin
Sonia Gupta8-Jun-07 0:59
Sonia Gupta8-Jun-07 0:59 
AnswerRe: Populate / Fill TreeView with Rows in a DataSet Pin
RichardGuapo11-Jun-07 14:59
RichardGuapo11-Jun-07 14:59 
AnswerRe: Populate / Fill TreeView with Rows in a DataSet Pin
RichardGuapo11-Jun-07 15:44
RichardGuapo11-Jun-07 15:44 
QuestionStarting Point in an ArrayList Pin
Brendan Vogt7-Jun-07 22:49
Brendan Vogt7-Jun-07 22:49 
AnswerRe: Starting Point in an ArrayList Pin
Colin Angus Mackay8-Jun-07 0:42
Colin Angus Mackay8-Jun-07 0:42 
QuestionRe: Starting Point in an ArrayList Pin
Brendan Vogt8-Jun-07 2:53
Brendan Vogt8-Jun-07 2:53 
AnswerRe: Starting Point in an ArrayList Pin
Colin Angus Mackay8-Jun-07 3:09
Colin Angus Mackay8-Jun-07 3:09 
QuestionRegional settings in vb.net Pin
ttornado7-Jun-07 21:57
professionalttornado7-Jun-07 21:57 
AnswerRe: Regional settings in vb.net Pin
Dave Kreskowiak8-Jun-07 3:57
mveDave Kreskowiak8-Jun-07 3:57 
QuestionPassing a parameter to a stored procedure Pin
Nine_7-Jun-07 21:56
Nine_7-Jun-07 21:56 
AnswerRe: Passing a parameter to a stored procedure Pin
Manas Bhardwaj8-Jun-07 0:32
professionalManas Bhardwaj8-Jun-07 0:32 
AnswerRe: Passing a parameter to a stored procedure Pin
Colin Angus Mackay8-Jun-07 0:44
Colin Angus Mackay8-Jun-07 0:44 
GeneralRe: Passing a parameter to a stored procedure Pin
szukuro8-Jun-07 1:50
szukuro8-Jun-07 1:50 
GeneralRe: Passing a parameter to a stored procedure Pin
Colin Angus Mackay8-Jun-07 2:34
Colin Angus Mackay8-Jun-07 2:34 

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.