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. Webobjects-dev mailing list ([email protected]<mailto:[email protected]>) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/chill%40gevityinc.com This email sent to [email protected]<mailto:[email protected]>
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
