Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

I wish you humans would leave me alone.


devel / comp.lang.xharbour / SQLRDD and windows' region numeric formats

SubjectAuthor
* SQLRDD and windows' region numeric formatsClaudio H
+- Re: SQLRDD and windows' region numeric formatsdlzc
`* Re: SQLRDD and windows' region numeric formatsAriel Paredes
 `* Re: SQLRDD and windows' region numeric formatsClaudio H
  +* Re: SQLRDD and windows' region numeric formatsdlzc
  |`* Re: SQLRDD and windows' region numeric formatsClaudio H
  | +- Re: SQLRDD and windows' region numeric formatsdlzc
  | `* Re: SQLRDD and windows' region numeric formatsElla Stern
  |  `* Re: SQLRDD and windows' region numeric formatsClaudio H
  |   +- Re: SQLRDD and windows' region numeric formatsAriel Paredes
  |   `* Re: SQLRDD and windows' region numeric formatsElla Stern
  |    `* Re: SQLRDD and windows' region numeric formatsClaudio H
  |     +- Re: SQLRDD and windows' region numeric formatsClaudio H
  |     `- Re: SQLRDD and windows' region numeric formatsElla Stern
  `- Re: SQLRDD and windows' region numeric formatsAriel Paredes

1
SQLRDD and windows' region numeric formats

<f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17096&group=comp.lang.xharbour#17096

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:252:b0:35d:482f:e105 with SMTP id c18-20020a05622a025200b0035d482fe105mr108411qtx.92.1664405124761;
Wed, 28 Sep 2022 15:45:24 -0700 (PDT)
X-Received: by 2002:a81:5455:0:b0:350:6625:437d with SMTP id
i82-20020a815455000000b003506625437dmr273663ywb.326.1664405124346; Wed, 28
Sep 2022 15:45:24 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 28 Sep 2022 15:45:24 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=181.47.6.188; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 181.47.6.188
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
Subject: SQLRDD and windows' region numeric formats
From: claudio@herszage.com (Claudio H)
Injection-Date: Wed, 28 Sep 2022 22:45:24 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1409
 by: Claudio H - Wed, 28 Sep 2022 22:45 UTC

Hi

According to windows' numeric format (decimal symbol) a direct query returns different results for a numeric value

For example if the real result is 2000
- when decimal separator is ".' (point) query returns 2000.00
- when decimal separator is "," (comma) query returns 200000.00

What do I have to set for my query to get the real result no matter how the workstation is configured?

Regards
Claudio H

Re: SQLRDD and windows' region numeric formats

<c08b6750-ae75-4fb4-a486-51233b99c055n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17098&group=comp.lang.xharbour#17098

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:1114:b0:35b:bb43:a88d with SMTP id e20-20020a05622a111400b0035bbb43a88dmr2599070qty.139.1664462618610;
Thu, 29 Sep 2022 07:43:38 -0700 (PDT)
X-Received: by 2002:a81:5455:0:b0:350:6625:437d with SMTP id
i82-20020a815455000000b003506625437dmr3490412ywb.326.1664462618294; Thu, 29
Sep 2022 07:43:38 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 29 Sep 2022 07:43:38 -0700 (PDT)
In-Reply-To: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c08b6750-ae75-4fb4-a486-51233b99c055n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: dlzc1@cox.net (dlzc)
Injection-Date: Thu, 29 Sep 2022 14:43:38 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2375
 by: dlzc - Thu, 29 Sep 2022 14:43 UTC

Dear Claudio H:

On Wednesday, September 28, 2022 at 3:45:25 PM UTC-7, Claudio H wrote:
> Hi
>
> According to windows' numeric format (decimal symbol) a direct
> query returns different results for a numeric value
>
> For example if the real result is 2000
> - when decimal separator is ".' (point) query returns 2000.00
> - when decimal separator is "," (comma) query returns 200000.00
>
> What do I have to set for my query to get the real result no matter
> how the workstation is configured?

SQLRDD depends on the SQL engine. Which SQL engine are you using?

What OS is running on the server, and what on the application?

Just trying to get to a more complete problem definition. May not be required.

If the data stored with a decimal point, but read expecting a comma, will strip the decimal point. I would not be surprised if SQL stores the decimal point (or comma) as part of the string. It is not stored as a float, but a string of characters. The "thousands separators" are probably removed before storage.

Why don't you write to the database the different ways, and read back what you've stored?

David A. Smith

Re: SQLRDD and windows' region numeric formats

<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17100&group=comp.lang.xharbour#17100

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:620a:10bc:b0:6ce:4169:7bcc with SMTP id h28-20020a05620a10bc00b006ce41697bccmr4494029qkk.732.1664498950730;
Thu, 29 Sep 2022 17:49:10 -0700 (PDT)
X-Received: by 2002:a0d:d742:0:b0:351:a730:84ff with SMTP id
z63-20020a0dd742000000b00351a73084ffmr6384323ywd.292.1664498950193; Thu, 29
Sep 2022 17:49:10 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 29 Sep 2022 17:49:09 -0700 (PDT)
In-Reply-To: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2806:10b7:2:cf6d:53c:5255:9ea8:3a62;
posting-account=yPVU0woAAABt-Dryqf89b-v6ZIg0f0od
NNTP-Posting-Host: 2806:10b7:2:cf6d:53c:5255:9ea8:3a62
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: arielsoluciones@gmail.com (Ariel Paredes)
Injection-Date: Fri, 30 Sep 2022 00:49:10 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3728
 by: Ariel Paredes - Fri, 30 Sep 2022 00:49 UTC

El miércoles, 28 de septiembre de 2022 a las 17:45:25 UTC-5, Claudio H escribió:
> Hi
>
> According to windows' numeric format (decimal symbol) a direct query returns different results for a numeric value
>
> For example if the real result is 2000
> - when decimal separator is ".' (point) query returns 2000.00
> - when decimal separator is "," (comma) query returns 200000.00
>
> What do I have to set for my query to get the real result no matter how the workstation is configured?
>
> Regards
> Claudio H
Hi, Claudio H

i use sqlrdd
with sql server 2019
with driver msodbcsql-17-x64.msi
I connect without problem in the terminals
even if they change region
example:

#include "sqlrdd.ch"

#define RECORDS_IN_TEST 1000
#define SQL_DBMS_NAME 17
#define SQL_DBMS_VER 18

Request SQLEX
Request SR_ODBC

Request DBFNTX
Request DBFDBT

Request HB_LANG_ES
Request HB_GT_WVT_DEFAULT
Request HB_GT_WVT

PROCEDURE MAIN(cRDD)

Local nCnn, i, xCon
Local hDatos := Hash()

HSetAACompatibility(hDatos, .T.)

Cls
SetMode(25,80)

HB_LANGSELECT('ES')
HB_SETCODEPAGE('ES')

#pragma TEXTHIDDEN(1)
hDatos["Myip"] := "xxxxxxxxxx.dyndns.org"
hDatos["MyPort"] := ",1480"
hDatos["MyDatabase"]:= "mybase"
hDatos["UserName"] := "demo"
hDatos["Password"] := "demodemo"
cModo := " DEMO (Remoto)"
#pragma TEXTHIDDEN(0)

If cRDD == NIL
cRDD = "SQLRDD"
Endif

RDDSetDefault(cRDD)

SET AUTOPEN OFF
SET AUTOSHARE TO 1
SET TALK OFF
SET STATUS OFF
SET ECHO OFF
SET CONFIRM OFF
SET BELL OFF
SET DELETED ON
SET SCORE OFF
SET SAFETY OFF
SET SCOREBOARD OFF
SET CENTURY ON
SET EPOCH TO 1960
SET DATE FORMAT TO "DD/MM/YYYY"
SET DATE FRENCH

SETCANCEL(.F.)

Try
SR_SETSQL2008NEWTYPES(.F.)

cCon:="Driver={ODBC Driver 17 for SQL Server};Server="+hDatos["Myip"]+hDatos["MyPort"]+";Database="+hDatos["MyDatabase"]+";Uid="+hDatos["UserName"]+";Pwd="+hDatos["Password"]

nCnn := SR_AddConnection(CONNECT_ODBC, cCon )

if nCnn <= 0
Alert("Fallo de conexión ...")
SR_EndConnection(nCnn)
Cls
Quit
EndIf

Catch
Alert("No se conecta ...")
Cls
Quit
End
Return

good luck

Re: SQLRDD and windows' region numeric formats

<7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17103&group=comp.lang.xharbour#17103

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ac8:5896:0:b0:35b:ba98:ca56 with SMTP id t22-20020ac85896000000b0035bba98ca56mr17374540qta.465.1664825365365;
Mon, 03 Oct 2022 12:29:25 -0700 (PDT)
X-Received: by 2002:a81:730a:0:b0:356:ec7c:db6 with SMTP id
o10-20020a81730a000000b00356ec7c0db6mr14259039ywc.292.1664825365059; Mon, 03
Oct 2022 12:29:25 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Mon, 3 Oct 2022 12:29:24 -0700 (PDT)
In-Reply-To: <6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=181.230.137.113; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 181.230.137.113
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com> <6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: claudio@herszage.com (Claudio H)
Injection-Date: Mon, 03 Oct 2022 19:29:25 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2201
 by: Claudio H - Mon, 3 Oct 2022 19:29 UTC

Hi all

I have no problem connecting to the DB (Ariel), using MSSQL with {ODBC Driver 17 for SQL Server}
The workstation running the xHb app (David) has windows 10 OS, the server where MS-SQL is installed is a windows server machine.

I'm inserting a value in a numeric column [importe numeric (15,2)] for example 2000 (no decimals, no decimal separator included)

When retrieving the data via SQLRDD:
cSQLCommand:="SELECT SessionID, Importe FROM MOBINVSE"
aAlivios:=ARRAY(0)
nSQLRet:=oSQL:Exec(cSQLComm,,.T.,@aAlivios,,,,,,,.F.)

If windows' numeric local setting for decimal separator is "." (point) aAlivios[1][2] value is 2000 but if decimal separator is "," (comma) the returned value in the array element is 200000

I can change this setting back and forth as many times as I wish and the result changes according to this setting.

I'm guessing it has to do with an internal SQLRDD setting but couldn't find any helping reference in the docs.

Any idea?

Regards
Claudio H

Re: SQLRDD and windows' region numeric formats

<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17104&group=comp.lang.xharbour#17104

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:620a:1255:b0:6ce:59a0:f2ee with SMTP id a21-20020a05620a125500b006ce59a0f2eemr14819396qkl.111.1664826867396;
Mon, 03 Oct 2022 12:54:27 -0700 (PDT)
X-Received: by 2002:a81:6786:0:b0:356:3572:c4ec with SMTP id
b128-20020a816786000000b003563572c4ecmr15362392ywc.18.1664826867214; Mon, 03
Oct 2022 12:54:27 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Mon, 3 Oct 2022 12:54:26 -0700 (PDT)
In-Reply-To: <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: dlzc1@cox.net (dlzc)
Injection-Date: Mon, 03 Oct 2022 19:54:27 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2169
 by: dlzc - Mon, 3 Oct 2022 19:54 UTC

Dear Claudio H:

On Monday, October 3, 2022 at 12:29:26 PM UTC-7, Claudio H wrote:
....
> If windows' numeric local setting for decimal separator is "." (point)
> aAlivios[1][2] value is 2000 but if decimal separator is "," (comma)
> the returned value in the array element is 200000

OK, so the data is stored with the decimal point "recorded", and the comma is stripped as if it were a thousands separator. You are probably correct on "internal SQL setting", and may or may not have to do with the data type SQL thinks it is. Should be a fairly consistent test, were you opening / writing / reading a file, maintained also by others.

I don't know any SQL, so if you know how to contact Luiz (on here, been a long while), maybe ask him to come on here and comment? But SQLRDD is commercial xHarbour, best to be asking them.

David A. Smith

Re: SQLRDD and windows' region numeric formats

<0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17105&group=comp.lang.xharbour#17105

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ae9:c103:0:b0:6ce:1a9f:9f76 with SMTP id z3-20020ae9c103000000b006ce1a9f9f76mr15343509qki.306.1664833015439;
Mon, 03 Oct 2022 14:36:55 -0700 (PDT)
X-Received: by 2002:a05:6902:120f:b0:676:aaa4:8434 with SMTP id
s15-20020a056902120f00b00676aaa48434mr23356654ybu.218.1664833015086; Mon, 03
Oct 2022 14:36:55 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Mon, 3 Oct 2022 14:36:54 -0700 (PDT)
In-Reply-To: <66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=181.230.137.113; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 181.230.137.113
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: claudio@herszage.com (Claudio H)
Injection-Date: Mon, 03 Oct 2022 21:36:55 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1430
 by: Claudio H - Mon, 3 Oct 2022 21:36 UTC

David

I already contacted Luiz but unfortunately he quit answering my emails long time ago...

Claudio H

Re: SQLRDD and windows' region numeric formats

<2dddebfc-a57e-4211-98d2-bd46dd88a1edn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17108&group=comp.lang.xharbour#17108

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ad4:5ccf:0:b0:4b1:c372:ba79 with SMTP id iu15-20020ad45ccf000000b004b1c372ba79mr341953qvb.14.1664896773214;
Tue, 04 Oct 2022 08:19:33 -0700 (PDT)
X-Received: by 2002:a05:690c:80c:b0:353:e91f:fec1 with SMTP id
bx12-20020a05690c080c00b00353e91ffec1mr26294291ywb.218.1664896773074; Tue, 04
Oct 2022 08:19:33 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Tue, 4 Oct 2022 08:19:32 -0700 (PDT)
In-Reply-To: <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com> <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2dddebfc-a57e-4211-98d2-bd46dd88a1edn@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: dlzc1@cox.net (dlzc)
Injection-Date: Tue, 04 Oct 2022 15:19:33 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1636
 by: dlzc - Tue, 4 Oct 2022 15:19 UTC

Dear Claudio H:

On Monday, October 3, 2022 at 2:36:56 PM UTC-7, Claudio H wrote:
> I already contacted Luiz but unfortunately he quit answering
> my emails long time ago...

Hope he is OK.

Commercial xHarbour newsgroup is probably your only hope.

David A. Smith

Re: SQLRDD and windows' region numeric formats

<93c505b9-7e1a-4fe4-97fe-b5ff3f272d74n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17109&group=comp.lang.xharbour#17109

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ac8:5f54:0:b0:389:ac84:34d5 with SMTP id y20-20020ac85f54000000b00389ac8434d5mr2004697qta.627.1664898351317;
Tue, 04 Oct 2022 08:45:51 -0700 (PDT)
X-Received: by 2002:a81:4802:0:b0:353:7f37:a6a8 with SMTP id
v2-20020a814802000000b003537f37a6a8mr25380619ywa.253.1664898351054; Tue, 04
Oct 2022 08:45:51 -0700 (PDT)
Path: i2pn2.org!i2pn.org!paganini.bofh.team!pasdenom.info!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Tue, 4 Oct 2022 08:45:50 -0700 (PDT)
In-Reply-To: <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=189.172.168.83; posting-account=yPVU0woAAABt-Dryqf89b-v6ZIg0f0od
NNTP-Posting-Host: 189.172.168.83
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <93c505b9-7e1a-4fe4-97fe-b5ff3f272d74n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: arielsoluciones@gmail.com (Ariel Paredes)
Injection-Date: Tue, 04 Oct 2022 15:45:51 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Ariel Paredes - Tue, 4 Oct 2022 15:45 UTC

El lunes, 3 de octubre de 2022 a las 14:29:26 UTC-5, Claudio H escribió:
> Hi all
>
> I have no problem connecting to the DB (Ariel), using MSSQL with {ODBC Driver 17 for SQL Server}
> The workstation running the xHb app (David) has windows 10 OS, the server where MS-SQL is installed is a windows server machine.
>
> I'm inserting a value in a numeric column [importe numeric (15,2)] for example 2000 (no decimals, no decimal separator included)
>
> When retrieving the data via SQLRDD:
> cSQLCommand:="SELECT SessionID, Importe FROM MOBINVSE"
> aAlivios:=ARRAY(0)
> nSQLRet:=oSQL:Exec(cSQLComm,,.T.,@aAlivios,,,,,,,.F.)
>
> If windows' numeric local setting for decimal separator is "." (point) aAlivios[1][2] value is 2000 but if decimal separator is "," (comma) the returned value in the array element is 200000
>
> I can change this setting back and forth as many times as I wish and the result changes according to this setting.
>
> I'm guessing it has to do with an internal SQLRDD setting but couldn't find any helping reference in the docs.
>
> Any idea?
>
> Regards
> Claudio H

Try

cSQLCommand:="SELECT SessionID, Importe FROM MOBINVSE"

aAlivios :={}
oSql := SR_GetConnection()
*** nSQLRet:=oSQL:Exec(cSQLCommand,,.T.,@aAlivios,,,,,,,.F.)
nSQLRet:=oSql:exec(cSQLCommand,,.t.,@aAlivios) <- here

****************
*Read here
****************
Method Exec()
Executes a SQL statement, optionally retrieving the result set

› Syntax

Exec( <cCommand>, [<lMsg>], [<lFetch>], [<aArray>], [<cFile>, [<cAlias>]], [<nMaxRecords>], [<lNoRecno>], [<cRecnoName>], [<cDeletedName>], [<lTranslate>] ) ==> NIL

› Arguments

<cCommand> SQL command to execute
<lMsg> If .T. (default) generates a run time error if there is an error in SQL
<lFetch> If .F. (default), the result set is not recovered. If .T., the result set is retrieved as the parameters
<aArray> Array that will receive the result set if he informed reference, and if lFetch be with .T.
<cFile> DBF file name that will be used to store the result set in the case lFetch is .T.. This option has priority over the parameter <aArray>, ie, if informed of the name of the file is not written in the result set array of the previous one. <cFile> will be created with the structure of the result set of the SQL statement and will be opened exclusively after the implementation of the Method.
<cAlias> Alias of DBF file to be created in the option above.
<nMaxRecords> Maximum number of rows of result set to recover
<lNoRecno> If .F. (default) includes the Recno() column in the result set. If .T., does not add
<cRecnoName> Recno() Column Name
<cDeletedName> Deleted() Column Name
<lTranslate> If .T. (default) returns the information contained in Multi Language in the current language

Re: SQLRDD and windows' region numeric formats

<5dd50217-cc1f-4715-8356-d3f84d4a4f88n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17110&group=comp.lang.xharbour#17110

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:2a85:b0:4b0:3f58:b274 with SMTP id jr5-20020a0562142a8500b004b03f58b274mr16869081qvb.126.1664913638298;
Tue, 04 Oct 2022 13:00:38 -0700 (PDT)
X-Received: by 2002:a25:b90f:0:b0:6ad:eb91:dcab with SMTP id
x15-20020a25b90f000000b006adeb91dcabmr27673545ybj.435.1664913638021; Tue, 04
Oct 2022 13:00:38 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Tue, 4 Oct 2022 13:00:37 -0700 (PDT)
In-Reply-To: <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=82.78.49.185; posting-account=H3ofRwoAAADbRxQ3Wi989fFKCMQ4Av_J
NNTP-Posting-Host: 82.78.49.185
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com> <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5dd50217-cc1f-4715-8356-d3f84d4a4f88n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: ellailona@gmail.com (Ella Stern)
Injection-Date: Tue, 04 Oct 2022 20:00:38 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1816
 by: Ella Stern - Tue, 4 Oct 2022 20:00 UTC

Just a guess: try to set the ODBC connection string keyword Regional to "no"
https://learn.microsoft.com/en-us/sql/relational-databases/native-client/applications/using-connection-string-keywords-with-sql-server-native-client?view=sql-server-ver16

On Tuesday, October 4, 2022 at 12:36:56 AM UTC+3, Claudio H wrote:
> David
>
> I already contacted Luiz but unfortunately he quit answering my emails long time ago...
>
> Claudio H

Re: SQLRDD and windows' region numeric formats

<2bf7c06e-53d4-4501-b63c-e397382cb115n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17111&group=comp.lang.xharbour#17111

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:2387:b0:496:c9db:82b0 with SMTP id fw7-20020a056214238700b00496c9db82b0mr2202216qvb.111.1665099873496;
Thu, 06 Oct 2022 16:44:33 -0700 (PDT)
X-Received: by 2002:a81:5455:0:b0:350:6625:437d with SMTP id
i82-20020a815455000000b003506625437dmr1925067ywb.326.1665099873179; Thu, 06
Oct 2022 16:44:33 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 6 Oct 2022 16:44:32 -0700 (PDT)
In-Reply-To: <5dd50217-cc1f-4715-8356-d3f84d4a4f88n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=181.230.137.113; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 181.230.137.113
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com> <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
<5dd50217-cc1f-4715-8356-d3f84d4a4f88n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2bf7c06e-53d4-4501-b63c-e397382cb115n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: claudio@herszage.com (Claudio H)
Injection-Date: Thu, 06 Oct 2022 23:44:33 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1704
 by: Claudio H - Thu, 6 Oct 2022 23:44 UTC

Ariel, Ella

Thank you both for your suggestions but none worked.
So far only way to success is changing number formats in control panel (decimal symbol and digit grouping symbol)

SSMS returns the correct values, no matter the settings.

Regards
Claudio H

Re: SQLRDD and windows' region numeric formats

<29103f57-c8a6-4c04-b0a7-fdd6b8805118n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17112&group=comp.lang.xharbour#17112

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:21a6:b0:4b2:d753:ed24 with SMTP id t6-20020a05621421a600b004b2d753ed24mr14144364qvc.78.1665412686389;
Mon, 10 Oct 2022 07:38:06 -0700 (PDT)
X-Received: by 2002:a25:cf87:0:b0:6be:6c1b:cafb with SMTP id
f129-20020a25cf87000000b006be6c1bcafbmr17979261ybg.402.1665412686098; Mon, 10
Oct 2022 07:38:06 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Mon, 10 Oct 2022 07:38:05 -0700 (PDT)
In-Reply-To: <2bf7c06e-53d4-4501-b63c-e397382cb115n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2806:10b7:2:2997:38d9:5846:6b0c:b49;
posting-account=yPVU0woAAABt-Dryqf89b-v6ZIg0f0od
NNTP-Posting-Host: 2806:10b7:2:2997:38d9:5846:6b0c:b49
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com> <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
<5dd50217-cc1f-4715-8356-d3f84d4a4f88n@googlegroups.com> <2bf7c06e-53d4-4501-b63c-e397382cb115n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <29103f57-c8a6-4c04-b0a7-fdd6b8805118n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: arielsoluciones@gmail.com (Ariel Paredes)
Injection-Date: Mon, 10 Oct 2022 14:38:06 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2279
 by: Ariel Paredes - Mon, 10 Oct 2022 14:38 UTC

El jueves, 6 de octubre de 2022 a las 18:44:34 UTC-5, Claudio H escribió:
> Ariel, Ella
>
> Thank you both for your suggestions but none worked.
> So far only way to success is changing number formats in control panel (decimal symbol and digit grouping symbol)
>
> SSMS returns the correct values, no matter the settings.
>
> Regards
> Claudio H
Hi, claudio

as an example
I add image

in the terminal change of region
affects excel
but the application
continue in spanish mexico
when i read and record
the server is in spanish mexico
by default

image:
https://mega.nz/file/Euwy1BhK#5KAKiwA61Wqo0dZ4LSnigmKKqqSwvkpPYMrD2D-STDE

Re: SQLRDD and windows' region numeric formats

<e078a24b-a272-438f-8e14-5c43dd21e5c1n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17113&group=comp.lang.xharbour#17113

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:5cc5:b0:4b3:ec9e:79d8 with SMTP id lk5-20020a0562145cc500b004b3ec9e79d8mr16954250qvb.61.1665596701663;
Wed, 12 Oct 2022 10:45:01 -0700 (PDT)
X-Received: by 2002:a81:dc5:0:b0:361:1217:b7a3 with SMTP id
188-20020a810dc5000000b003611217b7a3mr8099697ywn.402.1665596701326; Wed, 12
Oct 2022 10:45:01 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 12 Oct 2022 10:45:00 -0700 (PDT)
In-Reply-To: <2bf7c06e-53d4-4501-b63c-e397382cb115n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=82.78.21.24; posting-account=H3ofRwoAAADbRxQ3Wi989fFKCMQ4Av_J
NNTP-Posting-Host: 82.78.21.24
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com> <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
<5dd50217-cc1f-4715-8356-d3f84d4a4f88n@googlegroups.com> <2bf7c06e-53d4-4501-b63c-e397382cb115n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e078a24b-a272-438f-8e14-5c43dd21e5c1n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: ellailona@gmail.com (Ella Stern)
Injection-Date: Wed, 12 Oct 2022 17:45:01 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Ella Stern - Wed, 12 Oct 2022 17:45 UTC

On Friday, October 7, 2022 at 2:44:34 AM UTC+3, Claudio H wrote:
> Ariel, Ella
>
> Thank you both for your suggestions but none worked.
> So far only way to success is changing number formats in control panel (decimal symbol and digit grouping symbol)
>
> SSMS returns the correct values, no matter the settings.
>
> Regards
> Claudio H

I think there is possible to consult programmatically the Windows Registry path
HKEY_CURRENT_USER\Control Panel\International
with key "Locale", or "LocaleName" or "sDecimal" ... and then you can proceed accordingly.

Source:
https://renenyffenegger.ch/notes/Windows/registry/tree/HKEY_CURRENT_USER/Control-Panel/International/index

Re: SQLRDD and windows' region numeric formats

<a8e8bf16-5002-4804-81f6-6915a22a4145n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17114&group=comp.lang.xharbour#17114

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:620a:48e:b0:6ec:fe1d:c7c with SMTP id 14-20020a05620a048e00b006ecfe1d0c7cmr14696260qkr.651.1665668828321;
Thu, 13 Oct 2022 06:47:08 -0700 (PDT)
X-Received: by 2002:a25:41d3:0:b0:6bc:d453:fe4c with SMTP id
o202-20020a2541d3000000b006bcd453fe4cmr100133yba.116.1665668827940; Thu, 13
Oct 2022 06:47:07 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 13 Oct 2022 06:47:07 -0700 (PDT)
In-Reply-To: <e078a24b-a272-438f-8e14-5c43dd21e5c1n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=181.230.137.113; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 181.230.137.113
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com> <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
<5dd50217-cc1f-4715-8356-d3f84d4a4f88n@googlegroups.com> <2bf7c06e-53d4-4501-b63c-e397382cb115n@googlegroups.com>
<e078a24b-a272-438f-8e14-5c43dd21e5c1n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a8e8bf16-5002-4804-81f6-6915a22a4145n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: claudio@herszage.com (Claudio H)
Injection-Date: Thu, 13 Oct 2022 13:47:08 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1772
 by: Claudio H - Thu, 13 Oct 2022 13:47 UTC

Hi Ella

Thanks for this info.

It really helps as a temporary shortcut while hoping anyone can check and find out if the origin of this issue is within sqlrdd or maybe in xhb's odbc source.

Regards

Claudio H

Re: SQLRDD and windows' region numeric formats

<b03edcf0-7d2d-4a4f-a0f1-f54b235845d3n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17115&group=comp.lang.xharbour#17115

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:1a53:b0:4af:cf5e:5027 with SMTP id fi19-20020a0562141a5300b004afcf5e5027mr180537qvb.36.1665671306291;
Thu, 13 Oct 2022 07:28:26 -0700 (PDT)
X-Received: by 2002:a81:5889:0:b0:358:b666:539b with SMTP id
m131-20020a815889000000b00358b666539bmr283934ywb.78.1665671305978; Thu, 13
Oct 2022 07:28:25 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 13 Oct 2022 07:28:25 -0700 (PDT)
In-Reply-To: <a8e8bf16-5002-4804-81f6-6915a22a4145n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=181.47.6.188; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 181.47.6.188
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com> <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
<5dd50217-cc1f-4715-8356-d3f84d4a4f88n@googlegroups.com> <2bf7c06e-53d4-4501-b63c-e397382cb115n@googlegroups.com>
<e078a24b-a272-438f-8e14-5c43dd21e5c1n@googlegroups.com> <a8e8bf16-5002-4804-81f6-6915a22a4145n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b03edcf0-7d2d-4a4f-a0f1-f54b235845d3n@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: claudio@herszage.com (Claudio H)
Injection-Date: Thu, 13 Oct 2022 14:28:26 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1724
 by: Claudio H - Thu, 13 Oct 2022 14:28 UTC

Update

When executing SELECT importe, CAST(importe AS VARCHAR) FROM MYTABLE I'm getting:
50000.00
500.00

Claudio H

Re: SQLRDD and windows' region numeric formats

<e0316a95-609e-4cc1-b4f5-596db56001fen@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17116&group=comp.lang.xharbour#17116

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:21e5:b0:4b3:efa6:4b17 with SMTP id p5-20020a05621421e500b004b3efa64b17mr3658630qvj.22.1665746486883;
Fri, 14 Oct 2022 04:21:26 -0700 (PDT)
X-Received: by 2002:a81:730a:0:b0:356:ec7c:db6 with SMTP id
o10-20020a81730a000000b00356ec7c0db6mr4130540ywc.292.1665746486660; Fri, 14
Oct 2022 04:21:26 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Fri, 14 Oct 2022 04:21:26 -0700 (PDT)
In-Reply-To: <a8e8bf16-5002-4804-81f6-6915a22a4145n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=82.78.49.250; posting-account=H3ofRwoAAADbRxQ3Wi989fFKCMQ4Av_J
NNTP-Posting-Host: 82.78.49.250
References: <f6d41d48-a241-49b4-bcf7-d15d676591e1n@googlegroups.com>
<6de9ce64-a382-4d47-a474-2bba8d3692e6n@googlegroups.com> <7e1328aa-d138-4157-97c0-5bac8410a492n@googlegroups.com>
<66cb8bae-49c8-4fcb-bf2e-ddd2c4839080n@googlegroups.com> <0607b976-ee74-467d-90d4-a3d1c71fda63n@googlegroups.com>
<5dd50217-cc1f-4715-8356-d3f84d4a4f88n@googlegroups.com> <2bf7c06e-53d4-4501-b63c-e397382cb115n@googlegroups.com>
<e078a24b-a272-438f-8e14-5c43dd21e5c1n@googlegroups.com> <a8e8bf16-5002-4804-81f6-6915a22a4145n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e0316a95-609e-4cc1-b4f5-596db56001fen@googlegroups.com>
Subject: Re: SQLRDD and windows' region numeric formats
From: ellailona@gmail.com (Ella Stern)
Injection-Date: Fri, 14 Oct 2022 11:21:26 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1973
 by: Ella Stern - Fri, 14 Oct 2022 11:21 UTC

On Thursday, October 13, 2022 at 4:47:09 PM UTC+3, Claudio H wrote:
> Hi Ella
>
> Thanks for this info.
>
> It really helps as a temporary shortcut while hoping anyone can check and find out if the origin of this issue is within sqlrdd or maybe in xhb's odbc source.
>
> Regards
>
> Claudio H

I hope this will help people in other edge cases as well.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor