Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dkwaters

    Tab Control for Visual Basic

    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...
  2. dkwaters

    Add a namespace to XML output

    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...
  3. dkwaters

    XSLT Conversion

    That worked a treat. Thank you ever so much
  4. dkwaters

    XSLT Conversion

    I'll try it ASAP. Thank you very much.
  5. dkwaters

    XSLT Conversion

    Hi, The XSL I have to Date is: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0" xmlns:edu="http://education.co" exclude-result-prefixes="edu" xmlns="http://education.co"...
  6. dkwaters

    XSLT Conversion

    Thanks! I can't get at the XSLT at the moment so I'll post it tomorrow. I appreciate the response.
  7. dkwaters

    XSLT Conversion

    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...
  8. dkwaters

    Return an ASP.NET XML DATASET WITHOUT THE SCHEMA

    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"...
  9. dkwaters

    Visual Basic Upgrade Project

    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...
  10. dkwaters

    Search for a file - visual basic

    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...
  11. dkwaters

    Visual Basic as a service

    Do you mean use a loop, would this be quite resource intensive?
  12. dkwaters

    Visual Basic as a service

    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...
  13. dkwaters

    Unable to Access First Record

    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 &quot;unable to access first record&quot; is returned. The...
  14. dkwaters

    exporting exchange 5.5 logs to CSV

    That gives me some info thanks. However what I am basically trying to achieve is some kind of reporting portal for individual email acccounts, i.e. at the end of each day for every given account I could say therere have been twenty email sent, 5 recieved, 10 emails in the drafts folder etc. I...
  15. dkwaters

    exporting exchange 5.5 logs to CSV

    Is there any way that an exchange server log can be exported to a CSV file? thanks in advance
  16. dkwaters

    LINK EXCHANGE 5.5 to SQL 2000

    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...
  17. dkwaters

    SIMPLE SQL QUERY'S TIMING OUT

    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...

Part and Inventory Search

Back
Top