Thank you for your hint, you are right, its for Blob handling.
In the meentime I have seen a code from Kiffi solving the problem - thanks.
I have to use ADO because SetDatabaseBlob() will not run with Microsoft SQL Server - the "?" is not accepted in the command sequence.
Jo
Search found 2 matches
- Fri Jan 29, 2010 12:06 am
- Forum: Coding Questions
- Topic: ADO command question with ComatePlus
- Replies: 5
- Views: 2756
- Wed Jan 27, 2010 11:55 pm
- Forum: Coding Questions
- Topic: ADO command question with ComatePlus
- Replies: 5
- Views: 2756
ADO command question with ComatePlus
I am sure its an easy question, but I didn't find a solution or an exampel.
Code to convert:
Set adoStream = CreateObject("ADODB.Stream")
.....
adoStream.Type = 1
adoStream.Open()
.....
.....
.....
adoStream.Close
Set adoStream = Nothing
.....
Converted for PB with ComatePlus:
A_Stream ...
Code to convert:
Set adoStream = CreateObject("ADODB.Stream")
.....
adoStream.Type = 1
adoStream.Open()
.....
.....
.....
adoStream.Close
Set adoStream = Nothing
.....
Converted for PB with ComatePlus:
A_Stream ...