BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Store Array to MySQL table

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Databases (SQL Servers)
View previous topic :: View next topic  
Author Message
Tommy
Guest





PostPosted: Tue Jun 07, 2005 7:36 am    Post subject: Store Array to MySQL table Reply with quote




Hi,

I have a "ABC : [0..511] array of byte", and now I want to store this array to MySQL table.

But I don't know how to do, can anyone help me!!!

THX.
Tommy.

Back to top
Dmitry Arefiev [gs-soft.r
Guest





PostPosted: Tue Jun 07, 2005 9:06 am    Post subject: Re: Store Array to MySQL table Reply with quote



Hi Tommy !

Quote:
I have a "ABC : [0..511] array of byte", and now I want to store this array to MySQL
table.

At MySQL table you should use column of type BLOB.
On Delphi side you should write something like that:

var
s: String;
begin
SQLQuery1.SQL.Text := 'insert into tab (abcfield) values (:abcfield)';
SetString(s, PChar(@ABC[0]), 512);
SQLQuery1.Params[0].AsBlob := s;
SQLQuery1.ExecSQL;
end;

Regards,
Dmitry
--
Dmitry Arefiev - www.da-soft.com
AnyDAC - Oracle, MySQL, MSSQL, MSAccess, IBM DB2, Sybase
ASA, DbExpress, ODBC freeware data access framework
gs-soft AG - www.gs-soft.com
SAPx - Delphi to SAP R/3 direct access
Saphir - SAP R/3 metadata at your fingertips
MetaBase - ERWIN model in Delphi applications



Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Databases (SQL Servers) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.