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 bkrike 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 crazydeveloper

  1. crazydeveloper

    Sockets Prog in VB

    hi, pl. help me for finding the solution in Socket programming. i am doing socket programming in VB (Server and Client running in VB). let me know how many bytes / bits can I send / receive from another port. there is any limitation for sending and receiving the data in a Single request...
  2. crazydeveloper

    TRIGGER in SQL SERVER

    hi friends, pl. help me writing the Trigger while inserting into the table. the tables look like this, EMP_Table Finance_Table Marketing_Table when i am inserting into emp_talbe, columns like this empid,ename,dname,sal etc. values(1,'SQL','Finance',1000)...
  3. crazydeveloper

    ON Insert Trigger

    hi friends, pl. help me writing the Trigger while inserting into the table. i want like this, EMP_Table Finance_Table Marketing_Table when i am inserting into emp_talbe, columns like this empid,ename,dname,sal etc. values(1,'SQL','Finance',1000)...
  4. crazydeveloper

    STORED PROCEDURE

    HI FRIENDS, I am new to SQL server. pl. help to finding the solution, i am trying to declare a variable at execution of the Store procedure i.e. ex: i want to declare variables depends on the no. of records fetched from the recordset. if no. of records in recordset 10 then i want to declare...
  5. crazydeveloper

    VB AND JAVA COMMUNICATION

    Hi, pl. suggest me how to send / receive the data from VB to JAVA and JAVA to VB through Sockets. we are using JAVA/EJB as a middel tier between Database and VB. for communication (request/response) i am using sockets Through the Sockets it's possible to send/receive the data from Server ...

Part and Inventory Search

Back
Top