blah blah blah is here! blah blah » Close

0
votes
2 answers

Dropdownlist binding asp.net

Hi I'm doing a web application in VS2008 (C#), and I got stucked. I have a webform with 1 dropdownlist for collecting the first names of the employees, and then some textboxes where the user enter his data into. The user will select his ...

0
votes
1 answers

Document word in sql server 2k db

Hello folks, I'm new in this site. I've got an sql server 2k database. My OS is Windows XP. I'm working on Web Forms with ASP.NET. I've got a table named "Documents" which has a column named "Doc" with "image&qu ...

0
votes
1 answers

How to populate more than one listbox?

Hi all I'm doing a winform appl. in visual studio 2008, and I would like to know if someone can please help me? I have a sql server database and it's easy to bind for example all names from the database to a listbox, but what if I want t ...

0
votes
1 answers

Populate listbox from database

Hi I'm doing a winform application in VS2008 with a sql database, and I have 2 questions. First question is, is it possible to populate a listbox direct from a databinding? It doesn't work for me the way I'm doing it. Code sample here: ...

0
votes
1 answers

plotting data from database in Visual C#

hi, i'm studying C# and need to plot data from database..can anyone give me any link and references to where i can start my program.. any help is much appreciated..Thanks!!

0
votes
2 answers

Remotely accessing an SQL database

Hello everyone. I'm fairly new when it comes to programming, and I have a question. I've written an application in C# and created a database (STSdb.mdf) through Visual Studio 2008. The application runs just fine locally using this connecti ...

0
votes
2 answers

database trouble again... SQL.

ivan
-3

This time I am using SQL for my databases. I am having trouble INSERTing data. I have the following test program and am stuck. FORM1 code: [code] using System; using System.Collections.Generic; using System.ComponentModel; using ...

1
votes
0 answers

Creating a service with C#

I have created a service app in C# that uses SQL lookup. It will not start. If I take out the SQL code it starts and runs fine. What am I missing?

0
votes
0 answers

connection not trusted on sql server

Hi all I've set up a user in sql management studio with a sql server authentication, I call this login user as WebUser. I've assigned it to my database and in management studio I can connect to it. However when I start visual studio web ...

0
votes
2 answers

SqlDataReader: The data types text and varchar are incompatible in the equal to operator

Hi all, I am performing insert and retrieve on sql server database. The insert is working fine but during retrieve, I get the following error: The data types text and varchar are incompatible in the equal to operator the error is ...

0
votes
1 answers

Database issue on publish asp.net

Hi all When I publish my project on the net, I get problem open the site due to my database. I have no permission to enter the site. This is not a surprise to me, but I do not know how to work with sql server management studio. Is there a ...

0
votes
1 answers

Updating product table with count of items sold

I have a Products table with columns: ProductID INT PK SoldCount INT My other table, ItemsSold, contains items sold: ProductID INT FK Quantity INT So this is a many to one relationship. I want to update the Product.SoldCo ...

1
votes
1 answers

Sql query to group results by day

Rick_A
761

I need to create a report that will return all the results in our sales table, grouped by day. So the report will return, row by row, all sales for the given day summed together. My sales table looks like: Sales -ID int pk -produ ...

Feedback