Search found 2749 matches

by BenHayat
Sat Dec 25, 2010 4:07 am
Forum: General discussion and questions about Aware IM
Topic: Would you use Derby Database for production?
Replies: 8
Views: 7352

I would not use Derby for production apps unless the app has a very modest utility. No facts to back that up, but there are some limitations there. One very simple one is that queries are case sensitive, which is a bother. And it's not scalable that I know of. My next choice WAS MySQL. If you're us...
by BenHayat
Fri Dec 24, 2010 7:40 pm
Forum: General discussion and questions about Aware IM
Topic: Would you use Derby Database for production?
Replies: 8
Views: 7352

Would you use Derby Database for production?

A few question for other members add/or Aware IM Team! *) Would you use Derby for production? If yes, what would you limit the # of records per table before you run to limit? *) What would be your next choice after Derby? *) For the large volume, would you use SQL2008? *) Since Aware IM runs on Wind...
by BenHayat
Fri Dec 24, 2010 2:19 pm
Forum: General discussion and questions about Aware IM
Topic: Does Aware IM Store BLOB in MsSQL20008 FileStream?
Replies: 8
Views: 7119

Does Aware IM Store BLOB in MsSQL20008 FileStream?

SQL2008 has a feature (once setup) that will allow for large BLOB to be stored as a FileStream rather than directly inside of Database Record. Here is a small summary: Summary: This white paper describes the FILESTREAM feature of SQL Server 2008, which allows storage of and efficient access to BLOB ...
by BenHayat
Thu Dec 23, 2010 3:06 pm
Forum: General discussion and questions about Aware IM
Topic: How do you drop down to write code in aware im
Replies: 1
Views: 2660

How do you drop down to write code in aware im

As a developer, I'm looking at this product at a very early stage. and I like to ask the developers how and if the following is performed. Aware IM seems to be a powerful Application generator, but no tools can do everything out of the box that you need. There are times when you need to drop to code...