Search found 579 matches
- Mon Feb 17, 2025 7:22 am
- Forum: PostGreSQL
- Topic: Case sensitivity in postgresql
- Replies: 2
- Views: 4182
Re: Case sensitivity in postgresql
In PostgreSQL, table names and column names are case-sensitive, but with some caveats. Table Names By default, PostgreSQL converts table names to lowercase, unless they are quoted. This means that: - `CREATE TABLE MyTable` will create a table named `mytable`. - `CREATE TABLE "MyTable"` will create a...
- Fri Feb 14, 2025 4:38 am
- Forum: PostGreSQL
- Topic: Case sensitivity in postgresql
- Replies: 2
- Views: 4182
Case sensitivity in postgresql
Hi all
How can I set case sensitivity off in postgresql
Thanks
Joe
How can I set case sensitivity off in postgresql
Thanks
Joe
- Sat Feb 01, 2025 2:18 am
- Forum: PostGreSQL
- Topic: BOOLEAN FIELDS TRANSLATED TO '1' or '0' insteat of .t. or .f. in PG 16
- Replies: 1
- Views: 5564
BOOLEAN FIELDS TRANSLATED TO '1' or '0' insteat of .t. or .f. in PG 16
Hi all, In SQLExpress, I uploaded a table from ADS/adt to Postgresql 16 using ODBC. Everything looks fine in pgAdmin 4. But when i make a cursor using SQLDataset():New() and retrieve a boolean field in my test application, like oCursor:fieldget("myBooleanFld"), I get string "1" for TRUE and string "...
- Tue Nov 19, 2024 2:59 am
- Forum: PostGreSQL
- Topic: More PGDBE questions
- Replies: 29
- Views: 44128
Re: More PGDBE questions
I had always believed that pgdbe is a misadventures and unnecessary. SQL Express or powersql is the way to go. Features like ability to use .net and vcl components would be more useful than this road to nowhere called pgdbe. I use sqlexpress and loved it. Cut my codes in reporting by more than 40 pe...
- Thu Oct 10, 2024 3:41 am
- Forum: PostGreSQL
- Topic: Which version of Postgresql works on windows 7
- Replies: 12
- Views: 44266
Re: Which version of Postgresql works on windows 7
Hi Slavko I appreciate everyone on this platform and has always been grateful. It must have been an oversight for not offering you thanks for your help not deliberate. So many thanks. Now another help request. I use sqlexpress which uses odbc and fine for me despite some limitations in dcbrowse comp...
- Tue Oct 08, 2024 1:33 pm
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 52466
Re: Set CPU
Hi Tom Thanks again for your response. If multi core support truely improve performance then it would have been better for Alaska to fix the problem rather than abandoning it albinitio. As per 64bit Alaska may need to find a way to accommodate it since it allows applications to access more memory. T...
- Tue Oct 08, 2024 5:34 am
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 52466
Re: Set CPU
Hello everyone there.
Are there reasons why Alaska is avoiding multi core support and 64bit application
I am just being curious.
Thanks
Joe
Are there reasons why Alaska is avoiding multi core support and 64bit application
I am just being curious.
Thanks
Joe
- Mon Oct 07, 2024 1:36 am
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 52466
Re: Set CPU
Hi Slavko
Kind upload a demo of your solution for our benefits. Quite interested
Thanks
Joe
Kind upload a demo of your solution for our benefits. Quite interested
Thanks
Joe
- Wed Sep 25, 2024 4:42 pm
- Forum: eXpress++ Support
- Topic: DCSAY... GET .... VALID ... question
- Replies: 13
- Views: 22005
Re: DCSAY... GET .... VALID ... question
Hi Skiman Thanks for your response. Your above code not working. My validation code in the valid clause is Iif(empty(o:getdata(), msgbox("item empty",nil) Could you please review your code and give me a complete sample based on my validation. I also noticed that you declared o and lol in the valid c...
- Tue Sep 24, 2024 11:33 am
- Forum: eXpress++ Support
- Topic: DCSAY... GET .... VALID ... question
- Replies: 13
- Views: 22005
Re: DCSAY... GET .... VALID ... question
Hi Skiman
Could kindly post your solution to this problem.
Thanks
Joe
Could kindly post your solution to this problem.
Thanks
Joe