Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kmchar
  • Order by date
  1. kmchar

    How to return as decimal field from a recordset in excel

    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 =...
  2. kmchar

    How to return as decimal field from a recordset in excel

    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...
  3. kmchar

    Openserver 5.0.5 only installs on 8 GB of a 30 GB IDE Hard Drive

    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...
  4. kmchar

    Patches won't update on OpenServer 5.05

    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...
  5. kmchar

    Patches won't update on OpenServer 5.05

    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...
  6. kmchar

    oninit error

    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...

Part and Inventory Search

Back
Top