| View previous topic :: View next topic |
| Author |
Message |
Sorin Hershcu Guest
|
Posted: Sun Oct 19, 2003 8:39 pm Post subject: Ole field value |
|
|
Hello
When I want to insert a file into an OLE field of a Paradox file
i can use the ttable method oleField.LoadFromFile(fileName).
Can this be done using the tquery component and the Insert method?
Thanks Sorin
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Sun Oct 19, 2003 8:56 pm Post subject: Re: Ole field value |
|
|
Use a parameterized INSERT query and the TParam.LoadFromFile method.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
|