Hi Frederico, here are sections of the code as you requested:
Option Explicit
Global cn As New ADODB.Connection
Global rs As New ADODB.Recordset
Sub Start()
Dim lp as Integer
lp = 0
cn.ConnectionString = "metrix"
cn.Provider = "msdatashape"
cn.CursorLocation = adUseNone
cn.Open
SQL1 =...
Hi
In an informix database I have two fields, with the same value in both, one of them is text base eg char(10). The other is decimal base eg decimal(14)
I am using ADODB in Excel97 to connect to the database and return the fields values into a recordset.
The returned value for the text...
Hi
I am trying to installing ScoOpenserver 5.0.5 on a 30 GB IDE disk, the motherboard in the machine is relatively old (about 6 years), with a Pentium 133 chip in it. But when I get to fdisk/divvy in the installation, it says the disk is only 8 GB, not 30 GB as expected.
The BIOS detects the...
Hi Annihilannic
The output fron uname -X is:
System = SCO_SV
Node = scosysv
Release = 3.2v5.0.0
KernalID =95/04/19
Machine = Pentium
BusType = ISA
Serial = 2CH000633
Users = 5-user
OEM# = 0
Origin# = 1
NumCPU = 1
Sorry it looks like I have given you the wrong information, but I have just...
Hi
I have just put a fresh installation of SCO Openserver 5.05 on another machine at work. I can load the patches onto the hard disk, but when I try to apply the patch I get the error message :
No components are eligible to be patched by SCO:SoftMgr:rs505a
I also tried different patches like...
Hi
I have just installed SCO Openserver 5 on my computer, no problems encountered.
I have loaded the software for Dynamic Server 2000 onto the computer and set the variables like:
INFORMIXDIR=/usr/informix
INFORMIXSERVER=scosysv
PATH=$INFORMIXDIR/etc:/$INFORMIXDIR/bin
I have started to use for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.