Forum: VB.NET Jul 11th, 2008 |
| Replies: 2 Views: 2,322 Thanks for your help, but I managed to solve the problem. I created the query in access and then copied its SQL code into my project.
Thanks anyway,
Kevin |
Forum: VB.NET Jul 9th, 2008 |
| Replies: 2 Views: 2,322 Hi
I am writing a program that will take in a CSV file and then write it to a database (MS Access). So far, i can create a table, add fields to the table and insert one record. Im inserting the... |
Forum: VB.NET Jul 8th, 2008 |
| Replies: 2 Views: 423 Hi,
Thanks for the reply but I actually managed to sort it out a few minutes before you replied. I managed to do it by declaring an object, putting the data from the array into the object and then... |
Forum: VB.NET Jul 8th, 2008 |
| Replies: 2 Views: 423 Hi,
I am trying to use a 2D array to gather information from a dialogue box. The array has been publicly dimensioned in a module. Before the dialogue box is opened, there is data in the array, and... |
Forum: C++ Dec 13th, 2005 |
| Replies: 2 Views: 1,418 I have written a program that performs a simple version of Run-Length coding compression on a file. I thought everything worked, but after a closer look at the output from the program, letters after... |
Forum: C++ Dec 4th, 2005 |
| Replies: 1 Views: 3,623 Im trying to create a simple RLC program. Im n ot sure the best way about it, but im trying to to use to 20 character arrays. One to read in the characters to be compressed (buffer) and the other is... |
Forum: C++ Dec 1st, 2005 |
| Replies: 1 Views: 1,644 I am trying to output a string to a file in the form
cout << "\" << (an expression) << "\";
however, my compiler won't accept it, i can't get it to output that without there being a space... |
Forum: C++ Nov 30th, 2005 |
| Replies: 3 Views: 2,316 Ok, yes, it is homework, and I've been tearing my hair out trying to get it to work, but eventually got there. The final thing I need to do is adjust the output that is sent to the console. It is... |
Forum: C++ Nov 29th, 2005 |
| Replies: 3 Views: 2,316 I am trying to create a simple program to read in words from a file, count the words, and output a histogram of word lengths normalised to 1. I am having trouble reading in the words from the file.... |
Forum: C++ Oct 13th, 2005 |
| Replies: 1 Views: 7,284 I'm writing a basic piece of code to perform a successive approximation algorithm, however, when it runs the approximation loop, it seems unable to distinguish between a positive and a negative... |
Forum: C++ Oct 9th, 2005 |
| Replies: 8 Views: 2,513 I've just started using C++ for my engineering course. I downloaded the Dev-C++ compiler and I am having trouble with the cout command. Everytime the compiler outputs a value/ sentence etc, the... |