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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 19866 - 19899 of 20555   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19866
I've sifted through many messages regarding application installers. Like many of you, I have limited time to spend developing, much less deploying, my...
Bruce Conway
doogieman104
Offline Send Email
Mar 2, 2009
9:21 am
19867
At the moment, there isn't really a better way than what is described in Tech Note 30. If you have some money to spend, there are a couple of new installers: ...
George Henne
ghenne
Offline Send Email
Mar 2, 2009
6:49 pm
19868
Have you read carefully through the Version 7 release notes? If nothing comes to mind after reading them through, send a copy of your project to our support...
George Henne
ghenne
Offline Send Email
Mar 2, 2009
6:49 pm
19869
Can this be done ? I've created an SQLite DB on my PC and tried to copy/paste it to my pocket pc. This works; but when I try to open it with my NSBasic...
jpcbrf2
Offline Send Email
Mar 2, 2009
6:50 pm
19870
This may or may not be the same issue. Let's fix the main one first, then see if this is still a problem....
George Henne
ghenne
Offline Send Email
Mar 2, 2009
6:54 pm
19871
Are you using the same version of SQLite on both sides? The control NS Basic/CE uses is based on SQLite 3.3.5....
George Henne
ghenne
Offline Send Email
Mar 2, 2009
6:59 pm
19872
That will happen if you are opening a sqlite v2 database with the v3 software. Make sure your versions are in sync. Jake Cunningham Brown Trout Systems LLC...
James Cunningham
jamesbcunnin...
Offline Send Email
Mar 2, 2009
7:08 pm
19873
Thank you for your response. I am using SQLite version 3.6.7 on my Desktop PC and I believe installed this also on the Pocket PC. I just double clicked on...
jpcbrf2@...
jpcbrf2
Offline Send Email
Mar 2, 2009
8:05 pm
19874
Thank you for your response. I am using SQLite version 3.6.7 on my Desktop PC and I believe installed this also on the Pocket PC. I just double clicked on...
jpcbrf2@...
jpcbrf2
Offline Send Email
Mar 2, 2009
8:08 pm
19875
It is 3.3.5. NS Basic/Desktop has a matching implementation of SQLite, also 3.3.5. You could ask the developer of the SQLite control, NewObjects.com, if they...
George Henne
ghenne
Offline Send Email
Mar 2, 2009
8:24 pm
19876
Sorry, I don't understand your response. Are you saying that NsBasic's requirement of SQLite version 3.3.5 is more recent than what I have of 3.6.7 ? If...
jpcbrf2@...
jpcbrf2
Offline Send Email
Mar 2, 2009
8:54 pm
19877
NS Basic uses NewObject's SQLite object. It is 3.3.5. <http://www.nsbasic.com/ce/info/technotes/TN15.htm>...
George Henne
ghenne
Offline Send Email
Mar 2, 2009
9:24 pm
19878
... I'm not a SQLite expert, but here's what I can offer. 1) I believe that all SQLite 3 versions should be compatible in terms of the database files they use....
Chris Kenworthy
chris_kenworthy
Offline Send Email
Mar 2, 2009
11:09 pm
19879
Thank you for your help ! I am using NsBasic/CE version 6.0.3 and my command to use the SQlite database is AddObject "NewObjects.sqlite.dbutf8", "db". If I...
jpcbrf2@...
jpcbrf2
Offline Send Email
Mar 3, 2009
1:17 pm
19880
Check the release notes on SQLite3. If the file format has changed, it should be noted there. If not, the problem may be something different....
George Henne
ghenne
Offline Send Email
Mar 3, 2009
1:24 pm
19881
I believe that is the OLDER NewObjects sqlite object - version 2.something. (The naming convention is disappointing, I agree.) For the version 3 compatible...
Chris Kenworthy
chris_kenworthy
Offline Send Email
Mar 3, 2009
1:58 pm
19882
The Tech Note does refer to SQLite 3: <http://www.nsbasic.com/ce/info/technotes/TN15.htm> It shows: AddObject "newObjects.sqlite3.dbutf8","db" I notice the OP...
George Henne
ghenne
Offline Send Email
Mar 3, 2009
2:04 pm
19883
Okay, I believe I am finally sorting through all "my" confusion regarding SQLite and its versions. I ordered the most recent release of NsBasic and downloaded...
jpcbrf2@...
jpcbrf2
Offline Send Email
Mar 3, 2009
5:07 pm
19884
I built one application using NSBasic-Desktop that would build the sqlite3 DB by transferring information from Oracle to Sqlite3, it was not automated it...
Jay Young
jayoungaf
Offline Send Email
Mar 3, 2009
10:47 pm
19885
Jay; Thanks for your input. I am now able to use the basic Windows copy/paste and copy the Desktop SQLite database to the Pocket PC and process the Pocket...
jpcbrf2@...
jpcbrf2
Offline Send Email
Mar 4, 2009
2:50 pm
19886
I used ADO to connect between the 2 DB's if you get the batch file to work let me know how you did it.. Sub cmdUpdateTrappers_Click Dim conString Dim conUID ...
Jay Young
jayoungaf
Offline Send Email
Mar 4, 2009
2:56 pm
19887
Do you have access to development tools to create desktop applications? Couldn't you just write a desktop app to do the same thing you're doing in the...
Styskul
Offline Send Email
Mar 4, 2009
2:57 pm
19888
Jay and epanoke; Thanks for participating in this SQLite scripting discussion. I think I may have it. I've added the necessary commands to my DOS batch file,...
jpcbrf2@...
jpcbrf2
Offline Send Email
Mar 4, 2009
3:31 pm
19889
Any chance you could post the batch file here? Jay ... -- Jay Young http://www.multiviper.com...
Jay Young
jayoungaf
Offline Send Email
Mar 4, 2009
8:43 pm
19890
I forgot one more thing... Do you know how many records you are importing? I would like to know the speed that you can get 100000 records imported at? with the...
Jay Young
jayoungaf
Offline Send Email
Mar 4, 2009
8:48 pm
19891
Jay; Assume you have a text file of inventory records output from another program. Each record contains an item number and an item description. You want to ...
jpcbrf2@...
jpcbrf2
Offline Send Email
Mar 4, 2009
9:31 pm
19894
There is a new Tech Note on using Flash from NS Basic. This control can be used to add high quality multimedia to an NS Basic application e.g. games text...
George Henne
ghenne
Offline Send Email
Mar 10, 2009
4:56 pm
19895
Is the following Code the way to use the OptionButton in a Form? Option Explicit Dim HoleType Sub OB1_Click HoleType="Mechanical" OB1.ForeColor = &H000000C0& ...
bwolodko
Offline Send Email
Mar 12, 2009
2:50 pm
19898
My main computer is a Vista machine and will primarily use it for NSB work. Below are 2 related issues. I am upgrading my app created with nsb 6.5, Win XP,...
cschuchert
Offline Send Email
Mar 15, 2009
12:44 am
19899
Hi Jim You seem to be a using a really convoluted system here. I also use a Vista machine for NSB development but in a much simpler fashion. 1. Install the...
rmrsoft
Offline Send Email
Mar 15, 2009
7:42 am
Messages 19866 - 19899 of 20555   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