Skip to content Skip to sidebar Skip to footer
Showing posts with the label Parameters

Sql Output Parameters In C#

I'm trying to get a value from Microsoft SQL Server stored procedure. Totally I need to return … Read more Sql Output Parameters In C#

What Is The Optimum Way Of Getting Records From Database In Scenario That You Have To Pass Lists That Each Of Them Has More Than 2000 Parameters?

Any comments on this code pieces to make it more professional will be gladly accepted. This is why … Read more What Is The Optimum Way Of Getting Records From Database In Scenario That You Have To Pass Lists That Each Of Them Has More Than 2000 Parameters?

Sending Same Parameter Twice In Exec

I have a simple stored procedure like this: [dbo].[getStatusList] @Extended NVARCHAR(255) = … Read more Sending Same Parameter Twice In Exec

How Should I Pass A User-defined Type To Sqlparametercollection.addwithvalue?

I have a custom data type called StudentID, which has an implicit conversion to string. When I pass… Read more How Should I Pass A User-defined Type To Sqlparametercollection.addwithvalue?

Jasperreports: How To Add A Where Statement In Sql Query Depending On A Boolean Parameter?

How can I add a sub where statement in SQL if my Boolean parameter is true in JasperReports? For ex… Read more Jasperreports: How To Add A Where Statement In Sql Query Depending On A Boolean Parameter?

How To Pass A Parameter From Vb.net

I have a Program that will auto run each night, run a query, and email results. In my program I am… Read more How To Pass A Parameter From Vb.net

Mysql Rejecting Parameter

Ok, I'm going crazy on this one. MySQL is throwing a fit about this bit of SQL: INSERT INTO `t… Read more Mysql Rejecting Parameter

Get Default Value Of Stored Procedure Parameter

I have created below stored procedure with default value: CREATE PROCEDURE [dbo].[Sample1] @O… Read more Get Default Value Of Stored Procedure Parameter