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