Re: Big-endian/little-endian

2001-07-09 Thread Jeff 'japhy' Pinyan
On Jul 9, Derrick Jamison said: >I am working on a script to move some data between databases and ran into a >problem. Basically I need to convert a field from big-endian to >little-endian before I move the data. I have been doing some digging trying >to see if there is a function available for

Re: Big-endian/little-endian

2001-07-09 Thread Chas Owens
On 09 Jul 2001 13:00:40 -0400, Derrick Jamison wrote: > I am working on a script to move some data between databases and ran into a > problem. Basically I need to convert a field from big-endian to > little-endian before I move the data. I have been doing some digging trying > to see if there is

Big-endian/little-endian

2001-07-09 Thread Derrick Jamison
I am working on a script to move some data between databases and ran into a problem. Basically I need to convert a field from big-endian to little-endian before I move the data. I have been doing some digging trying to see if there is a function available for this, but I haven't found a clear, d