Click here to Skip to main content
16,006,535 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: MS-Access table collection Pin
Dave Kreskowiak30-Dec-05 2:36
mveDave Kreskowiak30-Dec-05 2:36 
GeneralRe: MS-Access table collection Pin
sonj30-Dec-05 17:45
sonj30-Dec-05 17:45 
GeneralRe: MS-Access table collection Pin
Dave Kreskowiak31-Dec-05 4:59
mveDave Kreskowiak31-Dec-05 4:59 
GeneralRe: MS-Access table collection Pin
sonj1-Jan-06 22:17
sonj1-Jan-06 22:17 
QuestionInvalid DNS record Pin
fegf29-Dec-05 22:46
fegf29-Dec-05 22:46 
AnswerRe: Invalid DNS record Pin
Dave Kreskowiak30-Dec-05 2:34
mveDave Kreskowiak30-Dec-05 2:34 
GeneralRe: Invalid DNS record Pin
fegf30-Dec-05 3:16
fegf30-Dec-05 3:16 
GeneralRe: Invalid DNS record Pin
Dave Kreskowiak30-Dec-05 4:08
mveDave Kreskowiak30-Dec-05 4:08 
It could also be that the server-side, too, is caching the lookup. Datbase operations are kind of expensive, so if the server can do this once, cache the result for a little while.

You might want to set the TTL for the record to 1 second. This will keep everyone from caching the result for more than that time and force the client to do to the DNS server to resolve the name.

You can also do this[^] on XP/2003 machines to force the client to drop it's cached result after 1 second, no matter what the record's TTL says.

It'll also force the cache on the server side to drop the cached result after 1 second, focing it to go to the database to resolve the name.

To alter the caching of results on the DNS Server itself, you'll have to consult the docs on what server your using.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionHow to tell if File.Open fails? Please help Pin
chiyinhk29-Dec-05 22:41
chiyinhk29-Dec-05 22:41 
AnswerRe: How to tell if File.Open fails? Please help Pin
Dave Kreskowiak30-Dec-05 2:30
mveDave Kreskowiak30-Dec-05 2:30 
QuestionHow to find whether a cable is connected to USB port? Pin
Sushmadm29-Dec-05 22:00
Sushmadm29-Dec-05 22:00 
QuestionDrag and Drop Pin
Deemo29-Dec-05 20:07
Deemo29-Dec-05 20:07 
AnswerRe: Drag and Drop Pin
Gerben Jongerius29-Dec-05 23:27
Gerben Jongerius29-Dec-05 23:27 
GeneralRe: Drag and Drop Pin
Deemo30-Dec-05 9:50
Deemo30-Dec-05 9:50 
QuestionHow to specify 2 buttonState in ControlPaint.DrawCheckBox Pin
merlynml29-Dec-05 17:27
merlynml29-Dec-05 17:27 
AnswerRe: How to specify 2 buttonState in ControlPaint.DrawCheckBox Pin
Mohammed Faci29-Dec-05 17:45
Mohammed Faci29-Dec-05 17:45 
GeneralRe: How to specify 2 buttonState in ControlPaint.DrawCheckBox Pin
merlynml29-Dec-05 19:04
merlynml29-Dec-05 19:04 
Questionaccess random Pin
militiaware29-Dec-05 13:49
militiaware29-Dec-05 13:49 
AnswerRe: access random Pin
Brian Van Beek29-Dec-05 15:48
Brian Van Beek29-Dec-05 15:48 
Questionset picture as desktop wallpaper Pin
militiaware29-Dec-05 13:45
militiaware29-Dec-05 13:45 
AnswerRe: set picture as desktop wallpaper Pin
[Marc]29-Dec-05 15:43
[Marc]29-Dec-05 15:43 
QuestionProblems with detecting object type Pin
Hmmkk29-Dec-05 11:16
Hmmkk29-Dec-05 11:16 
GeneralRe: Problems with detecting object type Pin
Hmmkk29-Dec-05 12:01
Hmmkk29-Dec-05 12:01 
AnswerRe: Problems with detecting object type Pin
Dave Kreskowiak29-Dec-05 13:00
mveDave Kreskowiak29-Dec-05 13:00 
QuestionSQL - Convert String to Date Pin
dptalt29-Dec-05 10:35
dptalt29-Dec-05 10:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.