Tagged Questions

0
votes
2answers
125 views

the conversion of nvarchar value “0854697543” overflowed an int column in select command

hi there i have a select command, it return answer records but also give this error in query builder VS2010. SELECT * FROM Orders WHERE (BCode = 025) AND (Date BETWEEN '1390%' AND '1391%') OR ...
0
votes
4answers
5k views

ASP.NET : Passing a outside variable into a <asp:sqldatasource> tag ASP.NET 2.0

I'm designing some VB based ASP.NET 2.0, and I am trying to make more use of the various ASP tags that visual studio provides, rather than hand writing everything in the code-behind. I want to pass ...