No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: check to ensure that the jumpers are correctly configured as a slave hard disk... | |
Need help... I want to refresh ny adodc connection but it seems to refresh faster than the update can take place. Here is the code Set rstemp = New ADODB.Recordset rstemp.Open "Select * from Temperatures;", cn1, adOpenDynamic, adLockOptimistic rstemp.AddNew rstemp!RecipeName = txt_RecpName.Text rstemp!step1 = txt_TempS1.Text rstemp!step2 = txt_TempS2.Text rstemp!step3 = … | |
Just wanted to take the time to introduce myself. I am a self proclaimed Guru in PLC programming but, finding great ways to implement VB into my applications and thus the need for quick advice from those who know more than myself. My background is primarily in combustion controls with … |
The End.