Search Result

Collapse
4 results in 0.0017 seconds.
Keywords
Members
Tags
set
  •  

  • Cleo Millet
    started a topic How to use SET to Update a Pre-exiting Table

    How to use SET to Update a Pre-exiting Table

    I'm still fairly new to MySQL and I've been given a task by my lecturer that I just can't make work. She wants us to use SET to add a row to a table instead of the regular VALUE method. Here's my code and the error I received:

    Code:
    mysql> INSERT INTO Instructors
    -> SET FacId = 96
    -> SET FirstName = 'Chris'
    -> SET LastName = 'Explorer'
    -> SET HomePhone = '555-1492';
    
    ERROR 1064 (42000):
    ...
    See more | Go to post

  • DO get/set require a semicolen before the braces?

    [CODE]
    set
    {
    this.loc.X = ValueType;
    }
    Error 1 ; expected Rect.cs 39 16 Lab 4_2
    See more | Go to post

  • jfwfmt
    started a topic how can I reference a member function using a SET itor
    in C

    how can I reference a member function using a SET itor

    Please pardon my ignorance. I'm writing a C++ STL program after not writing code for 7 years, I'm trying to invoke key_word.inc() using an iterator for a set containing key_word_T. The following is a pared down version.

    Code:
    #include <cstdlib>
    #include <set>
    #include <string>
    using namespace std;
    
    class key_word
    {
    public:
      string word  (void) const         { return
    ...
    See more | Go to post
    Last edited by Banfa; Nov 6 '09, 09:26 PM. Reason: Added [Code]...[/code] tags

  • shoonya
    started a topic Batch programming using SET

    Batch programming using SET

    Hi,

    Can any body help me out in understanding this line

    Code:
    SET VAR= -D_ABC -D_DEF
    what does -D do ???

    Shoonya
    See more | Go to post
Working...