Search found 568 matches

by unixkd
Tue Jul 09, 2024 12:55 pm
Forum: PostGreSQL
Topic: Which version of Postgresql works on windows 7
Replies: 10
Views: 1690

Re: Which version of Postgresql works on windows 7

Hi Tom, SQLexpress even works with older versions. SQLexpress doesn't talk to the server directly. It uses ODBC. Does it matter ? Using SQLExpress and ADS, I discovered my application in SQLExpress out perform ADSDBE and I have code reduction of about 30%. Boriz in his documentation of SQLExpress st...
by unixkd
Sun Jul 07, 2024 4:21 am
Forum: PostGreSQL
Topic: Which version of Postgresql works on windows 7
Replies: 10
Views: 1690

Re: Which version of Postgresql works on windows 7

That is 16 years old.

It maybe won't work with PGDBE/ISAM emulation
Hi Tom

It is a client requirement. I dont use PGDBE but SQLExpress

Thanks.

Joe
by unixkd
Sat Jul 06, 2024 5:36 am
Forum: PostGreSQL
Topic: Which version of Postgresql works on windows 7
Replies: 10
Views: 1690

Which version of Postgresql works on windows 7

Hi all

Which version of Postgresql works on windows 7

Thanks

Joe
by unixkd
Tue Jan 30, 2024 1:56 pm
Forum: eXpress++ Support
Topic: ARTIFICIAL INTELLIGENCE (AI)
Replies: 9
Views: 7013

ARTIFICIAL INTELLIGENCE (AI)

Hi All

Will xBase++/Express++ be suitable for Artificial Intelligence projects now and in the future ?

Thanks

Joe
by unixkd
Thu Nov 02, 2023 8:45 am
Forum: Xbase++ Support
Topic: OT4XB: MakeLangId()
Replies: 2
Views: 4144

OT4XB: MakeLangId()

Hi All

I came across this function in - OT4XB: MakeLangId(), can it help in the development of multi-language application or where can it be used

Thanks

Joe
by unixkd
Sun Jul 23, 2023 3:17 am
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 4844

Re: I NEED A UNIQUE NUMBER GENERATOR FUNCTION

Dear Jezda

I know that long time ago, it will NOT produce UNIQUE number at any given time. That is why Roger said that RAMDOM number generator cannot be used in his earlier reply.

Thanks

Joe
by unixkd
Fri Jul 21, 2023 3:24 pm
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 4844

Re: I NEED A UNIQUE NUMBER GENERATOR FUNCTION

The unique number must be something like 1458763952 for 10 digits or 356498715465 for 12 digit number.

This ot4xb function cGenRndStr(10,.T.) generate id of 10 digits when 10 parameter is passed. The only problem is that it generates ALPHANUMERIC whereas I want only numeric.

Joe
by unixkd
Fri Jul 21, 2023 3:01 pm
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 4844

Re: I NEED A UNIQUE NUMBER GENERATOR FUNCTION

Hi Roger If it needs to be unique, you can't use a random generator. Is the uniqueness needed for a database record id? Not intend for database id. It is transaction document ID. I am thinking of something deriviable from Date()+Seconds()+Computer ID. The computer ID must be SERVER ID for all connec...
by unixkd
Thu Jul 20, 2023 9:44 pm
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 4844

I NEED A UNIQUE NUMBER GENERATOR FUNCTION

Hi All

I need a function that can generate Unique number.

What I found close to it is ot4xb function cGenRndStr(10,.T.) but it generate alpha numeric strings

Thanks

Joe
by unixkd
Thu Jul 20, 2023 1:28 am
Forum: CXP / Web Development
Topic: PowerWeb app example - Article Codebook with 1.000.000 Recs (Part 6)
Replies: 10
Views: 12768

Re: PowerWeb app example - Article Codebook with 1.000.000 Recs (Part 6)

Can PowerWeb be used with SQLExpress ? I don't use Alaska DBEs

Thanks

Joe