Re: Copying Binary data from one table to another
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Thu, 6 Mar 2008 06:53:34 -0500
normanp wrote:
Hi,
I have these tables with binary data stored in tinyblobs and blobs in
MySql. In my application I sometimes need to copy them to another
table. Not all the data, maybe just a column or two. So I first
select the data into a record set and then loop and insert it (its
the only way can do it)
I've never worked with mysql, but this statement would make me absolutely
reject it as a database-of-choice if I was ever considering it. Are you sure
this is the only way? Can't you do a simple "INSERT INTO tablename (<column
list>) SELECT <column list> FROM othertable" in MySQL?
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Next by Date: Re: Copying Binary data from one table to another
- Next by thread: Re: Copying Binary data from one table to another
- Index(es):
Relevant Pages
|
Loading