Fivewin and ADO

User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Fivewin and ADO

Post by nageswaragunupudi »

on 32 Bit OS i use ADO 32 Bit and BCC7 32 Bit and XBNROWSE "refresh" fine after "edit"
on 64 Bit OS i use ADO 64 Bit and MSVC 64 Bit and XBNROWSE do NOT "refresh" after "edit"
Now a days all Windows OS is 64 bits
Regards

G. N. Rao.
Hyderabad, India
User avatar
Jimmy
Posts: 1733
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: Fivewin and ADO

Post by Jimmy »

hi,
nageswaragunupudi wrote:Now a days all Windows OS is 64 bits
can you confirm that my Sample does NOT "refresh" XBROWSE, using MSVC 64 Bit under 64 Bit OS, when all Column are Type "C" :?:
greeting,
Jimmy
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Fivewin and ADO

Post by nageswaragunupudi »

the *.XLSx was about 17000 x 11
My sample with 100,000 rows and 21 columns ( A to U ) is working.
I opened the Worksheet in excel and then executed this one line code:

Code: Select all | Expand

   XBROWSER GetExcelRange() FASTEDIT
 
Image
Regards

G. N. Rao.
Hyderabad, India
User avatar
Jimmy
Posts: 1733
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: Fivewin and ADO

Post by Jimmy »

hi,

sorry i have not write that Error had to do with

Code: Select all | Expand

   objRS:ActiveConnection:Close()
which i had NOT before.
i had "open" it as 2nd File but Connection of 1st File was still "active" so i got the Error

now i have no Problem any more to "open" *.XLSx :D
greeting,
Jimmy
User avatar
Jimmy
Posts: 1733
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: Fivewin and ADO

Post by Jimmy »

hi,

i have try to download PostgreSQL OLEDB, but it seem there have something change with PostgreSQL
https://www.postgresql.org/download/pro ... nterfaces/
so it is NOT free any more ...

---

i found a Version of PgOleDb.DLL at sourceforge
https://sourceforge.net/projects/pmpostgresqlole/
does somebody use it :?:
greeting,
Jimmy
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Fivewin and ADO

Post by nageswaragunupudi »

psqlODBC is free
Regards

G. N. Rao.
Hyderabad, India
User avatar
Jimmy
Posts: 1733
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: Fivewin and ADO

Post by Jimmy »

hi,
nageswaragunupudi wrote:psqlODBC is free
ok, that is the other Way
greeting,
Jimmy
Post Reply