Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: Server Group Help

    Thanks to Andy Warren for the reply.

    The VB code given is almost the same as what i did but with a SQLServer object to make the connection to my SQL...

  • RE: update datetime field

    As mromm mentioned,if for INSERT only, then it better set a default value = Getdate() for this column for the Test table.

    When updating, avoid using trigger rather that UPDATE statement...

  • RE: Image Data Type

    Thank for your replied. I'm a newbie for SQL Server.

    I create a fieid using imgae data type

    For example, the field name is "Photo"

    From VB i save a jpeg file from...

Viewing 3 posts - 16 through 18 (of 18 total)