I've sifted through many messages regarding application installers. Like many of you, I have limited time to spend developing, much less deploying, my...
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: ...
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...
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...
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...
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...
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...
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...
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...
... 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....
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...
I believe that is the OLDER NewObjects sqlite object - version 2.something. (The naming convention is disappointing, I agree.) For the version 3 compatible...
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...
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...
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; 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...
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 ...
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...
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,...
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; 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 ...
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...
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& ...
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,...
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...