mSTREAM.Type = ADODB.StreamTyp eEnum.adTypeBin ary
mSTREAM.Type = ADODB.StreamTyp eEnum.adTypeBin ary
If mSTREAM.State = 1 Then mSTREAM.Close()
mSTREAM.Open()
mSTREAM.LoadFro mFile("C:\JMDS\ AudioTemplate1. WAV")
RSBINARY.Fields ("Audio_file"). Value = mSTREAM.Read
rsbinary.update ()
Its taking lot of time How can i reduce this time
...