I write a program to create Database , But i can't created , Who can help me? First , i don't have a ado.cdb in my PPC , so i want to creat a new db. When i...
This is the problem statement, adjusted to work: rs.Open "select c1 from t1","\ado.cdb",1,3 See tech note 10 for details. There is only one reason why you...
hi charl, Thanks for the response. The reason I did not post the code earlier was that, the S/W did not allow me to see the code or even click on any items in...
You're code runs here with the modification indicated, I get both messages. Once you run it once, the create database and create table will both get errors. ...
Kumar, Are you working on the desktop, with the emulator? If so, you can use a drive designation, but will get an error 6/overflow if you specify a directory...
Hi Charl, Yes, I am working on a desktop. My actuak idea is to implement this on the Pocket PC, but I am trying to get this to work on a Desktop intially so...
There are many things on the desktop that cannot work the same way as on the device. The underlying controls from Microsoft have significant differences...
I am testing the NSBasic Demo. However I'm having trouble getting the Microsoft Script Debugger (v 1.0.7295). I'm told it should "just work" but so far it just...
Brian requested a code sample, off forum, but his quota is exhausted, so here it is: <code> 'MsgBox "Start" Dim rs Set RS = CreateObject("adoce.recordset.3.0")...
Goerge/Al, I've been meaning to respond to this for a while, sorry it took so long. There is a problem here, but I don't understand it as presented. In my...
Hi Charl ... In my experience, the device editor will re-open an encrypted file that has been edited on the device. Not in mine :-) And I actually sent...
Assuming rate is a number: rs.Open "SELECT * FROM RatesTbl WHERE Rate = 5","\Storage Card\RatesTbl.cdb",1,3 If Rate was a string it would be ...rate='5' Charl ...
I found this site of great value when I started with SQL in VB6 I am not sure the structure is the same with embeddedVB or ADO on the PPC side I am sure Charl...
Does anyone know of a good freeware licensing agreement that covers all the bases and all I have to do is fill in any blanks? It needs to cover no re-using...
Hi, I use VB6 and VB Embedded for programming my Casio E-115. But came across NSBasic and reading all about it. Have downloaded trial will play, however, I...
The 'screen' is referred to as output. It is a picturebox and supports most properties, methods and events of the picturebox. Look at the help under output...
Darteuk, Although, I've been absent from this forum for quite a while (other life commitments), I occasionally drop by to lurk and read a few emails. As ...
Russ, Installed files should have the original creation date, not the installation date. You will have to create a file on installation so it will have the ...
Here's a possible explanation: The device IDE can't handle more than 64k of code. Your program is 110k. When you delete some lines in a program that is too...
Hi George ... than 64k of code. Not technically true. The device IDE can happily "handle" at least 660K of ocde (I should know, as RMRBank is that size)....
Well let me ask this, is there an example or info I can read to find how to write a trialware - based on say 15 days of free use. thks Russ ... -- Russ...
Thanks Rachel - you always get my day off to a good start. I'd hardly call Charl's work modest, though. Also, according to the FAQ, it's Nice & Smart, though...
Well, if you look in the NsBasic/Palm group files section, you will find demo.cod. This is an example of what you're looking for, using a pdb, or palm file....
Yes, you need to uninstall Pocket Controller if you do not want to purchase the product, but you do not need to do any of the other stuff. In particular you do...