Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Conexión con bases de datos (https://www.clubdelphi.com/foros/forumdisplay.php?f=2)
-   -   Problema Conexion dbExpress -Informix-dbexpress driver does not support the tdbxtypes (https://www.clubdelphi.com/foros/showthread.php?t=75936)

ocramchg 28-09-2011 20:41:12

Problema Conexion dbExpress -Informix-dbexpress driver does not support the tdbxtypes
 
Como puedo conectarme a varias bases de datos con dbExpress e Informix

lo intento de la siguiente forma y no funciona marca un error

object SQLConnection1: TSQLConnection
ConnectionName = 'emi'
DriverName = 'Informix'
GetDriverFunc = 'getSQLDriverINFORMIX'
LibraryName = 'dbxinf.dll'
LoginPrompt = False
Params.Strings = (
'DriverUnit=DBXInformix'
'DriverPackageLoader=TDBXDynalinkDriverLoader,DBXCommonDriver150.' +
'bpl'
'DriverAssemblyLoader=Borland.Data.TDBXDynalinkDriverLoader,Borla' +
'nd.Data.DbxCommonDriver,Version=15.0.0.0,Culture=neutral,PublicK' +
'eyToken=91d62ebb5b0d1b1b'
'MetaDataPackageLoader=TDBXInformixMetaDataCommandFactory,DbxInfo' +
'rmixDriver150.bpl'
'MetaDataAssemblyLoader=Borland.Data.TDBXInformixMetaDataCommandF' +
'actory,Borland.Data.DbxInformixDriver,Version=15.0.0.0,Culture=n' +
'eutral,PublicKeyToken=91d62ebb5b0d1b1b'
'GetDriverFunc=getSQLDriverINFORMIX'
'LibraryName=dbxinf.dll'
'VendorLib=isqlb09a.dll'
'MaxBlobSize=-1'
'TrimChar=False'
'DelimIdent=True'
'DriverName=Informix'
'HostName=emi'
'Database=dbem, dbre'
'User_Name=informix'
'Password=xxxx'
'BlobSize=-1'
'ErrorResourceFile='
'LocaleCode=0000'
'IsolationLevel=ReadCommitted'
'Trim Char=False')
VendorLib = 'isqlb09a.dll'
Connected = True
Left = 40
Top = 24
end
object SQLQuery1: TSQLQuery
SchemaName = 'public'
MaxBlobSize = -1
Params = <
item
DataType = ftUnknown
Name = 'tdinso'
ParamType = ptInput
end>
SQL.Strings = (
'SELECT tas FROM dbre@reem::tdin '+
'UNION '
'SELECT tas FROM din')
SQLConnection = SQLConnection1
Left = 152
Top = 32
end



SQL.Strings = (
'SELECT tas FROM dbre@reem::tdin '+
'UNION '
'SELECT tas FROM din')



aparece el siguiente error

dbexpress driver does not support the tdbxtypes.unknown data type. vendor error message unknown error message 0

o error de sinyaxis
.

podrian ayudarme porfavor

otra pregunta
porque los drivers de informix dejan de funcionar en otras computadoras deja de funcionar la conexion
los odbc estan bien no ay problemas solo es problemas con mi programa
instale informix sdk y funciona una semana y despues cae.

que debo instalar

muchas gracias por su tiempo


La franja horaria es GMT +2. Ahora son las 21:45:23.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi