Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hbutt
  • Content: Threads
  • Order by date
  1. hbutt

    Populating a drop down list with data returned from a stored procedure

    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...
  2. hbutt

    Populating a drop down list with data returned from a stored procedure

    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...
  3. hbutt

    is it possible to insert dynamic values into a table via a form?

    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.
  4. hbutt

    what is the purpose of data mining and why do we need it?

    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
  5. hbutt

    how to check if a query returns any rows?

    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 =...
  6. hbutt

    how to connect to ms sql server?

    hi, just wanted to know if anyone new how to connect to ms sql server with php? thanks hbutt
  7. hbutt

    Connecting MS SQL Server with Java

    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.
  8. hbutt

    Help needed with maths function and calculation urgent!

    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...
  9. hbutt

    Using Vectors to store values

    hi there, jus wanted to know how create a vector to store a username and password, which i can call up each time my program is executed. thanx. hbutt
  10. hbutt

    Removing Spaces

    hi there, jus wanted to know is there a way of removing spaces from a string. thanx hgsb
  11. hbutt

    String validation

    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...
  12. hbutt

    Alfabet matrix manipulation

    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...
  13. hbutt

    Is there a way to read user input, cmd line style?

    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
  14. hbutt

    How to create a matrix of the alphabet using a 2 dime-array?

    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
  15. hbutt

    Pattern matching

    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...
  16. hbutt

    client/server winsock web browser - address bar problem

    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...
  17. hbutt

    how to sending a url address through winsock to another browser?

    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...

Part and Inventory Search

Back
Top