Viewing 3 posts - 16 through 18 (of 18 total)
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...
December 18, 2002 at 10:26 pm
#444777
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...
December 18, 2002 at 11:09 am
#444739
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...
July 25, 2002 at 2:30 pm
#433385