Re: Query with binary data?
Re: Query with binary data?
- Subject: Re: Query with binary data?
- From: Chuck Hill <email@hidden>
- Date: Wed, 27 May 2015 21:44:02 +0000
- Thread-topic: Query with binary data?
You will have to check that MySQL will support. Generally, BLOB and CLOB don’t work in queries. FrontBase, by example, has BIT and BYTE data types that should work for storage and query.
Chuck
On 2015-05-27, 2:35 PM, "Ken Anderson" wrote:
All,
I’m working on a server that will send push notifications through Apple’s Push Notification service. I was originally thinking of storing the device token in binary, but then realized that I will have to look up devices by the device token when the feedback
service reports an error.
Is there a way to do a query with binary data (using mysql for the DB), or should I just store it as a hex string instead? Any experience with this?
Thanks,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Help/Unsubscribe/Update your Subscription:
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden