Nice.... I missed that one..
Thanks Stephen for the reminder..
Type: Posts; User: Samuel Pizarro
Nice.... I missed that one..
Thanks Stephen for the reminder..
nice.... Thanks Wil
Just that... simple isn't it !? hehehe
Confess.. You saw that coming right !?
You want a Folder Dialog, not a file Dialog.
Unfortunately, DF has nothing built-in yet, but if you search the forum for Browse Folder you will find some solutions shared by our estimated...
Nah... sorry, I am actually who needs to sleep.
You don't need the "sleep" code in your SP.. just change the order of events..
user 1, locks row "A"
you trigger your SP, which will...
if you really want to test, you have to put some big sleep inside your SP code, between the 2 resources (rows , or tables) you touch.
for a deadlock to happen, you have to make the locks...
I should have increased my browser font size.. I really saw "A"+"~" there...
Ok.. hehehe.. I keep learning this every day.. this one I would like to get some comments from DAW. Unicode is a...
Why do you want the ASC code only for the 2nd byte/position ?
ASCII is meant to return the entire "character" codepoint.. in this case your "Ã", which is 195. (U00C3)
Look the...
have you ever looked at the learning center's lessons ?
There are two videos/lessons there, one Dynamic Objects Library and Advanced Dynamic Objects
They should cover the basics you need
It may not be the best solution... but maybe a vaild workaround..
You may want to disable the auto-retries.
Set_Transaction_Retry (dataaccess.com)
DF_LOCK_DELAY (dataaccess.com) ...
DF_LOCALE_CODE (dataaccess.com)
Samples code has it wrong DF_LOCAL_CODE instead.
I guess I might have it wrong again...
The entire transaction was actually rolled back.. but actually the "retry" internal mechanism might get broken and not updating some values properly in the...
WOW
now reading it again... if this is true.. it means that Begin_Transation / End_Transactions commands does not directly relates to Database commits ?
Because, if you have only partial...
Oh boy.
I really wish you good luck!
Nao use o DbBruilder e nem o DF Studio pra realizar alteracoes em suas tabelas.. se vc usa recursos nao suportados pelo DF.
o DF tem um suporte limitado para criar, e ou alterar tabelas. Eles...
We could have DF-Release expandable variables for this.. just like, %windir% and %programfiles%, and off course these parameters should recognize and support them , including the default windows...
cara... vai fundo...
This is worrying.. I remember this discussion.
Now.. about the locktimeout and deadlocks.. Are we talking about DAT, or SQL backends here ?
If SQL, I guess the focus of investigation must...
All db2 64bit installs are also 32bits compatible. Both sets gets installed.
You don’t need to worry. Daw driver will pick the right one
yes..
you must install a db2 client in the host you are running your app. The DAW Driver is just a bridge from DF to this client. it does not have capabilities to communicate with db2 server...
ok bob... here we go..
+1
ah.. ok, vcs deviam estar usando uma versao bem antiga entao,, menor que 10.1 acredito, pois o limite pra 16gb já estava ai desde a versao 11.1. A ultima eh a 11.5 .
Mas como disse, era apenas...
I was about to say exactly the same thing...
Thks Vincent