Hi there,
im creating a basic application, where a user will select a value from a drop downlist (list1) . the value selected in list1 is stored in a variable and passed to a stored procedure which brings back the data for list2.
so far i can get list2 populated but when i to select an option...
Hi there,
im creating a basic application, where a user will select a value from a drop downlist (list1) . the value selected in list1 is stored in a variable and passed to a stored procedure which brings back the data for list2.
so far i can get list2 populated but when i to select an option...
i wanted to take dynamic values from a form and insert them into a table. i tried to create a query that would allow me to do this via the form, i havent been able to do so.
i wanted to know if this was possible and using a pk var that is of auto number type.
any help is much appreciated.
hi there,
i apologise in advance if any members find this question annoying, but i need help in understanding what the purpose of data mining is and why do we need it, with regards to data warehouses and data sets.
thanx in advance.
hb
hi, im having trouble checking to see if any rows have been returned. here is the code:
public static void CC_Validate(String a)
{
try{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String url = "jdbc:odbc:SQL_ODBC_DEMO2";
Connection con =...
hi, there ive been having problems in connecting to MS SQL Server through java, could someone help me, as im struggling to do so. thanks in advance.
kind regards
hbutt.
hi there i just wanted to know if there was a way doing the following mathematical equation more easily.
static float distanceToBuilding(TravellerSprite travellersprite, BuildingSprite buildingsprite)
{
float f = (float)buildingsprite.xcoord - travellersprite.xcoord...
hi there,
just wanted to know how to validate a string, i.e. if the string characters other than capitals A-Z then an error message will be printed to the screen. e.g.
string = "HeLLO" => ERROR!
string = "HELLO WORLD" =>WRONG!
string = "HELLOWORLD" => CORRECT...
hi there, need some more help i've been trying to pick out letters from the alphabet matrix according to a random string entered by the user. ive been trying to look for the first letter from the user entered string, according to the line in the matrix from which letter starts and find a...
hi, is there anyway i can read input direct from the screen. i am not using a gui just command line. in c++ i think it is something like system.io and c is something like scanf.
any help is much appreciated.
thanx
hgsb
hi there,
i need some help in generating a type of matrix, of the alphabet, using a 2 dimensional array.
example:
ABCDEFGH
BCDEFGHI
CDEFGHIJ
DEFGHIJK
i need it to create a full square for all the alphabet. any help would be much appreciated.
thanx
hgsb
hi,
i got a problem with my code i am using for email validation. its not exactly standard email validation, as i need to match incomming email addresses so they are the same as any of the following email formats or a mixture of them:
"a.kurt@soton.ac.uk" or...
ok, im using winsock to send a web address from one browser i created to another. like a client/server thing, i want to be able to send an address that will be sent to the client/server browser address bar which will then re-direct the browser to that address.
ive got it so far to send the web...
hi,
im trying to send a url address to another browser i created in vb. so far i can send the address but, something similar to the following appears at the end of the url address "||". is it possible to remove this through some form of string formatting or any other way?
PS: i think...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.