CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: technica

Search: Search took 0.15 seconds.

  1. Replies
    6
    Views
    1,439

    Re: INSERT after SELECT statement

    If you are adding one more column to the table then you will need Alter Table statement query, if you are adding a new row in the table then you will need Insert into statement query.

    Hope this...
  2. Replies
    20
    Views
    17,590

    Re: Why does not 'int' work? (Type casting)

    Past some code, around the code you pasted above. Also try searching for that variable in the code files and see if it have any scope level problem.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured