Viewing 4 posts - 1 through 4 (of 4 total)
I would probably write an INSERT/UPDATE trigger that would update the field to '0' + field if LEN(field) = 1.
November 18, 2008 at 11:01 am
Check this on support.microsoft.com
Microsoft Knowledge Base Article - Q258038
HOWTO: Access and Modify SQL Server BLOB Data by Using the ADO Stream Object
December 2, 2002 at 11:29 am
Steve,
I found this MS example of using the ADO stream with VB. Support.microsoft.com
Microsoft Knowledge Base Article - Q258038
HOWTO: Access and Modify SQL Server BLOB Data by Using the ADO...
November 11, 2002 at 2:27 pm
You should set the Range object to the location of the starting cell.
Example: Range("A2").Select
I would suggest that you record macros and perform certain tasks, then stop the macro and look...
September 16, 2002 at 12:06 pm
Viewing 4 posts - 1 through 4 (of 4 total)