Search Result

Collapse
3 results in 0.0014 seconds.
Keywords
Members
Tags
multi
  •  

  • Dynamic SQL query Multiple rows based on table names linked in another table

    Hello
    I have a sql 2008 R2 problem that I’ve tried to accomplishing using dynamic sql but, no luck yet.
    Code:
    Create Table Events (
    PKID	int  Not Null,
    TimeStamp Datetime,
    EventID		int,
    Eventdata 	int)
    
    Create Table Eventdatalookup(
    Event	int,
    DataLookupTableName 		varchar(100))
    
    Create Table TypicalEventDesc1(
    EventData	 int
    EventDataDesc		varchar(100)
    ...
    See more | Go to post

  • Scottyous
    started a topic problem with multi-threading parameters ( C pthread )
    in C

    problem with multi-threading parameters ( C pthread )

    Hi, I'd like to create thread wich call one function
    this function takes a structure (2dArray) in its parameter and return another structure (Path).

    the prototype looks like this :
    Path function1 (2dArray);


    I have problems because the threads parameters are (void *(void *)) and return void*
    See more | Go to post

  • How can I get MultiSelect list box to populate individual rows in a table?

    Hi, I want to enter data about when people attend a group session and which session they attended.

    On a Form:
    I have a Multi-Select list box of people's names.
    I have a text box where I type in the date.
    I have a drop-down box for the group session name.

    In a Table:
    I have a column for name, a column for date, and a column for group session name.

    On the Form, I want to...
    See more | Go to post
Working...