devxlogo

upload

MySQL command – OPTIMIZE TABLE

This is a simple command that is not used often, even by experienced database creators. So, how does it help you?Once you implement a number of changes into your table,

Sending huge messages using WCF 4

You can send huge messages even upto 100MB using WCF 4. Here are the things you need to do in web.config in server side and / or app.config in client

converting a 64 bit number from little indian to big indian

#includelong long int INT_little_endian_TO_big_endian(long long int i){ return (((i&0xff)8)&0xff000000)|((i24)&0xff0000)|((i40)&0xff00)|((i56)&0xff));}int main(){ long long int num = 1,rev; if(*(char *)&num == 1) //if num is odd,compare with 1 other wise compare with

converting a 64 bit number from little indian to big indian

#includeint INT_little_endian_TO_big_endian(int i){ return ((i&0xff)8)&&0xff000000)8)|((i24)&ff0000)|((i40)&ff00)|((i56)&ff)}int main(){int num = 1,rev; if(*(char *)&num == 1) //if num is odd,compare with 1 other wise compare with 0{ printf(” Little-Endian “);}else { printf(“Big-Endian “);}rev=INT_little_endian_TO_big_endian(num);printf(“%d

Devart’s Linqconnect

LinqConnect is an enhanced LINQ to SQL compatible ORM solution with extended functionality, support for SQL Server, Oracle, MySQL, PostgreSQL, and SQLite, its own visual model designer, seamlessly integrating to