MyTable Refresh Problems
Posted: Tue 27 Nov 2007 11:43
I making a chat appliction and am using mydacs as my main sql core the problem am having is when a user submits a new account from my website my server dont pick up the needed information so when there login it says there account was not found.
so i added a refresh funcation so everytime sumone logins in the client sends a refresh command to the server to auto update all useraccounts via mytable
like so
if (com = 'ReloadDB') then
begin
UsersTable.Refresh;
end;
however this makes my server very unstable and crashing it out if i remove the refresh my server works fine is there abetter way of refreshing the full user db so my server can pick up all new accounts?
thanks
so i added a refresh funcation so everytime sumone logins in the client sends a refresh command to the server to auto update all useraccounts via mytable
like so
if (com = 'ReloadDB') then
begin
UsersTable.Refresh;
end;
however this makes my server very unstable and crashing it out if i remove the refresh my server works fine is there abetter way of refreshing the full user db so my server can pick up all new accounts?
thanks