tufei Posted November 25, 2009 Posted November 25, 2009 Image storage access the OLE field, how to do Use adodb object I use $Stream.TYPE = $adTypeBinary $Stream.OPEN $Stream.Write($aa) $RecordSet.Fields(2).Value = $Stream.Read $RecordSet.Update is wrong... Help me!!!! Thanks!
Lily Posted November 25, 2009 Posted November 25, 2009 Image storage access the OLE field, how to doUse adodb objectI use $Stream.TYPE = $adTypeBinary$Stream.OPEN$Stream.Write($aa)$RecordSet.Fields(2).Value = $Stream.Read$RecordSet.Updateis wrong...Help me!!!!Thanks!As this error,i guess this isnt Autoit syntax,just like Delphi or other oop language,if u wanna access a img to data server ,why not use sqlite
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now