Hello

        After change the data source name the "<prueba>" to "<OLEDB>" the error is
the same.

Very thanks for your help.

Cisar.

-----Mensaje original-----
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nombre de Ray Wurlod
Enviado el: lunes, 17 de mayo de 2004 22:51
Para: [EMAIL PROTECTED]
Asunto: RE: [U2] UniOleDB Configuration


Clutching at straws here.  What happens if you use "<OLEDB>" rather than
"<prueba>" as the data source name?
----- Original Message -----
From: "Cesar Riba" <[EMAIL PROTECTED]>
Date: Mon, 17 May 2004 18:01:23 +0200
To: <[EMAIL PROTECTED]>
Subject: RE: [U2] UniOleDB Configuration

> Hello
>
>       After configurating the file uci.config and the string conexion in VB6
the
> error ocurred is another.
>
>
> Died in UCI::SQLConnect() with SQLSTATE IM976, Native error:0
> [Informix][SQL Client]ODB930077
>
>       This is my configuration:
>
> <prueba>
> DBMSTYPE = UNIVERSE
> NETWORK = TCP/IP
> SERVICE = uvserver
> HOST = 10.0.0.3
> ACCOUNT = E:\CUENTAS\COMERCIAL
> USERNAME = CESAR
> MAXFETCHBUFF = 8192
> MAXFETCHCOLS = 400
>
> In VB6:
>
>  Set cnUniConnect = New ADODB.Connection
>  cnUniConnect.Provider = "Informix.UniOLEDB.1"
>  cnUniConnect.Open "prueba", "CESAR", password.text
>
>
> Thanks.
>
> Cisar
>
>
> -----Mensaje original-----
> De: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] nombre de Brian Leach
> Enviado el: lunes, 17 de mayo de 2004 14:27
> Para: [EMAIL PROTECTED]
> Asunto: Re: [U2] UniOleDB Configuration
>
>
> Cesar,
>
> Here is my configuration for a test account. this works
> ok.
>
> You did take the Location out of your connection string as
> well, yes?
>
>
> <OLEDB>
> DBMSTYPE = UNIVERSE
> NETWORK = TCP/IP
> SERVICE = uvserver
> HOST = shark
> ACCOUNT = c:\Accounts\oledb
> USERNAME = Administrator
> MAXFETCHBUFF = 8192
> MAXFETCHCOLS = 400
>
> In VB6:
>
> Set dbConn = New ADODB.Connection
> dbConn.Provider = "Informix.UniOLEDB.1"
> dbConn.Open "OLEDB", "Administrator", txtPassword.Text
>
> Hope this is of some help,
>
> Brian Leach
>
>
> On Mon, 17 May 2004 08:26:25 +0200
>   "Cesar Riba" <[EMAIL PROTECTED]> wrote:
> >Bryan
> >
> >     In the file UV.ACCOUNTS the format of account is
> >"E:\CUENTAS\COMERCIAL",
> >but I change the parameter of account in the uci.config
> >file in my computer
> >and the problem is the same.
> >
> >Tanks.
>
> ________________________________________________________________________
> This email was checked on leaving Microgen for viruses, similar
> malicious code and inappropriate content by MessageLabs SkyScan.
>
> DISCLAIMER
>
> This email and any attachments are confidential and may also be
> privileged.
>
> If you are not the named recipient, please notify the sender
> immediately and do not disclose the contents to any other
> person, use it for any purpose, or store or copy the information.
>
> In the event of any technical difficulty with this email, please
> contact the sender or [EMAIL PROTECTED]
>
> Microgen Information Management Solutions
> http://www.microgen.co.uk
> -------
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.u2ug.org/listinfo/u2-users
> -------
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.u2ug.org/listinfo/u2-users
-------
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users
-------
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users

Reply via email to