SQL Connection Test
For more connection string assistance visit: http://www.connectionstrings.com/
For more connection string assistance visit: http://www.connectionstrings.com/
When integrating various systems you sometimes need to convert DateTime values to an Integer, the code samples below will be helpful
Based Off of Ektron Code Library – http://developer.ektron.com/Templates/CodeLibraryDetail.aspx?id=4294967329&blogid=116
In order for this to work you need to follow these steps Go to “Project”, Select “ Properties…” Click on “Compile”, At the bottom of the screen click on “Advanced Compile Options…” Change “Target CPU:” to “AnyCPU” and click “OK”
Create a new project Add a TextBox and name it “txtHostname” Add another TextBox and name it “txtIP” Add a button and name it “btnResolve” and give it appropriate text like “Resolve IP” Double click on the button to auto generate the button action code and insert code as shown below
Source: http://www.java2s.com/Code/VB/GUI/ProgressBarcontrol.htm
You must be logged in to post a comment.