Tagged Questions
0
votes
0answers
6 views
Created Own Login Page to Display Username But Gets Wrong Data
I've created a login page without using the LoginName Control, which is probably a mistake. The login page works as it redirects the user to mysupport.aspx page. But once the person is logged in, ...
0
votes
1answer
20 views
Access Data from SQL Server 2008 Authentication Issues
I am trying to connect to SQL Server. using this peice of code
public static String getDBConnection()
{
SqlConnectionStringBuilder csBuilder = new SqlConnectionStringBuilder();
...
0
votes
0answers
17 views
Deploying a .mdf database file to SQL Server automatically
I want to write an installer that automatically deploys a SQL Server database (.mdf & .ldf file).
The target PCs are presumed to have SQL Server 2008 OR SQL Server 2008 Express already installed ...
0
votes
2answers
40 views
Status of Internal websites by using PING
Afternoon All,
Just after a bit of advice on the best method to use for the following.
I am new ish to .net and have an Asp.net web page in development that i simply lists some internal web sites by ...
1
vote
2answers
56 views
LINQ stopped working after upgrade to VS 2010 and .NET 4.0
I have started using Visual Studio 2010 recently. I have upgraded my solution from old 2008. After this I have tried to run my project, which is very simple database search engine using linq commands ...
1
vote
1answer
26 views
Can I SET DEADLOCK_PRIORITY via SqlConnection in .NET?
Can I set the DEADLOCK_PRIORITY for a stored procedure via a SqlConnection or some other means in my .NET programm? Or does it only work via a
SET DEADLOCK_PRIORITY...
call in the stored ...
0
votes
1answer
99 views
acessing username in web api controller when database table stores user as integer
Inside some web api controllers, I would like to access the User as indicated in this answer: http://stackoverflow.com/a/12705062/538962
sample code from answer...
[Authorize]
public ...
0
votes
1answer
23 views
Using CLR UDT in table gives `unresolved reference to Sql Type` on deploy
I have created a CLR UDT for use with SQL Server 2008, and am now trying to actually use it from a database project.
Both the CLR UDT project and the database project are in the same solution in ...
0
votes
2answers
110 views
How to use Where clause with datetime in SQL Server 2008
I have written this query:
SELECT *
FROM w_tbl
WHERE DID NOT IN (SELECT DId FROM tbl_Assign)
AND CAST(MeasDateTime AS Date) = @dta
ORDER BY
CAST(MeasDateTime as DATE) DESC
So as you can ...
1
vote
1answer
29 views
Visual Studio dropping 's' off of sql server tables
When adding in tables from SQL Server to a dbml, it will drop the 's' off of the table name. One example: when adding the table 'Alias' it will change the name to 'Alia'. Is there any way to prevent ...
0
votes
1answer
38 views
How to add a decimal to the xml of a webservice>?
I have a .asmx webservice I created in Visual Studio 2010 with vb.net. I recent modified the query below and added ", geography::Point(@Latitude, @Longitude, 4326).STDistance(Location) * ...
1
vote
1answer
56 views
I need a spatial query for SQL Server to return the ten closest locations
I am using Visual Studio 2010, and vb.net to create a .asmx webservice, and using SQL Server 2008, but the query below provides all address's in the database. What I need is to modify the query below ...
0
votes
2answers
136 views
How to find server name of SQL server management studio
I am new to programming. I wanted to learn ASP.net so I insatalled Visual studio 2010 and Microsoft SQL server 2008.
The first thing I did is open the SQL server management studio then I got connect ...
0
votes
1answer
31 views
Automatically add tuples to the table when date changes
I want to automatically add tuples to my table..
SlotTable(drID,date,time,status) >>>> Time ={before lunch,after lunch,evening)
for every doctor each day there are 3 slots to take ...
1
vote
2answers
37 views
retrieve role column value from database once logged in
I am using visual studio 2010 and a windows forms application in C#.
The application works properly I can login perfectly, and get the username logged in to the next form which is the menu form that ...
1
vote
1answer
71 views
Sybase to SSIS connection error
i am trying to connect to sybase using SSIS for last 5 days but i am not being able to. I have posted it before My PROBLEM but no one seems to have to solution. May be i need some other dirver or ...
0
votes
0answers
28 views
How can we generate notification to a specifc user using winform application [closed]
I am working a win forms application in c#.net. In this application every user logged in himself by giving his specific id and password. I want to generate a notification to a user.
For example, sale ...
2
votes
0answers
46 views
Differences: creating sql database in visual studio & sql sever 2008
I usually use Microsoft Visual Studio 2010 for system development and I always use the built-in SQL Server Express in Visual Studio to create and manage a database.
Currently, I'm learning Microsoft ...
0
votes
0answers
33 views
combo box with sql
in my combo box the example values are ADVANCED COMPUTER TECHNICIAN and AUTOELECTRICITY
if i have a table. name tbl_student like this
Student_no
ACT001
AE001
AM001
if i want to select ADVANCED ...
0
votes
1answer
55 views
VS2010 Code First MVC3 SQL default Logfile.ldf name format ignored, creates second logfile_log.ldf file
Using VS2010 code first and SQL Server 2008r2 with an MVC3 webapp, the SetInitializer creates a db as expected when missing or on model changes.
The db created has the filename format database.mdf ...
0
votes
1answer
125 views
binding muliple data from sql to label by choosing item in combobox
how i bind multiple data from sql to label if i choose an item in combo box that is from sql this is my code:
Private Sub cmboCourse_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As ...
0
votes
1answer
53 views
Binding multiple items of data from SQL to label
How do I bind multiple data items from SQL to a label?
This is my code:
Dim str As String = ("Data Source=PC1; User ID=sa; Password=pwd;Databasfriend")
Dim con As New SqlConnection(str)
...
-1
votes
1answer
43 views
Is there any way to fix the data position in datagridview?
For example : if admin can view all data in a grid. when logged in as faculty, he/she can view only his/her data in the grid and the rest must be hidden to them. By changing the sql query Im able to ...
0
votes
0answers
30 views
DataGridView click event I need to enter a text of a button when clicked into the grid
private void dataGridView01_CellClick(object sender, DataGridViewCellEventArgs e)
{
subVar = comboBox1.Text;
c1 = dataGridView01.CurrentCell.ColumnIndex;
r1 = ...
0
votes
1answer
176 views
Deploying an WPF application with Crystal Reports and SQL Server
I have completed a WPF application in Visual Studio 2010 and SQL Server 2008 Express. I have also used Crystal Reports in my project. Now I need to deploy the application on client's systems. I assume ...
0
votes
1answer
258 views
How do I add multiple rows to a sql server table based on multiple checkbox selections?
I have two tables: ServiceType and ServiceTerm.
The tables go hand in hand with one another, and get combined into the associative table ServiceRate. One ServiceType can have multiple ServiceTerms, ...
0
votes
3answers
70 views
active directory query vs. sql server
I am currently working on a web app that will only be used internally. Part of the application requires employee information that is currently stored in our Active Directory. I have a sql server ...
-2
votes
1answer
68 views
Going mad with date in SQL and c# [closed]
I am developing a C# application, and I have a date column in SQL Server.
I am performing a query based on date, using DateTimePicker. I have changed the format of datetime picker to short, now it ...
-4
votes
1answer
106 views
Issue in Connection String C# and Visual studio [closed]
I am trying to connect to SQL Server 2008 using C# in Visual 2010. I am having an issue in that
![enter image description here][1]
Can anyone identify that issue and help me regarding that issue?
...
-1
votes
1answer
47 views
Computed primary key column not connecting to foreign key
I am so confused I am making a computed column primary key
and
create table Users
(
Id int identity (3000, 1),
UserId as '08U1'+right('0000'+cast(Id as varchar(5)), 5) persisted,
UserName ...
3
votes
2answers
152 views
employee id automatic generate with prefix
i am so confuse i want employee id is automatic generate with prefix format
i know that is possible from before trigger in sql server
i am follow the post
...
0
votes
2answers
337 views
how to loop through checkboxes in asp.net
I'm in the middle of translating a former PHP web application to ASP.Net in visual basic for the purposes of a server transfer.
What I'm trying to do is loop through a set of checkboxes to see if ...
0
votes
2answers
193 views
MS SQL query parameter passed, but not recognized in VB.net
I've been banging my head against this for a while now.
I have a function that retrieves fields from a table and populates inputs from them, however when I try to execute the function I receive an ...
0
votes
1answer
51 views
This error is misleading compared to the User Interface
Error:
Update requires a valid UpdateCommand when passed DataRow collection with modified rows.
Now that's a popular question I managed to find online. Some have answers, some doesn't. Here is ...
0
votes
2answers
144 views
How to Speed Up select statements in SQL Server
I have a very simple select Statement, as simple as :
SELECT * FROM vContacts
vContacts is a view created out of tblContacts Table has only 218 records in it.
When I use the aforementioned select ...
0
votes
2answers
124 views
Unable to get result through stored procedure for dataset in c#
I have a stored procedure as follows:
ALTER PROCEDURE GetPatientSearchResultFromLocation(@Searchvalue varchar(100))
AS
SELECT
RegNo, FirstName, MiddleName, LastName, EmailId, FrCityId, ...
0
votes
0answers
94 views
I cannot access database tables that I created using SQL server 2008 in VS2010
I'm new to SQL and ASp.net using c# .. I created a DB in sql server 2008 with several tables I also added data to some tables .. when I connect to the database in VS2010 I can see the DB name and all ...
0
votes
1answer
43 views
how to resolve error “Text Line Should not be null” while comparing two DB using VSTS
Hi i am using VSTS2010 to compare two build using schema compare. today encounter an error while compairing "Text line should not be null" and suddenly got error "Microsoft Visual Studio has ...
0
votes
0answers
185 views
Connect Faillure to SQL Server 2008 Express using Visual Studio 2010
I researched this at length. Lot of related answers, but no solution yet. As you can see in the image, in VS2010 I have three SQL Server databases and an Access database ready to connect. The first ...
-1
votes
1answer
69 views
Configurable Date Range Validation? [closed]
I have a screen that generates a report with data based on selected date range.
I have two datePicker Controls "dtpDate_From" and "dtpDate_To".
I want to add a configurable validation on report ...
0
votes
1answer
500 views
Cannot load file or assembly 'crystal decisions.windows.forms,version=13.0.2000.0' .The system cannot find the file specified
i'm working on windows application in this i designed Report module
whenever i wanted to view report in WINDOWS-7,WINDOWS-XP & WINDOWS-VISTA
but it works in WINDOWS-8
following steps i took ...
-1
votes
1answer
810 views
Connecting to SQL Server Express from Visual Studio
I have SQL Server 2008 installed with Visual Studio 2010, I have downloaded a project which has database files created in Visual Studio project itself, now I want to connect to that database.
I tried ...
0
votes
0answers
22 views
What function signature is necessary to accept a nullable datetime2 value in an SQL CLR function?
The CLR SqlDateTime type maps to the sql 'datetime' type, so it's imprecise and useless.
The CLR DateTime type has the same precision as the sql 'datetime2' type, which is what I want, but unlike ...
0
votes
0answers
34 views
SQL Server stored procedure with parameters execute in visual basic [duplicate]
I'm having a bad time using visual basic calling a stored procedure to use its data for generate reports.
Here is my stored procedure's code in sql server:
USE [database2]
GO
/****** Object: ...
1
vote
2answers
138 views
read last row's only 1 column detail from a table in visual studio
i want to read the last entered customer id from customer table in visual studio!
how to read that VALUE?
(IN-BUILT SQL SERVER in visual studio )
0
votes
0answers
211 views
Operating System Error. Code: 5. Access is denied
I have a few Web Projects with MS SQL 2008 Databases (*.mdf). I upgraded from Windows 7 to Windows 8 Pro and now when I try to attach my databases to my projects, I get the error:
Operating System ...
0
votes
2answers
235 views
insert data in table throuth one form C# or vb.net
![home base library collection database][1]
http://img715.imageshack.us/img715/1159/finallibrary.jpg
i am developing a small book database application for my home base library. i can insert
record ...
0
votes
0answers
36 views
Over 2 GB text files with SQL [closed]
I'm building a web tool for bioinformatics field. I have to deal with DNA sequence files which will exceed 2 GB for each file and I'll have dozens of text files. I will have a DB that keep these DNAs ...
0
votes
5answers
78 views
update status text without page reload
I have a web app! I set a status text for users that is shown below the profile picture of the user. Whenever the user updates the status text, the page reloads on button click, and then the new ...
1
vote
4answers
69 views
Increment a Label
I have a problem with my program, I need to INCREMENT the value of a certain Label
Dim p1num As Integer = 0
M.Text = Format(Now, "MM")
Y.Text = Format(Now, "yy")
txtPNumber.Text = Y.Text.ToString ...







