revOpenDatabase Oracle

2004-10-15 Thread Hartmut Eich
I have this Database Database name = test.at TNSNAMES.ORA: Test_db = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = xxx.test_serv.at)(Port = )) ) (CONNECT_DATA = (SID = TEST) ) ) I do this get

Re: revOpenDatabase Oracle

2004-10-15 Thread Pierre Sahores
I don't remember anymore since i use Postgres instead of Oracle but you should find this info in watching to your SQL*Plus documentation. Have an eye too about the login/password needed to access your Oracle backend (was by default tiger/tiger time before). Best, Pierre Le 15 oct. 04, à 08:38,

palm-xml - runrev helpers

2004-10-15 Thread Bob Hartley
Hi All. I would like some revers experienced in creating simple database apps in runrev to help me make a demo app for a palm development group. This should hopefully expand runrev into tat realm. There are many .net users there and recently there has been about 5 of the developers buying .net

clone bug, or misleading docs?

2004-10-15 Thread Frank D. Engel, Jr.
I'm not sure if this is a Rev bug or a Documentation bug, so I thought I'd ask for a clarification of how others interpret this before I bugzilla the issue. According to the 2.5 docs for the clone command, using clone on a control (in my case, an image object), the copy is placed on the

Re: clone bug, or misleading docs?

2004-10-15 Thread Klaus Major
Hi Frank, I'm not sure if this is a Rev bug or a Documentation bug, so I thought I'd ask for a clarification of how others interpret this before I bugzilla the issue. According to the 2.5 docs for the clone command, using clone on a control (in my case, an image object), the copy is placed on

Re: OpenWatcom and Windows Externals

2004-10-15 Thread Frank D. Engel, Jr.
Compiling the source -- I'm getting some errors during the compile. I'm not entirely sure that I have the project settings correct, and there is a possibility that the headers need to be modified... I will reply again later and be more specific, but I am experiencing some stability problems

set stack's properties by script

2004-10-15 Thread thierry
Hello, can someone tell me how to set up the purge stack on close and purge window on close by script. Any help will be very much appreciated Best regards, thierry ___ use-revolution mailing list [EMAIL PROTECTED]

Re: set stack's properties by script

2004-10-15 Thread Mark Talluto
On Oct 15, 2004, at 10:09 AM, thierry wrote: Hello, can someone tell me how to set up the purge stack on close and purge window on close by script. Any help will be very much appreciated set the destroyStack of stack [your stack] to true set the destroyWindow of stack [your stack] to

Re: set stack's properties by script

2004-10-15 Thread Björnke von Gierke
On Oct 15 2004, at 19:09, thierry wrote: Hello, can someone tell me how to set up the purge stack on close and purge window on close by script. see the destroyStack and detroyWindow properties ()()()()()()()()()() Chat with other RunRev developers: go stack URL

Hideous revdberr,invalid database type returns in standalones

2004-10-15 Thread Ben Rubinstein
An app using the revdblibrary to communicate over ODBC. The standalone works on my machine, fails on my client's (and on another test machine in my office). Now cut down to a test stack which just attempts to open a connection (revOpenDatabase), and either reports the error or closes the

Re: Hideous revdberr,invalid database type returns in standalones

2004-10-15 Thread Frank D. Engel, Jr.
I believe I previously posted similar problems I am having with 2.5 and PostgreSQL. Under Rev 2.2.1, using revdb to access PostgreSQL from standalones was working fine both on my X.3.5 development machine (with Rev and PostgreSQL installed) and on any Windows machine I tried (without Rev

Re: Hideous revdberr,invalid database type returns in standalones

2004-10-15 Thread [EMAIL PROTECTED]
make sure the microsoft ODBC drivers (MDAC) are installed on the other machines. Best, Tuviah Speed up your surfing with Juno SpeedBand. Now includes pop-up blocker! Only $14.95/ month - visit http://www.juno.com/surf to sign up

Subject: revOpenDatabase Oracle

2004-10-15 Thread [EMAIL PROTECTED]
you should pass the service name (found in tsnames.ora) to revopendatabase not the actual IP. Tuviah Speed up your surfing with Juno SpeedBand. Now includes pop-up blocker! Only $14.95/ month - visit http://www.juno.com/surf to

Memory problem

2004-10-15 Thread duane poncy
I have a hard disk space problem. I have a dictionary project which requires me to clone a few thousand cards, evidently requiring a lot of hard disk space on my G4 Mac. Revolution only wants use to my Startup partition, but it doesn't have enough space. Does anyone know of a way to designate

Re: Memory problem

2004-10-15 Thread David Kwinter
I know this doesn't answer your question, but I think you should consider using an alternate method of storing your data. Something with less 'overhead' than cards. Perhaps custom properties or even text files. - Original Message - From: duane poncy [EMAIL PROTECTED] To: a Revolution

Re: Memory problem

2004-10-15 Thread Frank D. Engel, Jr.
Properties would be good, or even a database such as PostgreSQL. On Oct 15, 2004, at 4:00 PM, David Kwinter wrote: I know this doesn't answer your question, but I think you should consider using an alternate method of storing your data. Something with less 'overhead' than cards. Perhaps custom

Re: Hideous revdberr,invalid database type returns in standalones

2004-10-15 Thread Frank D. Engel, Jr.
Computers can be strange sometimes. I had tried the console before for debugging info, and it wasn't being all that helpful. Now I tried it with the Mark button, and for some reason the standalone actually worked! Go figure. Now I am building standalones which work under OS X, but a few

Re: Hideous revdberr,invalid database type returns in standalones

2004-10-15 Thread J. Landman Gay
On 10/15/04 2:36 PM, Ben Rubinstein wrote: But I certainly recommend (if you haven't tried this already) opening the Console app on your X.3.5 machine (located in /Applications/Utilities), clicking the Mark button, and then running your standalone, and see if you get any useful messages as it

Detecting unexpectedly closed sockets

2004-10-15 Thread Tomas Franzén
Hi, I work on a project where a bunch of clients connect to the same server. The server needs to keep track of which users are connected. The server adds the address of the client to a list when connected, and removes it when disconnected. I can easily track connections using the callback

Re: Detecting unexpectedly closed sockets

2004-10-15 Thread Björnke von Gierke
On Oct 16 2004, at 00:13, Tomas Franzén wrote: ... Do the server need to manually send some kind of reoccurring message to the client, and wait for an answer, to verify the connection? My tests were done using Windows 2000 Pro. ... Yes its called a ping message, and most server/client connection

Re: Memory problem

2004-10-15 Thread Troy Rollins
On Oct 15, 2004, at 4:00 PM, David Kwinter wrote: I know this doesn't answer your question, but I think you should consider using an alternate method of storing your data. Something with less 'overhead' than cards. Perhaps custom properties or even text files. Or an embedded Database? -- Troy

Re: OpenWatcom and Windows Externals

2004-10-15 Thread [EMAIL PROTECTED]
the last i checked, openwatcom had a known bug about compiling certain types of DLL's (which is what the runrev externals are).. -Sean ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Memory problem

2004-10-15 Thread David Kwinter
This seems like a beginner question so let's keep it simple. For a dictionary application I'd recommed using custompropertysets to differentiate the groups of words starting with a-z and then a customproperty for each word. Duane, try these handlers in a card or stack script: on saveWord

Re: clone bug, or misleading docs?

2004-10-15 Thread Geoff Canyon
Klaus already answered the rest, but I'll point out that the command you want here is copy some control to some stack regards, Geoff Canyon [EMAIL PROTECTED] On Oct 15, 2004, at 7:15 AM, Frank D. Engel, Jr. wrote: set the defaultStack to the topStack clone image field-box.png of stack