Re: [nsbasic-ce] Re: Application Properties

2009-05-25 Thread George Henne
Have you tried AppMajor, AppMinor and AppRevision?

George Henne 
NS BASIC Corporation
http://www.nsbasic.com 

Actually, George, I was looking for a way to extract the version of my
application - not NSB.  Using NSBVersion, I get the version of CE.  I
would like to show the version of my application.  Am I missing something?

--- In nsbasic...@yahoogroups.com, George Henne g...@... wrote:

 Yes - it's NSBVersion.
 
 My question is whether there is anything in the works to programatically
 obtain the application properties for display in the actual app such as
 GetVersion for NSB Palm?
 
 
 
 
 
 Yahoo! Groups Links
 
 
 







Yahoo! Groups Links





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
nsb-ce group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---



[nsbasic-ce] SQL SELECT WHERE

2009-05-25 Thread EMERSON VIER
If a use this

Value1 = 19

Set records=db.Execute(SELECT * FROM People_DB WHERE Age = Value1 )

Returt the Scripting Error SQLite3COM - Line XXX, char O no such column: 
Value1

If a use this

Set records=db.Execute(SELECT * FROM People_DB WHERE Age = '19' )

Work very well

But I need use the variable on place '19' because this value I need get from 
TextBox

EMERSON VIER


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
nsb-ce group.
To post to this group, send email to nsb-ce@googlegroups.com
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~--~~~~--~~--~--~---