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