Tiago Prestes

Greenhorn
+ Follow
since Jan 31, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Tiago Prestes

Hi all,

I was thinking about the URLyBird 1.3.1, about make a reserve.
What means a record to be reserved? The user must fill the owner field when he/she makes a reserve? What it indicates that a record is reserved?

Thanks in advance.
Hi all,

I have a problem. In my assigment (URLyBir 1.3.1) the lock method don�t have the cookie parameter. So I don�t know how I do to know wich client locked the register.
In Andrew�s book, the solution is good but is passed by parameter to method lock().
I asm thinking that: I will implement the lock method in DataClass and in DataClassRemote, but just in dataclassremote the lock will be used. So, in DataClassRemote I will implement the method lock with the cookie parameter, and then I used the Andrew�s book solution.
Andrew, and all, what do you think about this??

Thanks in advance.
Hi all,

I have a doubt.
In data file there is a bit that represent if a register was delete or not. So, that means I MUST implement a mechanism to delete reserves?

Thanks!!