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 Chriss Miller 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: Dazza203
  • Content: Threads
  • Order by date
  1. Dazza203

    Connecting to Access Database and running Queries

    Hi, I want to connect to a Access 2003 database using VB 6 and then by clicking on a command button I want to run an sql query from a specified attribute in a specified table from the Access 2003 database. The problem is there are 4 different text boxes on the form and I want a query to be run...
  2. Dazza203

    Using Inverse Kinematics to make a box bend

    Hi, This is my first post on this site and I'm really stuck with something I want to create a box shape that bends in the middle using inverse kinematics. I have drawn a simple box. 40 x 40 x 40. I have them placed 2 boxed exactly inside the middle of the box, the first one stretches from the...
  3. Dazza203

    Picking Words from List in a Text Box

    Hi, I have created a simple Hangman Game where at the beginning of each game a word is picked at random from a list of words stored in a text box in the cast. What I want to do though is create a separate text box in the cast with a list of clue words with each word where a clue will be...
  4. Dazza203

    Counting Sprite Occurances on the Stage

    Hi, This is quite difficult to explain but I'll try my best. I have created a simple hangman game but at the beginning of each game I want to display the number of letters that are containing in the word on the stage. This should be simple but I am quite new to Director and lingo and I can't...
  5. Dazza203

    Small Problem in Oracle Forms Developer

    Hi, I have a small problem with a form I am trying to create in Oracle Forms Developer. I have uploaded the 2 files here as a zip: http://www.geocities.com/bobothechimp2001/d7.zip When I try running it in Internet Explorer from the traffic light button I get a compile error. It looks simple...
  6. Dazza203

    Problem with Query

    I want this query to display 3 attributes from 3 different tables depending on the value of an attribute given at the beginning of the query, but I can't get the syntax right for the SELECT clause. this is the latest version: SELECT StudentName FROM Student,RoomNo FROM SingleRoom,Name FROM...
  7. Dazza203

    Problem with Oracle Forms Developer

    I am running Oracle 9iDB on my PC. I have created a number of SQL tables and put them into Oracle, I have then created a form in Oracle Forms Developer to insert records into 1 of the tables. I have put Submit New Record, Clear, and Exit Form buttons on it and they all work as I have run it in...
  8. Dazza203

    Problem with SQL Again

    This is a relatively simple problem and is probably easy, but you nether know that until someone tells you. I have written this query in SQL for use in Oracle: SELECT PropertyStreet, PropertyTown, PropertyCity, PropertyPostCode, WeeklyRentRate FROM PrivateLandlord WHERE PropertyStreet = Street...
  9. Dazza203

    Need Help with SQL Query

    Hi all, I am trying to do an SQL query involving these 2 tables: CREATE TABLE Student ( StudentNo VARCHAR2(9) NOT NULL, StudentType VARCHAR2(13), FirstName VARCHAR2(20), SecondName VARCHAR2(20), Sex VARCHAR2(6), DateOfBirth DATE, HomeSteet VARCHAR2(20), HomeTown VARCHAR2(15), HomeCity...

Part and Inventory Search

Back
Top