Book a Demo

Author Topic: EA Error in wine 1.6, when load a database odbc  (Read 5735 times)

agustinl

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
EA Error in wine 1.6, when load a database odbc
« on: September 11, 2013, 06:07:14 am »
Good Day,

first of all, sorry for my English.

have a problem with the EA, is working under wine 1.6, and connects to a database odbc 3.51,
the problem is when trying to import the database from the program, once it is set, it returns an error when importing "[-2147467259]" (screenshot attached)


Uploaded with ImageShack.us


the terminal shows me the following error:

"err: ole: CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err: ole: CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} Could be created for context 0x1
fixme: oledb: set_dbpropset unsupported property L "LazyLoad"
fixme: oledb: errorrec_GetBasicErrorInfo (0x10e8e780) -> (0 0x31fc290)
fixme: oledb: IErrorInfoImpl_QueryInterface interface {6a0d3941-c846-11d2-a99a-00600852f914} not implemented
fixme: oledb: IErrorInfoImpl_QueryInterface interface {6a0d3941-c846-11d2-a99a-00600852f914} not implemented
fixme: oledb: errorrec_GetErrorInfo (0x10e8e780) -> (-1 11274, 0x31fc274)
fixme: oledb: errorrec_GetBasicErrorInfo (0x10e8e780) -> (0 0x31fc10c)
fixme: treeview: TREEVIEW_PrintClient Partial Stub: (hdc = 0xb20838 options = 0x00000014)
fixme: heap: RtlCompactHeap (0x110000, 0x0) stub "

i think that it's a oledb32.dll problem, but really im not sure about it
could please guide me to solve this problem?
i need to set a mysql repo, and the program fails.

Thanks in advance
Best Regards!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: EA Error in wine 1.6, when load a database odb
« Reply #1 on: September 11, 2013, 07:54:24 am »
Try to google "ole 2147467259 wine". There are a few solutions which might help.

q.