Search the web
Sign In
New User? Sign Up
nsbasic-desktop · Forum for NS Basic/Desktop users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2830 - 2859 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2830
I have searched this group and the CE group and have been to the SQLite website hoping to find some sample code, but cannot find the answer to this question: I...
algehe
Offline Send Email
Feb 3, 2009
12:34 am
2831
You need to construct a proper SQL statement to insert the record data. Learning NSBasic is NOT the same as learning SQL. You'll need to study SQL in order to...
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 4, 2009
1:51 am
2832
... ...snip... What is the purpose of the invisible text boxes? The whole issue of quote marks can drive programmers bonkers. In your ... would be generate ",...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Feb 4, 2009
7:41 am
2833
It's much easier to use the ASCII Character codes in order to construct long SQL strings. Trying to keep track of all those quotes is an exercise in futility....
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 4, 2009
3:14 pm
2834
Thank you, Ed I an glad you posted good code so if anyone else has difficulty understanding this issue they will have an answer. After gathering info at the...
algehe
Offline Send Email
Feb 4, 2009
7:53 pm
2835
I'm not quite sure what you mean by "instead of a variable name", but basically, SQLite just wants a valid SQL statement. if your combination of variables and...
Styskul
Offline Send Email
Feb 4, 2009
8:21 pm
2836
Thanks, I understand now. I didn't realize Value1 was an SQL statement, I just thought it was a way of renaming a variable. Obviously if I was a professional...
algehe
Offline Send Email
Feb 4, 2009
9:16 pm
2837
... I have been reading this string of postings and I think I figured out what is going on. There is confusion between how NSBasic and SQLite interract. I...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Feb 6, 2009
9:46 am
2838
... This statement is incorrect. Properly declared variables have no issues in a SQL statement. SQL is standardized protocol and SQLite is simply the Open...
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 6, 2009
11:01 am
2839
If you truly want to use variables within your SQL, here's a starting point: http://www.sqlite.org/cvstrac/wiki?p=DynamicLanguageInterfaceToSqlite The article...
Styskul
Offline Send Email
Feb 6, 2009
5:06 pm
2840
I think it's obvious that very few people here have ever actually used SQL. All these issues arise when people put the cart before the horse. SQL is a...
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 6, 2009
6:17 pm
2841
Pay particular attention to the For Next Loop You'll see proper SQL statement concatenation that uses both string data and variables. This particular code uses...
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 6, 2009
6:28 pm
2842
I've been using SQL for 15 years now. The problem with most of this discussion has been in phrasing. I think your last summary should hopefully clear things...
Styskul
Offline Send Email
Feb 6, 2009
6:30 pm
2843
Okay, with a little time to think I realized my last message probably was not phrased the most tactfully. First off, Tim, I want to say that in general I am...
Styskul
Offline Send Email
Feb 6, 2009
7:22 pm
2844
No Harm, No Foul. As they say in da hood, Peace Out. ... actually used ... values to ... work on ... I were ... <tmarkoski@> ... program ... string ... Source ...
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 6, 2009
7:37 pm
2845
I think we all learned something and not just about computers. I am a marketing consultant by profession. When I begin working with any new client, the first...
algehe
Offline Send Email
Feb 6, 2009
11:06 pm
2846
Alan I agree with you that we all learned (or been reminded of) something. Having been in the computer business since 1969, we each have a way we learn how we...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Feb 7, 2009
8:27 am
2847
I need to bring a window to the top and make it active, even if it has been minimized or is covered by another window, or if the screensaver has kicked in. I...
sailvalis
Offline Send Email
Feb 8, 2009
7:54 pm
2848
You'll need to use WMI and Appactivate from WScript.Shell...
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 9, 2009
10:28 am
2849
Is there anyway to make all forms appear in the center of the screen? I know visual basic has this. I saw a post about the size of forms changing and that was...
algehe
Offline Send Email
Feb 9, 2009
11:01 pm
2850
http://tech.groups.yahoo.com/group/nsbasic-desktop/message/1958 <http://tech.groups.yahoo.com/group/nsbasic-desktop/message/1958> Save the code shown as a...
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 10, 2009
12:02 am
2851
Thanks again Tim, works great. I did a search for "centering" forms and this thread didn't come up because Geoff spelled centring the English way! Like...
algehe
Offline Send Email
Feb 10, 2009
1:06 am
2852
How do I avoid mutilple instances of a program running on a pc? Thanks. dhw...
dwoodruff8
Offline Send Email
Feb 11, 2009
5:28 pm
2853
Add something similar to this in your startup code. Simply replace 'notepade.exe' with the name of your exe. Set WshShell = WScript.CreateObject...
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 11, 2009
11:20 pm
2854
Here I am again - hope I don't look stupid! The problem I am having is that I wrote one application that gathers data. I am now writing another application...
algehe
Offline Send Email
Feb 24, 2009
2:27 am
2855
... Back in the days of MSDOS and QBasic, there was a garbage collection issue. If memory serves me correctly, the FRE function would return the amount of...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Feb 24, 2009
3:20 am
2856
... ...snip.... I am having the same problem with an app I am working on. I have captured a copy of the input file so I can recreate the scenario. I am...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Feb 24, 2009
6:30 am
2857
This is a limitation of the textbox control. It is not a 'garbage' collection issue or memory leak. You have a bytesize limit to what can be placed in a...
Tim Markoski
tmarkoski1122
Offline Send Email
Feb 24, 2009
11:15 am
2858
Dear all, I apologise if this is off topic. However, as an NS Basic developer who uses it on Pocket and ultra-mobile PC's to work on mobile data acquisition, I...
Andrew Thomas
andrewmarkth...
Offline Send Email
Feb 24, 2009
11:11 pm
2859
... data ... But there definitely *is* a memory deallocation problem that happens. Try writing a medium-sized string to some textbox.text over and over again,...
sailvalis
Offline Send Email
Feb 25, 2009
3:05 am
Messages 2830 - 2859 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help