No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
[QUOTE] I really do not want to start over with Visual Basic unless there is a MIGRATION or CONVERSION or "CHEAT SHEET" comparing code.[/QUOTE] I started out using GW-BASIC in 1986 and moved on to QBasic. The transition from QBasic to Visual Basic, in 1997, was painless as the only …
Hi all, I am new to C on linux and have a question about I/O. I am trying to read input from the command-line: printf("What is your first name? "); scanf("%s", firstName); printf("What is your last name? "); scanf("%s", lastName); printf("What is your age? "); scanf("%d", &age); printf("What street do …
Hi tomex, A couple of questions: 1) Are you using ADO or DAO to connect to this database? 2) What string are using to connect to the database. Also, some very excellent code on this subject may be found at [url]http://www.freevbcode.com[/url]
The following sites might also help: [url]http://www.vbcity.com[/url] [url]http://www.freevbcode.com[/url]
The End.