I am looking for a tab control for Visual Basic 6. The tab control needs to look really swanky! I've taken a look around and like the look of the one on the home page of
http://www.salesforce.com/uk/
It has mouse over events, clean lines and all round just looks better than the standard MS...
Hi,
I have the following code that creates an XML file.
AdoCn = New SqlConnection(DSN)
AdoCn.Open()
SQLAdap = New SqlDataAdapter(SQL, AdoCn)
SQLAdap.Fill(DataS, WebServiceID)
SQLAdap.Dispose()
DataS.WriteXml(XMLPath)
This...
Hi,
I am trying to convert the XML below:
<?xml version="1.0" encoding="utf-8" ?>
- <string xmlns="http://education.co">
- <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
- <datareader>
- <_x0031_088...
Hi,
I have produced an XML Web Service in ASP 2.0, this returns a dataset. The output is below:
<?xml version="1.0" encoding="utf-8" ?>
- <DataSet xmlns="http://education.co">
- <xs:schema id="datareader" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema"...
I have a program that I made in VB and created an installshield project for. This program got distributed and installed by some reps.
I made another program, completely seperate of the first, the only thing in common is the signiture it uses (that box that comes up if you run a program off...
Hi,
I have a VB app that connects to a FTP site and continually looks for files placed on the site. I am currently using a loop that continually polls the site and when the file exists grabs it. However this is really resource intensive, is there a way I can start my program but have say a...
Hi,
I need to set up a visual basic program that is connected to a FTP site, as soon as a file appears on the FTP site the program needs to download it. Ideally I would like this running all the time in the background and would assume it needs to be a service, therefore I have the following...
I distribute Crystal reports 8.5 on a number of different SQL databases, mainly these are SQL2000 databases. However one database is SQL7. Using the crystal viewer (in SQL 7) if any fields in the record set are null the error message "unable to access first record" is returned. The...
I am trying to link the exchange database (Exchange server 5.5) to SQL 2000 so that I can run SQL querys across the emails within a network. I have been looking to use linked servers but have had no luck. So basically my question is; How can you view all emails in an exchange server within a...
I have two identical SQL databases, one on SQL sevrer 2000, one on SQL server 7. The 2000 version works fine, however simple querys that run in seconds on the 2000 version time out on the sql 7 version. I have checked all the indexes and they are identical, checked the disc space and checked...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.