| View previous topic :: View next topic |
| Author |
Message |
Matthew Noordermeer Guest
|
Posted: Mon Dec 22, 2003 10:48 am Post subject: Inserting a bitmap into a SQL server image field |
|
|
My minds gone blank ... a user selects a bitmap and now I need to insert the
bitmap into a SQL server image field of a new record. How do I do it ...
which component do I use and how? I know how to do it with Paradox tables
but ...
Thanks for any help.
Regards
Mike
|
|
| Back to top |
|
 |
Matthew Noordermeer Guest
|
Posted: Mon Dec 22, 2003 7:57 pm Post subject: Re: Inserting a bitmap into a SQL server image field |
|
|
I've found a reference at www.tamaracka.com. It suggests using TADODataSet
with commandtype of cmdTableDirect. This allows me to use it similarly to
the way I use Paradox tables ... but won't this cause lots of network
traffic when I open the dataset? Sorry for my ignorance.
Regards
Mike
|
|
| Back to top |
|
 |
|