Wavelet
Programmer
- Apr 17, 2002
- 6
I am now learning to use FlashFiler. What I want to do is a client application adds records to the database on a server in another PC within the same local network. Each of the records includes a field that must be filled with the current date and time of the SERVER, not those of the client PC. It seems that I need fetch the date and time from the server before a record is written. How to get them? And is there any way that let the server fill those information automatically when writing the record (as record-writing is accomplished by the server)?