Re: [firebird-support] Storing a byte array in Firebird

2019-10-26 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
26.10.2019 22:46, blackfalconsoftw...@outlook.com [firebird-support] wrote:
> Would you simply store it in a field defined with the BLOB type or use the 
> ARRAY type if 
> one knew the length of the array?

   (VAR)BINARY or BLOB depending on length estimation.


-- 
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



[firebird-support] Re: Storing a byte array in Firebird

2019-10-26 Thread blackfalconsoftw...@outlook.com [firebird-support]
I have found what I needed.  
 

 Sorry for the bother...
 

 I was having trouble finding a way top convert the array into a string, which 
led me to believe I would have to store it in array format.
 

 I eventually found the correct solution after going through several incorrect 
ones. I couldn't remember that all I needed was to use the Base64 conversion...
 

 Steve Naidamast
Sr. Software Engineer


[firebird-support] Storing a byte array in Firebird

2019-10-26 Thread blackfalconsoftw...@outlook.com [firebird-support]
Hello...
 

 I need to store a byte array for the security aspect of the application I am 
developing.
 

 Would you simply store it in a field defined with the BLOB type or use the 
ARRAY type if one knew the length of the array?
 

 Thank you...
 

 Steve Naidamast
 Sr. Software engineer