hibernate subquery using criteria or query
what i want to do is to count(*) a records with this query : SELECT COUNT(*) FROM ( SELECT COUNT(*) FROM inventory GROUP BY Office_Id, Warehouse_Id, Item_Id, Expired_Date) AS Records question, is there...
View ArticleProblem with insert statement
Hi there, i am having trouble inserting form fields into a database, it inserts the first 3 columns then just leaves all the rest blank and cant figure out for the life of me why, any help is...
View ArticleAnimation and Movement Problems
Hi, My skills at XNA are just above beginner, however no matter what i try i cant get my animated sprite to move forward. If any of you guys could help me I would really appreciate it. I've tried a few...
View Articlecan you find error links do not work
Hi can anyone tell me why my codes are not showing up when I load the page my code is below I am guessing they are not printing for some reason if you see my error please rewrite the line the correct...
View Articlecan you find error links do not work
Hi can anyone tell me why my codes are not showing up when I load the page my code is below I am guessing they are not printing for some reason if you see my error please rewrite the line the correct...
View ArticleVisual Basic 2010 Express Debugging Issue
When I step into my program and step through my code, the Intermediate Window shows: "Step into: Stepping over non-user code 'System.Windows.Forms.Form.WndProc'" "Step into: Stepping over non-user code...
View Articlerunning java code using batch on locked system
Hi i am working on some automation. i am using batch file to start a process then i need to send some keystrokes, doing this using java package pack; import java.awt.MouseInfo; import java.awt.Robot;...
View ArticleAdd two dynamic user input arrays?
#include <iostream> #include <new> using namespace std; void business (int num[], int num2[]); int main ( ) { int i,j,k; int * p, *pt; cout << "How many numbers would you like add?...
View ArticleNeed Help with Simple Recipe Program
Hello. Looking for some help on a project where I need to make a recipe book with the follow features: 1. add a recipe 2. list all recipes 3. display a single recipe 4. Search and return recipes with a...
View ArticleCalculating the average of student
Hello there everyone, I am having problem with this question: Given a list of test results (each with a test date, Student ID, and the studentÂ’s Score), return the Final Score for each student. A...
View ArticleExamples of re.search functions
Can anyone point me in the direction of examples of re.search codes? I'm trying to write my own code for a function with a list of strings and a string representing a regular expression but I have zero...
View ArticleNetworked TicTacToe with text Area
I am trying to see if anybody has any examples of a TCP socket, networked TicTacToe game with a text area for communication between server and client.
View ArticleNetworked TicTacToe with text Area
I am trying to see if anybody has any examples of a TCP socket, networked TicTacToe game with a text area for communication between server and client.
View ArticleJava Exception
Write a Java class named FileIO with the static methods listed below. Each method should rethrow any exceptions of the type IOException as a FileIOException. public static String readOneString( String...
View ArticleHelp with Software project Documentation & CMMI
Hi! I m having an assignment of my Software Engineering course in which i have to make a standard template that what contents should be presented in Introduction part of a documentation. And secondly...
View ArticleLinked List of chars from string
I'm given a task where I should assign a string to a linked list of chars. My idea to solve this problem is by creating s.length() of nodes, setting their value by a for loop and setting their next to...
View ArticleHow to Sort a Structure array
Hi everyone i have a stucture array declared as below for picking the best performed subject among three Option Explicit Public Type electdetail reprt As String subnameName As String submark As Integer...
View Articlecalculating sum and add another table
Im trying to calculate sum of field(Marks)in table(marks) and sum value save in another table(wkall) field Sum1. but it gives error message "Syntax error in query expression 'SELECT sum(marks) FROM...
View ArticleCompiling Error, Class, Interface or Enum expected
I'm having trouble with my code, I am new to Java and can not seem to understand how to correct the issue. Please review my code and let me know what I am doing wrong. The more detailed the answer the...
View ArticleAddition on a text box from differnet forms
I am doing a project on banking management system. Its basically a very simple project which just prforms the operation like DEPOSIT and Withdrawl from an account. Of coursely their are other forms...
View Article