Advertisement

1 - 10 of 14 containing alltags:("vb.net, sql server 2000") (0.003 seconds)
Hi, I'm doing a manual table build to display some data. In the application there are several drop down menus that are used to build the sql. The results display in a decent time unless the ALL...
Zones: MS Visual Basic, ASP.Net ProgrammingDate Answered: 01/18/2008 Grade: A Views: 0
Hi, I am trying to run a select statement to pull back the course id for a specific user, but it's not working. Can someone look at it and see if you can tell what I'm doing wrong. The text box I'm...
Zones: MS Visual BasicDate Answered: 03/12/2008 Grade: A Views: 4
Hi, I have two tables in sql server 2000 and I need to be able to get  the count of a field from the nested query. This is the query I am using: SELECT Distinct Course_FK, TotalEnrolled FROM te...
Zones: MS SQL Server, MS Visual BasicDate Answered: 06/05/2008 Grade: A Views: 18
Hi, chapmandew helped me develop this sql yesterday and the one he gave me works perfectly in query analyzer, but when I put it in Visual Studio it blows. I was wondering if someone could take a lo...
Zones: MS Visual BasicDate Answered: 06/06/2008 Grade: A Views: 4
Hi, I have an application where a user can select a school session from a drop down and it will give them the attendance that has not been entered for that session. I have 12 different sessions ...
Zones: MS Visual Basic, MS SQL Server, ASP.Net Prog...Date Answered: 07/03/2008 Grade: A Views: 64
Hi, I have a survey that is basically just a static page with 14 questions. Some of them are radiobuttonlists, the others are text boxes. Anyway, I'm inserting them into the database as one reco...
Zones: MS Visual Basic, Web...Date Answered: 08/21/2008 Grade: A Views: 0
Hi all, I have the following SQL SELECT statement that calls data ina  VB.NET application. SELECT     PLT_ID, PLT_CONT, PLT_STR, PLT_LENGTH, PLT_WIDTH, PLT_THICKNESS, PLT_GRADE, PLT_BUTTED, P...
Zones: MS SQL ServerDate Answered: 02/19/2008 Grade: A Views: 0
Hi all, I have the following code which scans through a dataset, removing any items that meet the criteria:                 For Each dr As DataRow In DS_girders_quick1.GIRDER_QUICK.Rows   ...
Zones: MS Visual BasicDate Answered: 03/13/2008 Grade: A Views: 0
Hi all, I have the following code which is trying to take a text file and carry out a bul insert into a SQL Server 2000 table: Dim comm As New SqlCommand             comm.Connection = SqlC...
Zones: MS Visual BasicDate Answered: 03/25/2008 Grade: A Views: 24
Hi, I have an online survey and the results are stored in one table. I need to display the results as percentages so I'm trying to figure out how to pull (in this example) the States (if they ex...
Zones: MS Visual Basic, Web...Date Answered: 07/23/2008 Grade: A Views: 0