Yes thats right Amith
When network is down Client Data store would be used
and When Network is back to normal then we need to synchronise the data between the Client Data Store and Server data base
Is there any way we could automate this process(data sync) using Oracle 10 g ?
User Profile
Collapse
-
Thanks Amith,
but the situation is we have a client machine, which often has network problems,
if Database connection is lost, we need a work around....Page cannot be refreshed as it would mean re-typing all the the data again... so we need something like storing the data into a different DB , and then once the connection is re-established sync the DB with servers.
so now I need something like this or a better approach
...Leave a comment:
-
Offline Database management
[FONT=Arial][SIZE=2]Hi all,
I have a Client server application running on Oracle 10 G.
Issue is that the connection with server may get lost or disrupted, but it must not effect the system, so I need to suggest a system that would synchronise the data with the server once the connection is established with server.
So is there any way were can synchronise the data with server after a network downtime, using... -
tim007 started a topic ASP.Net/C# How to Import Contacts From Mailservers ( AOL,HotMail,Gmail,Yahoo)in .NETASP.Net/C# How to Import Contacts From Mailservers ( AOL,HotMail,Gmail,Yahoo)
Hi all
Can anyone suggest a method to import contacts in address book from AOL,HotMail,Gma il,Yahoo
Using ASP.Net/C#.
We have tried a code that uses screen scrapping, but even that fails with AOL & hotmail accounts.
Please advice
Thank u :-) -
hmmmm so i guess this is a knw issue
No answers :-)
thanks anyway :-)Leave a comment:
-
When i Said the textChanged event gets fired on every PostBack i ment
It gets fired on any click on any other control on that page.
pls adviseLeave a comment:
-
ASP .Net ViewState issue
I have a textbox placed in a updatepanel, i have written a textChanged event that gets fired when user types something.
Now i have set the enableViewState property of the TextBox to FALSE
<asp:TextBox ID="txtName" runat="server" AutoPostBack="T rue"
ontextchanged=" txtName_TextCha nged" EnableViewState ="false" CausesValidatio n="false"></asp:TextBox>... -
But this is not fired if the user just closes the browser ... session_end is not called when the user just closes the browser.
if 5 users are connected and two of them just close the browsers
the Count would still be 5 where as it should have been 3...
we wont get the correct count of connected usersLeave a comment:
-
Active User count in ASP .Net/C# application
Hi,
How can we get tthe number of active users connected to our web application.
I have added application varible that gets incrimeted at session_start and then is decreased at session_end
void Session_Start(o bject sender, EventArgs e)
{
// Code that runs when a new session is started
Application.Loc k();
Application["TotalUsers "]... -
-
I mean how can we discourage such definations with some valid arguments...Leave a comment:
-
so isnt it a bad coding style... how can we stop someone from doing this....Leave a comment:
-
Windows SharePoint Service - customize Search Option
Hi all,
can any one tell me if the search option ( top right corner) in WSS is customisble, i believe its a control and not a webpart, so is it customizable ?
thanks -
SQL Database design :- varchar datatype doubt
hi all,
As we design a database
I have a field for storing the last name,
so i give the datatype varchar (50)
now my question is there any difference if i were use
varchar (200) instead of varchar(50)
any performance or any issues -
-
C#/.Net - Doubt how"Using" Statement is implimented
Hi all,
I have a doubt regarding the "Using" statement
if i write a code like this....
using (sqlDataReader)
{
do something ....
}
do I need to explicitly close the DataReader object or
will it be taken care off as i'm using the "Using" statement, will it close & dispose ?
... -
C#/.Net : When & Why Should we opt NHibernate
Hi All,
I wanted to know why and when , should we use NHibernate as a data access layer in a C#.Net Project.
Can we opt Nhibernate for its ease of implimentation ?
or will it increase performace ?
does it have any major drawback when compared to a Customised data access layer ?
Thanks
Regards
Tim -
-
.Net/C# pls suggest a Opensource Reporting Tool
Hi all,
Can anyone suggest a Opensource Reporting tool like Crystal report.
thanks
Regards
tim -
Thanks... i hav tried FreeTextBox but it doesnt work in all browsers...
But havnt tried Tiny MCE ... let me try that...Leave a comment:
No activity results to display
Show More
Leave a comment: