Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Birthday alert

    Dear friends ,

    Thank you for suggesting all the alternate ways to solve the problems.

    One of my friends suggested me the following ways which is similar...

  • RE: Birthday alert

    Friends as you can see in the procedure I want to create a stored procedure which will tell me selected details of the person whose bithdate are coming with in...

  • RE: problem with stored procedure

    You might do the following , i had tried in my earlier projects. My assumption is as follows .

    1>You might take data from any of your front end. i.e. Asp.net...

  • RE: checking binary data for IMAGE field

    Thanks for conceptual help ,i had tried to implement this & worked also

    code is

    using System;

    using System.Web;

    using System.Data.SqlClient;

    using System.Configuration;

    public class FullImage : IHttpHandler {

    ...

  • RE: How do i set identity column to zero?

    That's the major thing in the table if identity column is specified we can go to back again unless we DROP that table compeltly & again created again.

    I had...

Viewing 5 posts - 1 through 5 (of 5 total)