Ragic ガイド
IT化のプロフェッショナルであるRagicと共にデータベースを活用して
チームを更に成長させましょう。
RagicをフォローしてIT化の波に加わりましょう。
Trending
Applications
Case Studies
What is Ragic
Talking Ragic
Facebook Twitter YouTube
クラウドデータベース
ガイド
Ragicについて
Trending
Applications
Case Studies
What is Ragic
Talking Ragic

Remember to commit your BDBWorker!

作成者:Jeff Kuo

If you are develop Java programs accessing the Java API of Ragic. I'm sure you've heard us reminding you that you must use this construct to make sure that the worker is certainly committed and closed after any operation.

BDBWorker worker=new BDBWorker(xxx);try{

...

...

}

finally{

worker.commit();

}

This is just another reminder, please remember to do so! Failing to do so will cause memory leak each time the worker is not committed and eventually your Ragic private server will run out of memory!

Powered By Ragic! : 最強の企業デジタル化ノーコードツール
データをエクセルで扱っていると、チームの作業効率が下がってしまい、ミスが増え、管理が難しくなってしまいます。
チームが成長するほど、エクセルでのデータ管理は大変になっていきます。
そこで、クラウドデータベースを作成しましょう。

無料でRagicを始める

Googleアカウントに登録