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

  • Users: neoreturned
  • Content: Threads
  • Order by date
  1. neoreturned

    delphi update problem

    procedure TForm1.Button2Click(Sender: TObject); begin Query1.Active:=False; Query1.SQL.Add('UPDATE UYELER SET UyeAdi='''+Edit2.Text+''' WHERE UyeKodu='''+Edit1.Text+''''); Query1.Open; end; end. when i run this procedure it gives an error like: "Invalid use token: UPDATE" why? also...
  2. neoreturned

    Console instructions HELP!!!

    Hi everyone in microsoft visual studio 2003 ; when i create a console application console functions like clrscr(),textbackground() doesnt works... please help me...
  3. neoreturned

    help about inheritance and this pointer

    hi everyone i hav a porgram and it is uses streams and files also inheritances.... ////////////////////// . . . class base{ protected: int a; int b; public: void getdata() {} void FileWrite(const char* filename,int no) { ofstream...
  4. neoreturned

    C++ builder 6 build error

    hi everyone in my computer's (tested in many files) c++ builder console projects; it is compiled true but when i built it it gave a error: "a file name expected" why?

Part and Inventory Search

Back
Top