any reverse ordering ?
Type: Posts; User: Samuel Pizarro
any reverse ordering ?
or you can interpret it like this..
:p
Nice one Vincent!
That's exactly what I think as well, this makes no sense at all. this will never block their malicious attempts.
done...
Good luck on this
kkkkkkkkkkk
you americans....
hehehe
You are creating a string , so DF will convert the date to string format, and it will use the OS regional settings for that (if not hardcoded by setting the...
actually you need to handle possible different date formats, and the famous "Dummy Date"
If one of your date variables are 0 (no-date) you have to pass the dummy value '0001-01-01' or that...
hahahahaha
Like always. It all depends on volume and number of active users you could have.
10 user with 4 sdi process each. Piece of cake
but as you can see, the number os apps connected to the database...
you may want to rethink the SDI approach when using any SQL back end.
If I understand you correctly, when you mean SDI, you have several .exe (projects) compiled into your workspace right.. ...
can`t see the attachments
Sorry.. MSSQL is not my expertise..
It seems you are using Trusted Authentication (OS ), and it seems the USER that is running your WebApp process is trying to connect to MSSQL.
You may...
This seems to be nothing related to a DF issue.. but rather a lack of privileges in your MSSQL setup:
...
Nice article about all of this we have been talking... but from JavaScript perspective.. and what they have done in v6, v7 ECMAScript releases to handle this stuff..
...
Using Managed Connections (dataaccess.com)
Look at Login Credentials for Managed Connections in Web Applications section
but, as it says... its only supposed to be used for Webapps, which is...
Yeah.. Was about to mention, that you need to compile and run that special Program template they have created, just to populate the PWD keyword in the connection manager ini file.
do you have it...
I am not seeing PWD keywork in your _ConnectionId.ini file
there is only DFPWD, which is used by studio and df tools only.
mine:
[connection1]
id=RVMEDREP_ConnID
Indeed...
I am afraid now in cases when you need to break strings based. Its common to have take only the left part, or mid, or right part of it.. with these composite chars..
If Pos...
Yeah...
I though that changing the Collation attributes could help in this case... but I was wrong. It looks like Pos Function is not sensitive to the new LOCALE attribute settings.
Also,...
They don't actually need to use this particular one.
DAW is using ICU library to provide unicode support, I am pretty sure this lib has the capabilities.
As a matter of fact, MS Windows...
kkkkkkkkk
No, But I never had to manipulate this file.. in order to make it work.. I don't even know it's default location.
you have created the file manually, instead of using the Managed connection wizard from studio ?
are you running a regular DF windows app ? or DF-Char mode ?
DFConnid.ini , is for the new managed-connections stuff, which requires the proper cConnection object in your code..
App.Src
...