Re: Flushing data
- From: "Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
- Date: Tue, 12 Apr 2005 12:26:39 -0400
I don't know, I never used this particular command. Did you make the
verification first?
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
"Walter Levine" <wlevine@xxxxxxxxxx> wrote in message
news:OJKQnv3PFHA.904@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks for the reply
> would this code help?
> Response.Cache.SetCacheability(HttpCacheability.NoCache);
>
> "Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
> wrote in message news:eBchQi3PFHA.3076@xxxxxxxxxxxxxxxxxxxxxxx
>> Print somewhere the time on the ASP.NET page to make sure that you don't
>> have simply a problem of cached pages on the web server.
>>
>> S. L.
>>
>> --
>> Sylvain Lafontaine, ing.
>> MVP - Technologies Virtual-PC
>>
>>
>> "rhinoman" <wlevine@xxxxxxxxxx> wrote in message
>> news:u1%23xew1PFHA.2520@xxxxxxxxxxxxxxxxxxxxxxx
>> >I have an SQL database which was just upsized from Access
>> > The users access the database in two ways
>> > First, there is an adp project with forms, reports and modules which
>> > was
>> > also converted from the old mdb file. Users use the to make changes to
>> > the
>> > db using this program
>> >
>> > second, I wrote an ASP.NET app in C# to allow (read-only) viewing of
>> > the
>> > database information from the Internet or Intranet. Many users access
>> > this
>> > program for looking at the data.
>> >
>> > The problem is that updates done to the database in the adp application
> do
>> > not seem to be available to the Web users until either some time has
>> > passed,
>> > or the adp app has been shut down. In otherwords, it seems that
>> > updates
>> > are
>> > not being physically written to the database immediately. This is
>> > undoubtedly a reasonable thing in an industrial strength database.
>> >
>> > My question is, can I force a physical write to the database from
>> > within
>> > VBA?
>> > Maybe if I could use a transaction, the Commit would write out the
>> > data,
>> > but
>> > i cannot get Transaction to work in VBA, are they supported??
>> > Thanks for any help
>> > Walter
>> >
>> >
>> >
>>
>>
>
>
.
- Follow-Ups:
- Re: Flushing data
- From: Walter Levine
- Re: Flushing data
- References:
- Flushing data
- From: rhinoman
- Re: Flushing data
- From: Sylvain Lafontaine
- Re: Flushing data
- From: Walter Levine
- Flushing data
- Prev by Date: Re: vba ado error
- Next by Date: Re: ADP/SQL Server 2000 Security Problem
- Previous by thread: Re: Flushing data
- Next by thread: Re: Flushing data
- Index(es):
Relevant Pages
|