Oracle Lite and EVB Problem

My question is, Can I works with
r.MoveNext
r.MoveLast
using Microsoft Embedded Visual Basic and Oracle 9i Lite 5.01 in a Compaq Ipaq 3630?
I4m probed with this but there is an error.
I need help please. Thank you

I am working with the same conditions without problems.. What error does it show?
This piece of code uses the movefirst and movenext without problems. Remember to use de Err object to manage runtime errors in a friendly way.
Err.Clear
On Error Resume Next
rs.open "select distinct .. where .. = '..' order by .., "", 1, 3
If rs.recordcount > 0 Then
rs.movefirst
cs = rs.recordcount
For i = 1 To cs
combodesc.AddItem (CStr(rs.fields(0).Value))
rs.movenext
Next
Else
combodesc.Clear
End If
rs.close
If Err.Number Then
Exit Function
End If
resultvalue = True
hope this helps..
bye

Similar Messages

  • Oracle Lite and eVB

    I am new to PDA development. I Just went through Oracle 8 Lite installation and the documentation. I found that all development features for windows CE env refer to VC++ as the tool. Is it possible to develop a front end using eVB(Embedded Visual Basic) talking to a oracle lite database using ODBC:CE. Can any one please clarify this doubt of mine.
    Thanks in advance
    -BUGS

    I am working with the same conditions without problems.. What error does it show?
    This piece of code uses the movefirst and movenext without problems. Remember to use de Err object to manage runtime errors in a friendly way.
    Err.Clear
    On Error Resume Next
    rs.open "select distinct .. where .. = '..' order by .., "", 1, 3
    If rs.recordcount > 0 Then
    rs.movefirst
    cs = rs.recordcount
    For i = 1 To cs
    combodesc.AddItem (CStr(rs.fields(0).Value))
    rs.movenext
    Next
    Else
    combodesc.Clear
    End If
    rs.close
    If Err.Number Then
    Exit Function
    End If
    resultvalue = True
    hope this helps..
    bye

  • Oracle lite and RAC

    We are experiencing difficulties with installing oracle lite with Oracle RAC 10.2. Does anybody knows if this is possible?
    thank's in advance!

    The problem's were mostly implementation specific. What you need to do for RAC is to configure the mobile server to use the thick client in stead of the thin client. There is a metalink document about this (Doc ID: Note:339108.1).
    How to configure the mobile server with a RAC DB
    Solution
    1) Edit the file $ORACLE_HOME/mobile/server/bin/webtogo.ora
    2) Change this Parameter:
    ADMIN_JDBC_URL=jdbc:oracle:thin:@hostname:port:1521
    TO
    ADMIN_JDBC_URL=jdbc:oracle:thin:@DESCRIPTION=(ADDRESS=(PROTO =TCP)(HOST=clora1vip.aem.torin
    .it)(PORT=1521))(ADDRESS=(PROTO =TCP)(HOST=host_name)(PORT=host_port))(LOAD_BALANCE=yes
    (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=sid_name)(FAILOVER_MODE=(TYPE=SELE
    CT)(METHOD=BASIC)(RETRIES=180)(DELAY=5))))
    3) Save the File and restart the mobile server.

  • Oracle Lite and VS 2003, VS 2005

    We are looking at using Oracle Lite. Probably version 9i.
    Is this version supported with Visual Studio 2003 or 2005?
    If not, what versions are supported with MS Visual Studio 2003 and what version are supported with MS Visual Studio 2005.
    Terry

    We plan to use VS 2005 with CF 2.0 but Oracle so far only supports CF 1.0 for its ADO.NET provider for Oracle Lite. However, so far we have found no problem using ADO.NET (1.0 implementation) with CF 2.0, although we are still in early stages of development.

  • Oracle Lite and Oracle 8i Client on Win98

    I've had Olite v8i running on my Win98 machine for a while now. I just installed Oracle 8i Client on my machine. Now, my JDBC driver for Oracle Lite does NOT work. What could have happened here??
    Thanks.
    -Jeremy
    null

    HI Jeremy,
    I think, Your PATH was cranked up.
    The JDBC driver for OLite normally does not use any OCI DLLs, so that should not be the problem. As I said, the OLite dlls may be missing now from the PATH.
    Any error messages? "Does not work" is a bit... fuzzy.

  • Oracle lite and Stored Procedures

    Hi, I have just installed Oracle lite, connected to Polite and created dropped tables etc. I notice that in Navigator there is no folder for stored procedures or triggers. I tried to compile a syntacally correct proc in SQL plus and it generated this error: Create or Replace Procedure SCORECARD.Gen_Fiscal_Year_Data AS
    ERROR at line 1:
    OCA-30021: error preparing/executing SQL statement
    [POL-5228] syntax error.
    Does this mean that stored procs are not supported in Oracle lite?
    Thanks, Paul
    null

    Oracle Lite database does not support the usual stored procedures/triggers like an Oracle database. You have to use java classes to create triggers/stored procedures to run them in Oracle Lite database. You can refer the documentation on Oracle 8i Lite for samples/detailed information.

  • Oracle Lite and Oracle Forms

    Is it possible to use Oracle Forms with Oracle Lite. I have some problems in connecting Oracle forms 6 with Oracle Lite 8.0.

    Surender,
    It is not possible to use Oracle Forms with Oracle Lite. If you are trying to use Forms with Oracle Database 8i, you might try asking your question in the Oracle Database forum, located here:
    General Database Discussions
    Cheers,
    Junius

  • Oracle Lite and Java 1.3

    Some preliminary testing of Java 1.3 against Oracle Lite 8.1.5 causes an fatal crash that won't allow me to debug through and suspends both the VM and my debugger/IDE for Java.
    Can anyone confirm if it is possible to run Olite and Java 1.3? Same code works great in OLite and Java 1.2.2, and crash doesn't seem to be OS specific (tested under NT and 2000).
    Cheers, DJ

    When you put your code in a try block and print the exception, what does it say:
    String driver = getDriverFromConfigurationFile();
    try
    Class.forName(driver);
    catch(ClassNotFoundException cnfe)
    System.err.println(cnfe);
    Second option is to use DataSource instead.

  • Oracle Lite and gotchas

    We are currently trying to sell a solution using the Oracle Lite product. I have read most online product info but would like to contact someone who has actually implemented an Oracle Lite solution, particularly with Web-to-go. Please email me with a phone number [email protected] I am based in New Zealand so you may need to include your timezone so we catch up.
    Thanks in advance
    Tim Jones

    Hi Tim,
    Sorry for my english !
    I'm developing a software solution for palmV. I use Oracle lite4.0 plateform with Iconnect Consolidator (Client/Server) architecture for the replication and a Web-to-go listener for the HTTP transport between the Palm and the Database Server Oracle8.1.5. After, i will use Web-to-go for deploying the application for several clients.
    I use Satellite Forms (Puma Technology : www.pumatech.com) to develope the client's screens (Palm V)
    If you are still interested, contact me on my phone number : 00 336 89600527 (France).
    Email : [email protected] / [email protected]
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tim Jones:
    We are currently trying to sell a solution using the Oracle Lite product. I have read most online product info but would like to contact someone who has actually implemented an Oracle Lite solution, particularly with Web-to-go. Please email me with a phone number [email protected] I am based in New Zealand so you may need to include your timezone so we catch up.
    Thanks in advance
    Tim Jones<HR></BLOCKQUOTE>
    null

  • 10G Lite and evb connect issue

    We have an app built around a 9i Lite database. The app is developed in Embedded Visual Basic. It works great, until we upgared to 10g Lite on the database. The app will no longer run. When the app is first launched on the Dell AXIM (Xscale) the following error is thrown-
    "An error was encountered while running this program."
    If clicked again the app goes to the first 'spalsh' screen, then throws the error below when the 'connect' command button is clicked-
    "An error was encountered while running this program: Object required: 'db'"
    The code behind this button that worked fine on 9i Lite is :
    "db.Open "cityviewtest", "system", "manager"
    frm_select.Show
    Me.Hide"
    Any ideas as to why my app is failing to run now?
    Thanks in advance

    ADOCE for EVB is not supported for Oracle Lite Client for PPC 2003, but PPC 2000 is still supported. You can either use the PPC 2000 client in 10g, or modify your app to ADO.NET.
    Please let me know if you have additional questions.
    - Junius

  • Oracle Lite and OCI

    Is it possible to access Oracle Lite 10g using OCI. I am getting an error "ORA-24327: need explicit attach before authenticating a user" when trying to acces the Oracle Lite 10.3.0 using OCI. Can you please tell why it is occuring?
    Message was edited by:
    user606900

    I am using the samples comming with Instant Client SDK.
    Some of the relevant portion of the code is given below
    static text username = (text ) "system";
    static text password = (text ) "manager";
    static text connectstring = (text ) "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = HOSTNAME)(PORT = 1521)) ) (CONNECT_DATA = (SID = POLITE)))" ;
    errcode = OCIEnvCreate((OCIEnv **) &envhp, (ub4) OCI_DEFAULT,
    (dvoid *) 0, (dvoid * (*)(dvoid *,size_t)) 0,
    (dvoid * (*)(dvoid *, dvoid *, size_t)) 0,
    (void (*)(dvoid *, dvoid *)) 0, (size_t) 0, (dvoid **) 0);
    if (errcode != 0) {
    (void) printf("OCIEnvCreate failed with errcode = %d.\n", errcode);
    exit(1);
    (void) OCIHandleAlloc( (dvoid *) envhp, (dvoid **) &errhp, OCI_HTYPE_ERROR,
    (size_t) 0, (dvoid **) 0);
    /* server contexts */
    (void) OCIHandleAlloc( (dvoid *) envhp, (dvoid **) &srvhp, OCI_HTYPE_SERVER,
    (size_t) 0, (dvoid **) 0);
    (void) OCIHandleAlloc( (dvoid *) envhp, (dvoid **) &svchp, OCI_HTYPE_SVCCTX,
    (size_t) 0, (dvoid **) 0);
    (void) OCIServerAttach( srvhp, errhp, connectstring, strlen(connectstring), 0);
    /* set attribute server context in the service context */
    (void) OCIAttrSet( (dvoid *) svchp, OCI_HTYPE_SVCCTX, (dvoid *)srvhp,
    (ub4) 0, OCI_ATTR_SERVER, (OCIError *) errhp);
    (void) OCIHandleAlloc((dvoid *) envhp, (dvoid **)&authp,
    (ub4) OCI_HTYPE_SESSION, (size_t) 0, (dvoid **) 0);
    (void) OCIAttrSet((dvoid *) authp, (ub4) OCI_HTYPE_SESSION,
    (dvoid *) username, (ub4) strlen((char *)username),
    (ub4) OCI_ATTR_USERNAME, errhp);
    (void) OCIAttrSet((dvoid *) authp, (ub4) OCI_HTYPE_SESSION,
    (dvoid *) password, (ub4) strlen((char *)password),
    (ub4) OCI_ATTR_PASSWORD, errhp);
    checkerr(errhp, OCISessionBegin ( svchp, errhp, authp, OCI_CRED_RDBMS,
    (ub4) OCI_DEFAULT));
    The error I am getting is from this checkerr. For the HOSTNAME in the connectionstring I have given my machine IP. Please let me know your comments.

  • ORACLE Lite and PalmPilot

    How can I combine Oracle Lite 3.51 Consolidator with my
    PalmPilot? Are there example applications avail.?
    null

    Hi Prashi,
    We have used to connect jdbc-odbc bridge like this, system/manager@jdbc:odbc:webtogo (or)system/manager@jdbc:odbc:olamlite . The two dsn's we have used to connect oracle9iLite with 8i as database.
    Why not u try to connect in this way? Because when i try to connect polite as per u r idea it is connecting but nothing in the polite db.
    Regards,
    anbuseelovan
    Email:[email protected]

  • Oracle 9i Lite and CPU problems

    Are there any known problems with 9i Lite clients on Celeron or other CPU models ?
    I know there were JVM related problems with one of the Oracle Universal Installers (been there) but this problem occurs when running msql to access the polite db.
    eg.
    msql system/x@polite
    msql system/x@polite:polite
    msql system/x@jdbc:polite:polite
    All return a [POL-3013] bad database or invalid password error. Suspect that MSync does not work for the same reason.

    I also get the POL-3013 error message when trying to connect to the polite database as well as my own db. I can setup the user-dsn and run CREATEDB with no errors. I can even validate the db and no errors are reported. But I cannot use msql to connect to it. It used to work on my previous Win2k-machine with P4 cpu, but will not work with XP and Celeron.

  • Oracle Cluster and libnnz10 problem - SOLVED!

    Hi to all
    I have some machines (XServe) with OSX 10.4.9 and Oracle 10.1.0.3.
    In all the machines I follow the instructions find in this forum (the relink libnnz10.dylib trick) and all the databases runs very well.
    Now I'm trying to instal two machines in cluster mode.
    The node 1 is a clean machine. The node 2 is a machine that has a Oracle single instance running.
    All the installation in cluster mode runs smooth and I made the same things that in a single instance (like the relink trick).
    With all installed, the CRS daemon is running and the listeners is running (I run NETCA before runnig DBCA).
    Using the DBCA works fine until the last step - for the database creation, the last script has a shutdown/startup command to run a full recompile of all packages and procedures in the database.
    At this moment the installation fails (with end-of-communication channel). Looking in the logs, this is the _dyld libnnz10.dylib error.
    Even after the crash in installation, I quit the DBCA and runs SQLPLUS. I connect in the database, try a startup (that fails with the error mentioned), reconnect again and make two commands : alter database mount; alter database open; (and it works).
    I do this in the two nodes and the CRS daemon recognizes the running instances (with crs_stat -t I can see all online) and the database is running and in cluster (what I do in one instance appears in the other and the datafiles are the same), including failover tasks (like simulating a node down - the database still running).
    But all tries to run the startup/shutdown commands fails. It fails always when the LMON processes try to start.
    I recheck the installation, focusing in the relink trick with the libnnz10. When I use DBCA to install a single instance on node 1 or node 2 in the same ORACLE_HOME of the cluster, it runs fine (including startup/shutdown) - this make me think that all the database relink's are fine.
    I try to relink the cluster. In installation it uses 4 makes and I redo this makes without the libnnz10. The makes runs well too, but the error continues (only using startup/shutdown in cluster database).
    I'm doing the documentation of the process and will post it, but I want to resolve this issue.
    Any ideas ?
    Thanks to all
    Message was edited by:
    alliance01

    Hi to all.
    I downloaded the 10.1.0.5 as soon I can - thanks to damjanp!
    After the download, I follow all the instructions.
    I stop the database, all the services and the cluster. Run the installer and it works fine.
    When I try to make the post-installation tasks, I cannot startup the database (nor with the error that I was having). I received a Oracle Cluster Configuration Error...
    I read all the logs and find 3 errors. I do not know if this occurs because of wrong environment variables.
    The commands awk, touch and basename fails - the scripts try to find this commands in /bin (this commands in OSX stay in /usr/bin). I prefer make a link (ln -s) using root :
    ln -s /usr/bin/awk /bin/awk
    ln -s /usr/bin/touch /bin/touch
    ln -s /usr/bin/basename /bin/basename
    When I done this, the cluster starts (ocssd.bin, crsd.bin e evmd.bin). But when I try to start the database, it fails (ORA-29702 : error occurred in Cluster Group Service operation) and srvctl gives me PRKH-1010 : Unable to communicate with CRS services. [OCR Error(Native : prsr_initCLSS:[21])].
    To resolve this I use localconfig (user root) :
    localconfig reset /<ORACLE_HOME>
    After this, I shutdown all and restart the CRS services - and for my surprise the CRS automaticaly starts all the services (including the instances).
    And the libnnz10 problema was gone!
    I read the documentation and found that the "TNS - lost contact" problem in Tiger (yeah - Tiger) was resolved.
    I think that 10.1.0.5 can runs on Tiger more easily.
    The cluster are running fine now - I shutdown/startup the instance several times to test with no errors.
    I will prepare a documentation to post in the Web about this installation. When I finish I post in this forum the link.
    Thank's to all.

  • TNS - No Listener with Oracle Lite and Win 98

    When I try to do a tcp/ip connection to my oracle 8i lite on windows98 OS I get the ORA-12224 error, that is I can't find a TNS listener server. (where can I find documentation on how to do this)???
    On NT I must start ora80tns service, but under windows98 what must do i do ???
    I've tried to configure the options for the listener using the Oracle Net8 Assistant exactly the same as NT (the NT Oracle 8 Enterprise works) but the Win 98 won't...
    null

    Network issues in Windows, and the impact on Oracle install in general, are discussed here:
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABIAEEC
    Bottom line - you will need to come up with a useable & consistent IP address (from the loopback adapter, usually you use 127.0.0.1). I'd suggest, then you reinstall XE to use that IP address, get it working locally, then use the Application Express screens to 'enable it for the network'.
    XE has it's own forum. Needs separate registration and needs you to sign in to the forums (daily) to see it after registration. This has been discussed in detail many times in that forum. Registration is at http://www.oracle.com/technology/xe/registration and this link Oracle Database Express Edition (XE) will get you there after signing in again.

Maybe you are looking for

  • Can I post an Iweb blog on a non-.mac server.  I.e. Goddady?

    When I try to post an I web blog to my Godaddy account the blog does not display. I know the apple materials state that comments and searching options will not work but as far as I can see there is nothing about it not working at all. Any help would

  • How do I use the built-in audio input with AU Lab?

    I just tried AU Lab for the first time, and I can't select an audio input. The "Create New Document" window lets me choose "Built-in Output", but the pulldown for Input Source is greyed out. The area under the "Input" button says, "Audio Input Not Su

  • Displaying Employee Photos in Visual Composer

    Hi, I am having a requirement of displaying the employee photo's in a visual composer, Is there any standard RFC function module to display Employee photo?? If any body know's please let me know........... Thanks & Regards, Bala

  • AS2 setup -- AS2Receive Pipeline

    Hi, We have AS2 set up for communicating with some parties. For receiving the AS2 messages a HTTP receive location is configured, it uses AS2Receive and AS2Send pipeline. I want to know how does AS2Receive pipeline decrypts the incoming message? How

  • How to transfer Sony Handycam videos to ipad?

    Is there a way to transfer sony Handycam videos from the camera HDD to my ipad?