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 TouchToneTommy 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: *

  1. JTOracle

    DATE in embedded SQL

    I see where I can convert from a CHAR to a DATE and vice-versa...Is there a way to convert a DATE to an int?
  2. JTOracle

    DATE in embedded SQL

    I am generating a C program for specific queries and am having trouble with the DATE type. When I create a struct for a Table how do I declare this datatype? example: struct { VARCHAR staffNo[ID_LEN]; VARCHAR fName[UNAME_LEN]; VARCHAR lName[UNAME_LEN]; char sex...
  3. JTOracle

    Foreign Key Constraint

    Thank you, worked like a charm
  4. JTOracle

    Foreign Key Constraint

    I need to remove a FOREIGN KEY constraint to add new data but I can't seem to do it. I know it would be: ALTER TABLE Clients DROP CONSTRAINT constraint_name but that is if you gave the constraint a name, I created the foreign key constraint when I created the table, and did not designate a name...

Part and Inventory Search

Back
Top