Tagged Questions
0
votes
1answer
33 views
sql executenonquery doesnt work
here is my code :
Document doc = new Document();
SqlConnection cnn = Ketnoi.GetSqlConnection();
cnn.Open();
SqlTransaction trans = cnn.BeginTransaction();
...
0
votes
3answers
35 views
How to return the value of Identity element
I have a table in sql with 3 fields Id(identity element-int), email(nvarchar(50)), password(nvarchar(50)). Now I want to write a query where i can insert email and password and that time, I want to ...
1
vote
4answers
54 views
Add recipe to database, how to?
These are our 3 tables. We want to a new recipe into the tables. The user gets a screen where they can fill in the RecipeName, the Method and they can select 3 ingredients from dropdown menu's. We are ...
0
votes
3answers
55 views
Image upload to database
So I managed to set-up a simple test page to upload and store image to my database however I am unsure of whether the storage is successful.
Whenever I store the image into my table under the column ...
0
votes
1answer
22 views
ASP.NET ObjectDataSource could not find a non-generic method that has parameters
I am using a FormView control on an ASP.Net page with an ObjectDataSource that is linked to a Business Tier component connected to stored procedures in the SQL Server. I am getting the ...
0
votes
3answers
22 views
.ExecuteNonQuery() sql asp.net error
This is my first time working with sql and asp.net. I am working on a few examples to ensure I have all the basics I need. I was walking though a tutorial and where everything should be working just ...
0
votes
0answers
21 views
One list to four dropdownlists
I am very new to databases and VWD but have a problem. I guess I'm trying the deep water first here but nothing ventured Etc. Using Visual Web Developer 2008 Express in vb.
I have a database with ...
-2
votes
3answers
45 views
Insert datetime from C# into SQL Server database
when I try to insert datetime value into a SQL Server database I get this error:
Conversion failed when converting date and/or time from character string
Code:
connection.Open();
SqlCommand ...
0
votes
0answers
19 views
How can I connect a jQuery slideshow with a database in ASP.net?
So I'm using a jQuery plug-in called Coin Slider. The slideshow seems to be working fine but I want to connect it with a database that I have created in the App_Date folder in Visual Studio 2010.
...
1
vote
1answer
15 views
Clipboard.SetText() is not working after uploading it online
public void myMethod(string test)
{
string mytext = "DataGridViewHitTestType"; // the text u want to copy
Clipboard.Clear();//Clearing the clipboard
...
0
votes
1answer
27 views
How to get the sum of a created column from a joined table? SQL / C#
In ASP.NET / C#, I am working with two tables; Cart_LineItems and Products. I have joined the two tables and created a new column called "Extension" that has multiplied the "Products.UnitPrice" times ...
-1
votes
2answers
51 views
How to use dr.GetString() correctly?
I have a table which has 4 columns and I want to get only last column rows and show them in different labels
id username useraddress location comments
1 explename expleaddre1 va ...
1
vote
3answers
40 views
Using IN operator with Stored Procedure Parameter
I am building a website in ASP.NET 2.0, some description of the page I am working about:
ListView displaying a table (of posts) from my access db, and a ListBox with Multiple select mode used to ...
0
votes
2answers
43 views
How to get html input placeholder value from database in C#?
I have a HTML input text and place holder. I want to get a place holder value from a database but I want to do it programatically:
<td><input runat="server" placeholder="Title" type="text" ...
7
votes
1answer
80 views
SqlConnection vs Sql Session. Do their lifetimes coincide?
I want to apply some sql-session level settings for certain processes in my c# app.
For instance, I want to set DEADLOCK_PRIORITY for some background processes to LOW.
The questions are:
If I open ...
0
votes
1answer
39 views
Use Fields from a aspnet_Table on a custom table
I am doing a Basic Web Site for a project where I need to store some purchases in a table and a specific purchase needs to be associated with an User.
My problem is to create the Table with the ...
1
vote
2answers
59 views
ASP.NET how to get the currently logged in users name and ID from a SQL database
I am currently still a junior programmer and have taken over from a previous programmer and i am busy carrying on with his ASP.NET website. He has created his own login and i cant figure out how to ...
0
votes
0answers
32 views
Generate an alert when an event occure in asp.net C#
I am using asp.net C# and i have treeview control in which booking request are placed.All of the requests have its time to fulfill.i want that one hour before the request is coming due an alert would ...
0
votes
2answers
21 views
update 2 different table with just 1 button in asp.net
I'm trying to update 2 different table with 1 button in my web application. I'm currently using asp.net to develop my web app. I wonder if it is possible to update 2 different columns from 2 different ...
0
votes
1answer
21 views
Issues using Sqlconnection with Visual Studio Express 10
I'm trying to make a mock inventory/customer database program for my employer. I'm new to C# and SQL, but not totally new to programming, with some basic knowledge of C++, php, and Basic, I went into ...
0
votes
1answer
44 views
SQLValue returning error
I am trying to read a SQLValue into an object property however I am receiving an error of "String not in correct format" The "ModifyBy" property is set to allow nulls. Here is the code that is ...
0
votes
2answers
38 views
Improving the performance of a DataTable to export a .CSV
The code I have is taking too long to export the .CVS, we are talking about several minutes. The query takes a few seconds to execute in SQL.
This is what I have right now to populate the DT:
...
0
votes
4answers
38 views
Insert adding items to wrong column
Below is an insert statement that is inputting the first value (acctNum) into the second column (itemCode) and vice versa:
string addUpcCode = "INSERT INTO compare1 (acct, itemcode)"
...
0
votes
2answers
40 views
Same record is being inserted multiple times
Whenever I insert a record into my database, the record is being added 3 times.
try
{
con.Open();
object addedkey = cmd.ExecuteScalar();
if ((addedkey != null && (addedkey != ...
2
votes
3answers
80 views
Passing comma delimited parameter to stored procedure in SQL
If I pass call my stored procedure from T-SQL:
exec [dbo].[StoredProcedureName] '''Vijay'', ''Rana'', 1, 0'
in SQL Server Mgmt Studio, it works fine but when I call it from my application it gives ...
1
vote
2answers
45 views
Get Record according to year range
I want to select a result from student table-
query -
if I pass any year like 2013 then select the students join start date and end date or he is currently there
in between these year
like if any ...
-1
votes
3answers
38 views
How to remove error, probably caused by STRING VARIABLE with single quotes put in SQL statement ASP.NET C#?
my program errors when I put these set of numbers enclosed in single quotes
( string sql1 = "( 11111111111111, 222222222222 )"; )
into a string variable and use that variable in an SQL ...
0
votes
1answer
19 views
web application development and database replication
Good Afternoon at GMT +8
I have to deploy a project using ASP.net to create a online payslip viewer. the problem is, our network would not host the web app, it would be from a different network, ...
0
votes
1answer
36 views
Code doesn't throw error but data not added
I have a form that allows user to update and also create new entries to database, I am able to update but not create. The following is dal
if (actionrequired == Crud.Modify)
{
...
-1
votes
1answer
18 views
sql convert varchar and varbinary with c#
here is my c# code on a button click:
Int32 fileLen;
fileLen = uplImage.PostedFile.ContentLength;
Byte[] input = new Byte[fileLen];
myStream = ...
0
votes
2answers
21 views
How to get a gridview to show all table rows when no text is entered in a dependent textbox?
The below works correctly and filters my gridview based on the text entered in my textbox.
When no text is entered into my textbox I get no results and cannot understand why.
MY QUESTION
How to get ...
1
vote
4answers
64 views
Convert sql query into linq getting error in converting date
My Sql Query Is:
select count(*),CONVERT(varchar, AddedOn, 101)
from MemberNotifications where IsActive=1
group by CONVERT(varchar, AddedOn, 101)
order by CONVERT(varchar, AddedOn, 101) desc
...
0
votes
1answer
19 views
Uploading Image Access to C drive denied
so i have this code:
try
{
if ((uplImage.FileName != ""))
{
//to allow only jpg gif and png files to be uploaded.
string extension = ...
0
votes
1answer
18 views
SQL OUTPUT Parameter Not Assigning
I have the following SQL Statement written in SQL Server 2008 which isn't returning a value for the OUTPUT Parameter even though there is data in the table. I added static values and ran the query ...
1
vote
1answer
32 views
Linq Data Source WhereParameters with “\” in value
ASP.NET/C# project utilizing LinQ to SQL
I have listbox, with values from database, which is used to filter Linq Data Source.
Everything works fine until I have value in the listbox that contain "\". ...
0
votes
2answers
36 views
Code Error While Using SQL Output and ASP.NET
I have the below stored procedure in SQL Server 2008 which is not generating any errors in SQL, but is generating one in the web application which states "'GetGenInfo_Delete01_01_22' expects parameter ...
-2
votes
4answers
61 views
Check that a given date does not lie between two existing dates inside a datatable
I have one table which can store student leave start date and end date
like so:
StudentID Age startDate EndDate
1 14 5/05/2013 7/05/2013
4 17 4/04/2012 ...
0
votes
2answers
43 views
update value only when changed
I had a good look around but couldn't quite find the answer to this one:
I got a Stored Procedure that updates around 30 Fields on a SQL SERVER 2008 Table. It's important for me that one of those ...
4
votes
6answers
69 views
Inserting into table from a form in asp.net
I have a page that you fill some information and according to that information i insert a new row to the database. Here is the screenshot of the form that is filled:
Here is my code to insert into ...
1
vote
3answers
82 views
Can someone tell me why this SQL query not working
I followed this answer,
How can I supply a List<int> to a SQL parameter?
Please see these questions of mine for understanding scenario,
How can I update Crate IDs of List of Fruits in single ...
2
votes
1answer
53 views
how can i update SQL table logic
I have a table structured as,
Table 3
Fruit ID - Foreign Key (Primary Key of Table 1)
Crate ID - Foreign Key (Primary Key of Table 2)
Now I need to execute a query which will,
Update Crate ID ...
3
votes
3answers
101 views
Login page - Checking the database
I am trying to make a simple login page, user enters ID and password, and chooses role from a dropdown list:Student, Administrator or Instructor. Here is the code:
protected void ...
1
vote
1answer
28 views
Upload Data from Local Database to Live Database in ASP.Net using SQL 2008
I am working on a web application which have two parts.
1) One is the online web site at online server.
2) The second is running on local machines/computers.
The structure of database is same on ...
0
votes
0answers
10 views
Insert based upon RadioButtonList selection
I am using a DetailsView to insert an entity called "Requirement" to my database.
The DetailsView is insert by default. I have TemplateFields with Insert Item Templates containing TextBoxes bound with ...
0
votes
1answer
95 views
How to use interactive sorting in rdlc Report in C# Asp .Net VS 2010
Using the below Step i have try for shorting column but not success
1. On the report design surface, in a table with no groups, right-click the text box in the column header to which you want to add ...
0
votes
2answers
184 views
ASP.NET / Ajax - How do you pass a parameter in your call?
I am trying to filter down my results and can't figure out how to set up the ajax query to work properly with the select2 drop down. From what I can tell you are supposed to use data, but that is not ...
19
votes
7answers
13k views
The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'
I have a SQL Server 2008 DB with many tables filled with data and I used SQL Server Management Studio to generate a SQL dump by using the Script Wizard : Tasks -> Generate Scripts -> Script All ...
3
votes
2answers
609 views
SQL query not taking values more than 2100
SELECT MachineID, MachineName, count(ID) as Total, sum(Size) as TotalSize
FROM Files
join Machines on Files.MachineID = Machines.MachineID
Where Files.MachineID ...
8
votes
5answers
7k views
IDENTITY_INSERT is set to off error
I have a MVC web application with a table in the model that I would like to add to. I have the primary key set along with the other data fields, but every time I try to add to the table, I get the ...
2
votes
4answers
7k views
How do I run my .sql script file through ADO.NET?
I want to run my .sql script file using my ASP.NET website through ADO.NET. How it could be it is not working?
When I try
'dbScript is a string and contains contents of the .sql file'
Dim cmd As New ...



