Search results for query: *

  • Users: tealmad
  • Content: Threads
  • Order by date
  1. T

    Remove a portion of a string value?

    I am thinking of the best way to remove part of a string. Here is my String value: Code: <ul> <ul> <ID>98</ID> <li>Online CIO</li> <ul> <ID>99</ID> <ParentID>98</ParentID> <li>Add CIO</li> </ul> <ul> <ID>100</ID> <ParentID>98</ParentID>...
  2. T

    Database Connection Strings...

    Hi. I have a few questions as to how I should be working with my MSSQL 2005 connection strings in my VB.NET 2005 applications. My colleagues and I question the best methods to be used when dealing with connection strings. Currently we have a multiple location environment that has time clock...
  3. T

    Proxy Authentication Error...

    Hi all. I have created a Windows Service that runs every 8 minutes to go out and get the current weather for several of our company's locations. To access the internet, we are required to provide a username and a password. This has to do with our proxy. After 8 hours of INITIALLY logging in...
  4. T

    VB.Net 2003 & MySQL

    I have been trying to determine if there is a way to build a PC based application so that I can access data in my MySQL database that resides on the web. Is there a connection method to do this and if possible, can anyone provide some example code to connect to a MySQL db on the web? Thanks in...
Back
Top