How add MS Word or any other file to MS SQL?
How add MS Word or any other file to MS SQL?
How add MS Word or any other file to MS SQL? Can you exlain to simular Pictures Demos.
Use something like this
Code: Select all
MSQuery.Edit;
BlobField := MSQuery.FieldByName() as TBlobField;
BlobField.LoadFromFile(FileName);
MSQuery.Post;