User Profile

Collapse

Profile Sidebar

Collapse
buru
buru
Last Activity: Nov 8 '06, 01:36 PM
Joined: Oct 6 '06
Location: Romania
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • buru
    started a topic copy fileds from xls to mdb

    copy fileds from xls to mdb

    Hello,

    I create this code which copy some fileds from mdb to an xls and it works fine. But now I have some problems with the opposite operation. Does everyone know a similar function like OpenRecordset but to write into an database?

    Sub example()
    Dim d As Database
    Dim r As Recordset
    Dim SQL$

    SQL$ = "SELECT name,number FROM salvador"

    Set d = OpenDatabase("c :\datos\example .mdb")...
    See more | Go to post

  • buru
    started a topic error when I try to create a type

    error when I try to create a type

    I try to create tris type:

    create type adr_ty as object(
    str varchar2(30),
    nr integer,
    bl integer,
    ap integer);

    but I get this wraning: Type created with compilation errors

    and the type in not working........ ....
    Any idea about this???
    See more | Go to post

  • buru
    started a topic Backup From One File To Another
    in C

    Backup From One File To Another

    Hy,
    can somebody help me with this code......somew here I'm doing something wrong ....but i don't know where....
    I create directly on C: two .txt files (buru1 and buru2) and i want to copy buru1 in buru 2 but I always have this error like my file is empty or null although is not.

    #include<iostre am.h>
    /* Program to create backup of the buru.txt in guru.txt file */

    #include <stdio.h>...
    See more | Go to post

  • buru
    started a topic One service missing: OracleHome81TNSListener

    One service missing: OracleHome81TNSListener

    Hy to all,

    in my services I have a lot of oracle services except OracleHome81TNS Listener. This one is missing. During the instalation I have no errors. How should I install this service??? I always have this error: ORA-12560 TNS protocol adapter error.

    Thanks a lot
    See more | Go to post

  • buru
    replied to starting user and password!
    it is working!
    thank you
    See more | Go to post

    Leave a comment:


  • buru
    started a topic starting user and password!

    starting user and password!

    Does everyone knows how can I login the SQL editor afret instalation???
    I need a user and a password? How can I create them? The instalation was successfully. I am a beginer ........
    See more | Go to post
No activity results to display
Show More
Working...