Search found 231 matches

by PedroAlex
Mon Sep 11, 2017 10:20 am
Forum: User Contributions
Topic: PostgreSQL native from Phil Ide
Replies: 54
Views: 128844

Re: PostgreSQL native from Phil Ide

Auge_Ohr wrote:
comercial wrote:Do you have this example working in XB 2.0 ?
you will find Source of libpq4xb.DLL / LIB in 1st Msg of this Thread

Hi, Jimmy

The sample you refer can not be compiled..
piCommon.ch is fault..

Where I Can find it?

Thanks..
by PedroAlex
Mon Sep 11, 2017 10:13 am
Forum: User Contributions
Topic: PostgreSQL native from Phil Ide
Replies: 54
Views: 128844

Re: PostgreSQL native from Phil Ide

[quote="digitsoft"]DLL for Alaska 2.0 with your example for Express, usando la lib de Pablo Botella y la Clase de Hector Pezoa


HI, Nolberto.

Can Not Compile your sample.
Same files fault..
_dcbrowse.prg
xbpgsql.lib
etc...
by PedroAlex
Fri Sep 08, 2017 3:50 am
Forum: User Contributions
Topic: PostgreSQL native from Phil Ide
Replies: 54
Views: 128844

Re: PostgreSQL native from Phil Ide

Auge_Ohr wrote:
comercial wrote:Do you have this example working in XB 2.0 ?
you will find Source of libpq4xb.DLL / LIB in 1st Msg of this Thread

Ok. Jimmy

Many Thanks.

Pedro
by PedroAlex
Thu Sep 07, 2017 8:40 am
Forum: User Contributions
Topic: PostgreSQL native from Phil Ide
Replies: 54
Views: 128844

Re: PostgreSQL native from Phil Ide

digitsoft wrote:Hello scotty
Attached is an example of the lib XBPGSQL.DLL and Express

hz_scotty wrote:Can you send me this Demofiles (Package) to download - please? :pray:

hello Nolberto!

Do you have this example working in XB 2.0 ?

Regards?
Pedro
by PedroAlex
Wed Apr 05, 2017 8:34 am
Forum: Xbase++ 2.0
Topic: PGDBE testing
Replies: 9
Views: 21519

Re: PGDBE testing

Hi Chris.. The future of our dbfs is SQL. With pgdbe or without pgdbe .. I would believe it will be with PgDbe .. I think it would be very useful if Roger created a specific topic for PostGre SQL Try this code: PROCEDURE Main() LOCAL oSession LOCAL cConnStr DbeLoad("pgdbe") DbeSetDefault("pgdbe") cC...
by PedroAlex
Wed Apr 05, 2017 7:34 am
Forum: Xbase++ 2.0
Topic: PGDBE testing
Replies: 9
Views: 21519

Re: PGDBE testing

Hi,

I use to connect a remote DB.
I can add new records and consult records.
but in SQL mode.

I remember doing some tests on ISAM mode and it works ok, but very slow..

Have you tried DbAppend() and populate some records?

Regards
Pedro
by PedroAlex
Wed Dec 14, 2016 4:06 am
Forum: Xbase++ Support
Topic: Confidential data exposed in exe
Replies: 2
Views: 16084

Confidential data exposed in exe

Attached is a small example with confidential data. Try compiling and then edit the exe with notepad ++. Then Ctrl + F and look for "Login". it is very easily discover Login and password. For those who have private encryption keys and other sensitive data, this can not happen. Do you know of any sol...
by PedroAlex
Mon Oct 17, 2016 2:25 am
Forum: Xbase++ 2.0
Topic: SWIPE in browse
Replies: 7
Views: 22405

Re: SWIPE in browse

Chris.

To scroll the browse (swipe/Drag)..
The xBase Sample "qbrowse" works fine for me.
have you test this sample?
What is the behavior in your case?

XB V2.0.703 / Win 10

Thanks.
Pedro
by PedroAlex
Tue Oct 11, 2016 4:02 am
Forum: Xbase++ 2.0
Topic: Using Universal SQL with FOXCDX databases
Replies: 7
Views: 18578

Re: Using Universal SQL with FOXCDX databases

Very interesting.

I had tried compile this sample and I have this error :

XB V2.0.703

Best regards
Pedro
by PedroAlex
Tue May 31, 2016 10:50 am
Forum: Xbase++ 2.0
Topic: Call Windows Keyboard & Calc
Replies: 6
Views: 19630

Re: Call Windows Keyboard & Calc

My Windows 10 is 32 Bits. Operating System Error : 740 = Operation need elevation. I tried run aplication on admin privilegies but do not work. I found a soft solution : Runshell( "/C START OSK.EXE" ) - This run but open & close a previous black screen (DOS Session) and than the keyboard open. Jimmy...