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")...
User Profile
Collapse
-
copy fileds from xls to mdb
-
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??? -
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>... -
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 -
it is working!
thank you -
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 ........
No activity results to display
Show More
Leave a comment: