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

    Reading from files

    Trying to read some data from a file. I'm reading in 4 lines and storing them in a 2D array and then starting again. Here's the code i'm using: Console.WriteLine("Please enter the absolute path of the file: "); string path = Console.ReadLine(); String[] TempArray = new String[100, 4]...
  2. andybeeeeee

    What's wrong with this?

    I'm writing some code and i have the following line: oppty.CloseDate = 23/09/2004; When i try to build it, there is an error that this isnt in the right format: Cannot implicitly convert type 'int' to 'System.DateTime' what's the right syntax for me to enter this in so that it recognises it...
  3. andybeeeeee

    <![CDATA....

    hi all i'm trying to create a schema file for an xml file, but i'm having trouble. how do i define an element that has no name and contains only <![CDATA....]]>. here's an example: <connect fnname="ConnectUserManager"> <![CDATA[ import win32com.client import whrandom def...
  4. andybeeeeee

    One schema for multiple files

    hi, i'm working on a project to make a kind of "universal schema" for a set of xml files and i need some help. basically what happens is each file has exactly the same elements, but the attributes on one of the elements varies depending on which file it is. e.g. <connection...
  5. andybeeeeee

    NOW and DATE-I'm confused

    Hi all, I'm doing a project in access. The database is of patients of a dentist surgery and part of it is an appointment system. Part of my project is a query that shows the people that have an appointment today. In this query i have the patients name, the time of their appointment and the...

Part and Inventory Search

Back
Top