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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pravy24

  1. pravy24

    Is it possible to insert multiple records with ONE insert?

    Yes its absolutely possible to insert multiple records using a single INSERT statement. Try the following: If you are trying to insert from another table/tables INSERT INTO table1(field1, field2,....) (SELECT field1,field2,... FROM table2)
  2. pravy24

    Help!! ....Newbie Needs CodeView Debugger

    Hi DarkLord, Thank you very much for the kind reply. But I dont think I downloaded the whole MSAM package. In fact I downloaded BINS_DDK1.exe and 98SETUP.exe and installed them. I didnt see any CV-prefixed exes (other than CVPACK.exe and CVTRES.exe). I am working on Win2000 platform. Please...
  3. pravy24

    Help!! ....Newbie Needs CodeView Debugger

    Hi friends, I am new to assembly language programmin. I havn't yet started experimenting with it, but is eagerly looking to write my first assembly code. Last night I downloaded a few required softwares, MASM assembler (ie ml.exe and link.exe) and kept them in a directory named c:\masm\bin. Also...

Part and Inventory Search

Back
Top