Forum: VB.NET Feb 5th, 2008 |
| Replies: 0 Views: 992 Hey there guys.
I need to load data from a MS Access database into my application, but when I try to do so, I get either an error in my FROM clause, while data from precedent tables has already... |
Forum: Visual Basic 4 / 5 / 6 Sep 28th, 2007 |
| Replies: 3 Views: 1,615 Yes, thank you, but I already know that. The problem is, in that way I connect to a single database, and I may use only that precise database. What I want to do, instead, is providing the user with... |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2007 |
| Replies: 3 Views: 1,615 Hello there, guys!
I'll get right to it. I am coding in VB, using Visual Studio 2005, and I need to retrieve the data from a MS Access database. The thing is, I need to use a SQL statement to do... |
Forum: C Jul 9th, 2006 |
| Replies: 4 Views: 1,243 OK, I didn't know that... Sorry, I have tried it once or twice, and it worked on my compiler... What can I say... I feel ashamed.... |
Forum: C Jun 28th, 2006 |
| Replies: 4 Views: 1,243 Yes, but fflush(stdin); will do as well... |
Forum: C++ Feb 3rd, 2006 |
| Replies: 4 Views: 1,537 I am running Windows XP Pro English SP2, and I am trying to make a Console Application using DevC++ (it's the latest edition, beta).
Now, about the loop, I came to think that much. The problem... |
Forum: C++ Feb 1st, 2006 |
| Replies: 4 Views: 1,537 Hello there, guys!
I am quite some time now into programming, but have been dealing with C source codes for a short time. After creating some very basic programs, I want to do something more... |
Forum: C++ Nov 18th, 2005 |
| Replies: 3 Views: 3,437 Hello there, guys!
I am relatively new to programming in C, and I still have a lot to learn. I am currently using Dev C++, but I work in C only. My problem is that I need to fill a 2D table with... |
Forum: Pascal and Delphi Aug 7th, 2005 |
| Replies: 3 Views: 4,746 I have heard of that command before, but, unfortunately, it doesn't seem to be supported by the edition of Pascal I use (that would be DevPascal). thanks for the tip, anyway!
As for the source... |
Forum: Pascal and Delphi Jun 24th, 2005 |
| Replies: 3 Views: 4,746 Hello, guys, and thank you in advance!
I am trying to make the program stop running for six seconds. I don't know, however, how to use the system clock. The code I came up with is something like... |
Forum: Pascal and Delphi Jun 22nd, 2005 |
| Replies: 2 Views: 4,480 Thank you, Jackrabbit! It really worked!
The error was the missing Randomize; in the beginning. I had the same seed every time, thus getting the same sequence of numbers! Thanks again!
Actually, I... |
Forum: Pascal and Delphi Jun 21st, 2005 |
| Replies: 2 Views: 4,480 Hello to everyone who sees this post!
I am not very experienced in programming, but I have some basic knowledge, and the first real programming language I happen to learn is Dev Pascal. I have... |