Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Platform
Any
License
Any
: This a very basic example of querying using 2 tables
: I dont think it's what your looking for.. but you may learn a little bit.
:
:
:
: SELECT table1.column1, table2.column1
: FROM...
: I have an Access database which I want the user to be able to search using multiple fields through a VB form. Any suggestions!!
This a very basic example of querying using 2 tables
I dont...
GEM was pretty good, a sort of pre-cursor to Windows.
I've just done another search for it. The source code was released around 2 years ago. for those interested in VERY retro languages and OSs...
I'm using Ms Access. And right now I'm having a problem in searching through records. I know I can use a filter by form but that doesn't work well becuase I have 3 tables that I want to search...
In my example, you could search for "float AND string AND type AND conversion", it will probably come up with few results (say 7) enough to look at them all. I hope.
Of course, if the topic title...
I'm sure in QB45(only in qb45) there is a hiden function to retrive and send the error level. It is not documented so you have to search for it on other qbasic messege boards and turorials or you can...
: Everyone and anyone I need to learn to program in VB visual basic and Also if you could help me where can i download VB .....THANKYOU.....
:
: p/s my e-mail is at bgh251f2692001@aol.com or
:...
: Are there any good sites out there about Unix Scripting that kind of
: explain the basics around it?
Probably. Search for sites on SH or BASH scripting, they're the most simple often times.
:...
: : : I'm just starting out with Visual Basic. I want to be able to control some customized hardware through the parallelport. How do I do that with VB? I want to be able to write commands like in...
: : I'm just starting out with Visual Basic. I want to be able to control some customized hardware through the parallelport. How do I do that with VB? I want to be able to write commands like in...
: I'm just starting out with Visual Basic. I want to be able to control some customized hardware through the parallelport. How do I do that with VB? I want to be able to write commands like in Qbasic...
This message was edited by the detj at 2002-3-23 11:24:33
: I was wondering if there was any way to convert input from a string variable so that lowercase letters would become upper case. For...
I was wondering if there was any way to convert input from a string variable so that lowercase letters would become upper case. For example if the input is ao89765 it would be converted to AO89765....
: :
: : : Since the person in question apparently doesn't know what arguments are passed to main, perhaps he/she also doesn't know that:
: : :
: : : RTFM = Read The F**king Manual,
: : : STFW =...
:
: : Since the person in question apparently doesn't know what arguments are passed to main, perhaps he/she also doesn't know that:
: :
: : RTFM = Read The F**king Manual,
: : STFW = Search...
I did a quick search for you, here are some of the better sites Ive found
http://www.cs.mtu.edu/~shene/COURSES/cs201/NOTES/chap05/two-column.html
http://www.vanguardsw.com/dphelp/dph00161.htm...
And how does a real searchengine work, because what i see here is you're using the search engine www.google.com
But what are the basic of a real search engine?
Thx anyway
: : im just...
well actually MSDN is 3 CDs and MSDN online has more problems than just connecting. some things arent there and the search engine sux!!
although some "Files" only exist on MSDN online
The Ghost...
Simplest way to send email using ASP is with the CDO library. Just search MSDN.microsoft.com or any major asp forum and you'll get more information that you could deal with. ASP101.com has a tutorial...
I found once a greate tutorial on qbasic, there is a command in qbasic to get the output and to return a value supported only by QB45 (not listed in the help file). I lost the tutorial few months ago...