topic
stringlengths
1
63
text
stringlengths
1
577k
Choise : Windows server standard 2022 versus essential 2022
hi Marc, i´m sure that "Remote-Desktop" work with "Essential" "Remote Access" can be dome with TeamViewer or VPN.
Choise : Windows server standard 2022 versus essential 2022
Thanks Jimmy, Otto, can you point me to the correct version of serversoftware that you install on the systems of you customers ? You have gone true all steps and have also the nessesary experience specific for FW software. There are so many versions out there.
Choise : Windows server standard 2022 versus essential 2022
hi Marc, forgot to say that "newer" Windows Server Version NEED TPM & Secure-boot like Windows 11
Choise : Windows server standard 2022 versus essential 2022
Hi Iris, Would you be so kind as to write down the specifications of the software we use for our SERVERBOOKs? Best regards, Otto
Choise : Windows server standard 2022 versus essential 2022
Hello, for our Serverbooks we are using Windows Server Standard 2019 or a higher version with per device licensing. There are running dozens of servers - we are installing about 2-3 servers/month with this software without having troubles. Per system we have 5-7 active users who only get REMOTEDESKTOPUSER-rights and o...
Choise : Windows server standard 2022 versus essential 2022
Dear Iris, many thanks for sharing that info best regards
Choise : Windows server standard 2022 versus essential 2022
This is interesting info. To me they offered to take the server and user licences in a pack of 5 I received folowing quot : 1) 1 Windows Server 2022 Standard - 16 Core License Pack = 1.144,00 2) 5 Windows Server 2022 - 1 User CAL 49,00 € 49,00 = € 245,00 € + installing around 250 euro Including CPU it is 3445 e...
Choise : Windows server standard 2022 versus essential 2022
Dear Marc, I think the prices are about right, with the Server 2019 version likely being a bit cheaper. We are reducing expenses through the use of "Serverbooks". For example, we have the following device in continuous use without any issues: HP ProBook 440 G8. I am aware of the concerns against a notebook, but I can...
Choise : Windows server standard 2022 versus essential 2022
P.S.: You could perform the installation on your existing notebook, and test it within the 3-month grace period - so there would be no expenses for now.
Choise : Windows server standard 2022 versus essential 2022
hi, Server 2019 Support will be "outdate" on 09 Jan 2024 in old Day we had Windows Small Business Server Server "Essential" is new since 2012 and "replace" SBS Server "Essential" Version is much cheaper than Server Standard it "include" CAL for 25 User / 50 Device and NO "extra" CAL are need ( only for RDS ) --- ...
Choise : Windows server standard 2022 versus essential 2022
Jimmy, It is RDS that we are going to use.
Choise : Windows server standard 2022 versus essential 2022
hi Marc, [quote="Marc Venken":2nq8ajby]It is RDS that we are going to use.[/quote:2nq8ajby] so what <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> Server "Essential" CAN user RDS like Server "Standard" <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt="...
ChooseFile with more options
Hello, I use the ChoosFile function to get a filename: [code=fw:36ms7q53]<div class="fw" id="{CB}" style="font-family: monospace;">ChooseFile<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'Select a photo'</span>, <span style="color: #ff0000;">'jpg'</span> <span style="color: #000000;">&#41;</...
ChooseFile with more options
René, Please try it this way: ChooseFile( 'Selecteer een foto', "jpg,jpeg" )
ChooseFile with more options
Hello Antonio, Yes, perfect. This does the trick.
ChooseFont
Ciao FW's devo rendere interattiva a scelta di font per la stampa, non riesco a verificare le fasi di annullamento da parte dell'utente, infatti se seleziona un qualsiasi font e poi annulla nell'array ritorna l'impostazione effettuata. Inoltre non mi sembra funzionare bene l'impostazione della dimensione, imposto 12 e...
ChooseFont
Mi dispiace ma il tuo esempietto non è compilabile. EMG
ChooseFont
Prova ora: #define LF_HEIGHT 1 #define LF_WIDTH 2 #define LF_ESCAPEMENT 3 #define LF_ORIENTATION 4 #define LF_WEIGHT 5 #define LF_ITALIC 6 #define LF_UNDERLINE 7 #define LF_STRIKEOUT 8 #define LF_CHARSET 9 #define LF_OUTPRECISION 10 #define LF_CLIPPRECISION 11 #define LF_QUALITY 12 #define LF_PITCHANDFAMILY 13 #defin...
ChooseFont
Sì, ora va. Confermo i problemi che hai riscontrato. Sembra che non ci sia modo di capire se l'utente ha premuto Annulla. Al più potresti capire se ha annullato o confermato lo stesso font. Inoltre la dimensione restituita effettivamente non corrisponde (ma potresti anche ignorare la cosa dato che quello che serve a te...
ChooseFont
> Confermo i problemi che hai riscontrato. > Sembra che non ci sia modo di capire se l'utente ha premuto Annulla. > Al più potresti capire se ha annullato o confermato lo stesso font. > Inoltre la dimensione restituita effettivamente non corrisponde > (ma potresti anche ignorare la cosa dato che quello che serve a ...
ChooseFont
Hi Fw's. ChooseFont function can not set correctly the dimension of character passed in Array parameter and if I change the dimension is not the set value correctly. For Ex. I set in the array -12, ChooseFont 9, select 12 and return -16!!! Another problem is if I press "Cancel" button after any setting, the function...
ChooseFont
Per intercettare il tasto Annulla è necessario modificare la funzione ChooseFont contenuta nel modulo font.c ... if ( !bOk ) _reta(0); else { _reta( 14 ); _storni( ( bOk || bInitLF ) ? lf.lfHeight: 0, -1, LF_HEIGHT ); _storni( ( bOk || bInitLF ) ? lf.lfWidth: 0, -1, LF_WIDT...
ChooseFont
Perché non lo segnali ad Antonio così la corregge? EMG
ChooseFont
Ok. Fatto. Ciao Pier Luigi
ChooseFont
Grazie! EMG
ChooseFont
Grazie Pier Luigi e Enrico, ma la condizione non dovrebbe essere già gestita? if ( !bOk ) _reta(0); else { _reta( 14 ); _storni( ([b:3oy7buim] bOk || bInitLF [/b:3oy7buim]) ? lf.lfHeight: 0, -1, LF_HEIGHT ); _storni( ([b:3oy7buim] bOk || bInitLF [/b:3oy7buim]) ? lf.lfWidth: 0, -1, LF_WIDTH ); Mi sembra che || siano ...
ChooseFont
Ugo, Please read this important information: >> The one bit of trickery in this code is the value used for the size of the font, the lfHeight parameter to CreateFont(). Usually people are used to working with Point sizes, Size 10, Size 12, etc... when dealing with fonts. CreateFont() however doesn't accept point size...
ChooseFont
Ugo, This is the right code for your sample: [code:p0zdt1l4] aFont &#58;= Array&#40; 14 &#41; aFont&#91;LF_FACENAME&#93; &#58;= ALLTRIM&#40;StrToken&#40;cFont,1,"|" &#41;&#41; aFont&#91;LF_WIDTH&#93; &#58;= VAL&#40; StrToken&#40; cFont, 2, "|" &#41;&#41; aFont&#91;LF_HEIGHT&#93; &#58;= Int&#40;...
ChooseFont
Great Antonio, Now I set -12 in my array after apply your conversion and the Value is 16 This value is passed to Choose font and correctly I see preset 12 !!! GOOD !! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> After choosefont the dimension is 16!!! <!-- s:( --><img src...
ChooseFont
Ugo, > Is necessary reconvert the value for obtain -12. You may do the same calculations again. > Is possible to insert this features directly in Choosefont? I have thought about it, but I am afraid we may break existing code. > Have You found also the Solution for Cancel and X Button? Yes, already fixed, though...
ChooseFont
Antonio, > You may do the same calculations again. Yes. > > Have You found also the Solution for Cancel and X Button? > Yes, already fixed, though we return an array of 14 elements, all nil. Can you send to me? Thanks.
ChooseFont
Ugo, Just change this: [code:1spesl0i] if &#40; !bOk &#41; _reta&#40; 14 &#41;; &#46;&#46;&#46; [/code:1spesl0i]
ChooseFont
Antonio, i modified the fonts.c and i added to my project but I receive this message: [code:2t14q8li]Bcc32&#46;Exe -M -c -O2 -tW -v- -X -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -Ic&#58;\work\fwh\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nOb...
ChooseFont
Whats your code at line 371 ?
ChooseFont
line 371: [code:2gsl8bk7] FreeProcInstance&#40; &#40; FARPROC &#41; EnumFontsCallBack &#41;; [/code:2gsl8bk7]
ChooseFont
Ugo, Fom Win32 docs: >> The FreeProcInstance function is obsolete. This function is provided only for compatibility with 16-bit versions of Windows. Win32-based applications should not use this function; it has no meaning in the 32-bit environment. >> Those both are just warnings, that you can safely ignore.
ChooseFont
Antonio, thank you for the info, I rem this line, but for this warning: [code:xp1gi4hr]Warning W8017 Source\fonts&#46;c 28&#58; Redefinition of 'CHOOSEFONT' is not identical[/code:xp1gi4hr] the line 28 is: [code:xp1gi4hr]#define CHOOSEFONT CHOOSEFONT[/code:xp1gi4hr]
ChooseFont
Ugo, It is a warning you can safely ignore.
ChooseFont function (fixed)
In order to intercept the "Cancel" key is necessary to modify the ChooseFont function in the module font.c ... if ( !bOk ) _reta(0); else { _reta( 14 ); _storni( ( bOk || bInitLF ) ? lf.lfHeight: 0, -1, LF_HEIGHT ); _storni( ( bOk || bInitLF ) ? lf.lfWidth: ...
ChooseFont() Don't return the color selected
ChooseFont() open a dialog with the option to choose the settings of the font and the color, but don't return this color!
ChooseFont() Don't return the color selected
Samir, You have to provide it the color variable by reference: [code=fw:78k66g1g]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> aFont, nRGBColor := <span style="color: #000000;">0</span><br /><br />aFont  = ChooseFont<span style="color: #000000;">&#40;</span> , @nR...
Choosefont no funciona bien ? (fixed)
Hola Estoy utilizando la funcion Choosefont(), cuando selecciono un tipo de letra y la pongo en negrita, en el array que me devuelve no me lo devuelve con un tipo de letra en negrita, es que funciona mal esta funcion ? aFont:=Choosefont() > AFont[8] siempre me devuelve .f.
Choosefont no funciona bien ? (fixed)
Gabri, Acabo de probar este ejemplo, y funciona correctamente. Pulsa el botón, selecciona negrita y verás como el botón se ve en negrita y muestra .t.. Y si luego le quitas negrita, sucede lo contrario. (Que version y build estás usando?): [code:1wl02kzj] #include "FiveWin&#46;ch" static oWnd function Main&#40;&#41...
Choosefont no funciona bien ? (fixed)
[quote="Gabri":30wgp0ax]aFont:=Choosefont() > AFont[8] siempre me devuelve .f.[/quote:30wgp0ax] El valor negrita no se almacena en la posición 8. Se toma a partir del valor 5: [code:30wgp0ax] &#58;&#58;lBold = If&#40; lFromUser, ! &#40; &#58;&#58;nWeight == FW_NORMAL &#41;, lBold &#41; [/code:30wgp0ax]
Choosing Printer Fonts
Hi,when calling the function "choosefont", the dialog-box for choosing fonts doesn't include installed printer fonts, but all TrueType fonts and system fonts are offered. Howerver, if I choose a font in Word, for example, these printer fonts are listed. Is there a way to let the user choose also from printer fonts?
Choosing Printer Fonts
If we call choosefont, compiled in 16-bit, the printer fonts are being displayed (2D-Code1 and 2D-Code2):[img:1l6f1g4r]http&#58;//www&#46;ctosoftware&#46;de/extern/drucker16&#46;jpg[/img:1l6f1g4r]In the 32-bit compiled version, these fonts don't appear, although the same printer is chosen[img:1l6f1g4r]http&#58;//www&#4...
Choosing Printer Fonts
Gilbert,In FWH\source\winapi\fonts.c function ChooseFont() we are using the flag: CF_SCREENFONTSYou may modify that source code to include this flag also: CF_PRINTERFONTS[code:rq15xroi] cf&#46;Flags = CF_SCREENFONTS | CF_PRINTERFONTS | IF&#40; PCOUNT&#40;&#41; > 1, CF_EFFECTS, 0 &#41; | IF&...
Choosing Printer Fonts
Antonio,thanks for your help! However, the problem didn't happen with choosefont directly, but with oFont:Choose(). That was an error in my sourcecode research. But it seems to me there can be made an improvement to the Choose method in the TFont class, because the handle of the printer (hPrinterDC) isn't passed throug...
Choosing Printer Fonts
Gilbert,very good! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->Thanks for sharing your solution
Choosing SQL database ...
Hi , I want to get a small advice in this situation . I can choose MySQL , FireBird and SQLite . MySQL and FireBird I know and alreday tested - they all work pretty good . But I'm paying attenation to SQLite - how good this thing is ? My project will be in network env. - Win2003 server , ~ 12-15 PC users and and ~ 1...
Choosing SQL database ...
Rimantas... I worked litle things with Sqlite 3, It's fast, reliable, no dependencies of any kind but... for such proyected database size, better go for MYSQL, althoug I got a 300 MB Sqlite DB working with no problem, I Prefer Mysql for my larger projects. I have 5 Mysql Installations, all of them on a FEDORA CORE 9,...
Choosing SQL database ...
Robust. Stable. Integrated with [x]Harbour. Fast. [b:kck394uz]Advantage Database Server.[/b:kck394uz] Just my 2Cents <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> Regards <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!...
Choosing SQL database ...
[quote="fraxzi":rzr9ahzr]Robust. Stable. Integrated with [x]Harbour. Fast. [b:rzr9ahzr]Advantage Database Server.[/b:rzr9ahzr] Just my 2Cents <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> Regards <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt="...
Choosing SQL database ...
[quote="Adolfo":173d99p9]Rimantas... I worked litle things with Sqlite 3, It's fast, reliable, no dependencies of any kind but... for such proyected database size, better go for MYSQL, althoug I got a 300 MB Sqlite DB working with no problem, I Prefer Mysql for my larger projects. I have 5 Mysql Installations, all of...
Choosing SQL database ...
Rimantas.. I tested Mysql with 25 Pc's working at the same time, but in real work, only 15 use the Db on a regular basis. The total size of the DB ( 50 tables ) is 1.6 GB and growing <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> For Sqlite, I have 3 Pc's connected, each...
Choosing SQL database ...
[quote="Adolfo":1kyxmr90]Rimantas.. I tested Mysql with 25 Pc's working at the same time, but in real work, only 15 use the Db on a regular basis. The total size of the DB ( 50 tables ) is 1.6 GB and growing <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> For Sqlite, I ha...
Choosing SQL database ...
To All Unless I am missing something on the licensing .. you can download the 'FREE' MS Sql express 2005 or 2008 database .. scalled down version of Sql Server. <!-- m --><a class="postlink" href="http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx?pf=true">http://www.microsoft.com/Sqlserver/2005 ... px?pf=tru...
Choosing SQL database ...
Rick... same happens with Oracle 10g Express Edition... FREEE Supports 4GB data, 1GB Ram, 1 CPU (no matter if it is Core 2 quad ) Adolfo
Choosing SQL database ...
[quote="Rimantas":15r46v9x][quote="fraxzi":15r46v9x]Robust. Stable. Integrated with [x]Harbour. Fast. [b:15r46v9x]Advantage Database Server.[/b:15r46v9x] Just my 2Cents <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> Regards <!-- s:idea: --><img src="{SMILIES...
Choosing SQL database ...
[quote="Rick Lipkin":4ssph323]To All Unless I am missing something on the licensing .. you can download the 'FREE' MS Sql express 2005 or 2008 database .. scalled down version of Sql Server. <!-- m --><a class="postlink" href="http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx?pf=true">http://www.microsoft.co...
Choosing SQL database ...
Hello, The IBM DB2 is no limit to size of database, but limited to 1 cpu and 1 mb of ram and is free. Atte., Lautaro Moreira
Choosing SQL database ...
[quote="James Bott":24kublfe]...With DBFs you only have to read 10 records across the network, then you can display the browse. [/quote:24kublfe] James.. are you absolutely sure about this.... ? Remember that DBF's are read completely from disk, so if you have a browse , you will have to read ALL the 10.000's records ...
Choosing SQL database ...
Hello all , Thanks for your suggestions . In the first post I directed what DBMS which I can to choose - MySQL , FireBird and SQLite . In earlier I did some test with FireBird - it leave very good impression . I did some queries with some hundreds thousands records - it browses very fast . That was in local PC , ...
Choosing SQL database ...
Rimantas I don't use TSqlite I use an ODBC Client for SqLite, so I connect to it via ADO <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> And is as fast as any dbf used locally. Adolfo
Choosing SQL database ...
Hi someone has a comlete example for using ADO with SQL SERVER I am using ODBC with UPDATE, INSERT, DELETE, the purest possible thanks Marcelo Chile
Choosing SQL database ...
[quote="Adolfo":37gyqkev]Rimantas I don't use TSqlite I use an ODBC Client for SqLite, so I connect to it via ADO <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> And is as fast as any dbf used locally. Adolfo[/quote:37gyqkev] Hello Adolfo , <!-- s:( --><img src="{S...
Choosing SQL database ...
Rimantas The reason I like SQL Server is because you do NOT need .net framework .. you do NOT need any client like Oracle, dB2 or some other SQL flavors which REQUIRE a run-time client. If I have to develop an application that needs to run on any Windows computer .. I do not want to have to make sure there is an ODBC ...
Choosing SQL database ...
[quote="Rick Lipkin":22pqzhyf]Rimantas ... I worked for a large state Agency with over 5k users .. you think I want to make sure all 5k desktops have ODBC configured .. or have the correct version of .net framework .. I would be doing nothing but answering help desk calls on configuration connectivity issues .. For me...
Choosing SQL database ...
Rimantas Here is the link that will explain it all .. has connections and syntax for .mdb ( access ) as well as Sql Server: <!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=ado-related_stuffs&s=ado">http://wiki.fivetechsoft.com/doku.php?i ... uffs&s=ado</a><!-- m --> Rick Lipkin
Choosing SQL database ...
[quote="Rick Lipkin":3rmlyr3y]Rimantas Here is the link that will explain it all .. has connections and syntax for .mdb ( access ) as well as Sql Server: <!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=ado-related_stuffs&s=ado">http://wiki.fivetechsoft.com/doku.php?i ... uffs&s=ado</a><!-...
Choosing SQL database ...
Dear Mr.Rimantas, To connect to Database server on a remote server the follwing has to be considered. 1) Internet connection should be available on the PC running the database server 2) Instead of localhost or 127.0.0.1, the connection string on your client PC app should have either the Internet IP or Domain name 3)...
Choosing SQL database ...
[quote="anserkk":tsmrlaoq]Dear Mr.Rimantas, To connect to Database server on a remote server the follwing has to be considered. 1) Internet connection should be available on the PC running the database server 2) Instead of localhost or 127.0.0.1, the connection string on your client PC app should have either the Int...
Choosing SQL database ...
[quote="Adolfo":3rz4rdb7]Rimantas I use an ODBC Client for SqLite, so I connect to it via ADO <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> Adolfo[/quote:3rz4rdb7] Adolfo , Please help me again . In SqLite.org site they are providing only SqLite ODBC for connection ....
Choosing SQL database ...
I would like to know where you can get a free 25 user license of MySQL ? When I read the licensing, a commercial application requires you to purchase a license.
Choosing SQL database ...
[quote="Rimantas":55x3nef6][quote="Adolfo":55x3nef6]Rimantas I use an ODBC Client for SqLite, so I connect to it via ADO <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> Adolfo[/quote:55x3nef6] Adolfo , Please help me again . In SqLite.org site they are providing only S...
Choosing SQL database ...
Rimantas; AFAIK -SQLite is NOT client-server. It can't be compared to ADS unless you are comparing to the local version. Check on the SQLite website their recommended use. It is pretty much to be used by apps running on the server itself (like a php webpage). Otherwise it is subject to corruption just like any non...
Choosing SQL database ...
Reinaldo... I like this kind of "guerras santas"... but here you have something to consider this self-contained, serverless, zero-configuration, transactional SQL database engine. <!-- m --><a class="postlink" href="http://www.sqlite.org/different.html">http://www.sqlite.org/different.html</a><!-- m --> Off Course y...
Choosing SQL database ...
Adolfo; There is actually a word for "guerra santa" - Jihad! What SQLite offers for free, is exactly what ADS local offers for free --and you are **not** forced to use the traditional dbf navigation (dbskip(), etc...). I'm not saying SQLite is a bad product. You are misquoting here or at least misunderstanding. Ch...
Choosing SQL database ...
Dear Mr.Adolfo, [quote:2o1foa37]In fact, you can configure you application install, to do both things, Install the Odbc Client in silent mode and your application, and there'll be no need to configure anything else.[/quote:2o1foa37] If you don't mind, I would like to know more about this. <!-- s:) --><img src="{SMIL...
Choosing SQL database ...
[quote="reinaldocrespo":d49fg41b]Adolfo; ...I can't see how SQLite offers any advantage over ADS-local ...[/quote:d49fg41b] Reinaldo , I'm rewroting old project . The main requirement - to view data remotely , from others divisions . About 5-6 years ago I tried ADS local with this project and can say that this ...
Choosing SQL database ...
Hello Reinaldo, >Your 2 cents + my 2 cents = 4 cents (or maybe more....?) I think you have to make a division: Your 2 cents / my 2 cents = 1 and this is the answer or solution One only has to know how to divide [i:hyss7l6v]2 cents [/i:hyss7l6v]by [i:hyss7l6v]2 cents.[/i:hyss7l6v] <!-- s:) --><img src="{SMILIES_...
Choosing SQL database ...
Reinaldo... PLEASE.. forget about DBF's ( although I'm using them with no problems in ALL my products ), you can't compare SQL to DBF. not even ADS. SO knowing how to manage a DBF is worthless in order to work with SQL, thay are completely separate ways of working with data. I've done incremental searching with Mysql,...
Choosing SQL database ...
[quote="Adolfo":1nrks2ah] ... PLEASE.. forget about DBF's ( although I'm using them with no problems in ALL my products ), you can't compare SQL to DBF. not even ADS. SO knowing how to manage a DBF is worthless in order to work with SQL, thay are completely separate ways of working with data. I've done incremental sear...
Choosing SQL database ...
Rimantas; I wonder what kind of tests you did that made ads local "slow"... A frequent mistake people make is forgetting that when you connect across the internet speed is not the same as on a local LAN. Therefore you must avoid full dbf "browses" (which you can't do with SQL anyway). Instead you work with sets o...
Choosing SQL database ...
[quote:1xu36l2d]PLEASE.. forget about DBF's ( although I'm using them with no problems in ALL my products ), you can't compare SQL to DBF. not even ADS. [/quote:1xu36l2d] But you forget; ADS IS SQL. [quote:1xu36l2d]SO knowing how to manage a DBF is worthless in order to work with SQL, [/quote:1xu36l2d] With ADS you c...
Choosing SQL database ...
[quote="Adolfo":37huoyyq]I've done incremental searching with Mysql, Paging, Scipting.. and I don't use hundreds of lines.. just ADO features and STANDARD SQL.[/quote:37huoyyq] I strongly doubt of this. Please can you show us how do you make incremental searching using ADO and [b:37huoyyq]standard[/b:37huoyyq] SQL? ...
Choosing SQL database ...
EMG... Preparing a small sample with Incremental search ( and paging if I have time) Give some hours Adolfo
Choosing SQL database ...
Thank you. But please notice that paging has nothing to do with incremental searching. EMG
Choosing SQL database ...
[quote="reinaldocrespo":1i5exakx]Rimantas; I wonder what kind of tests you did that made ads local "slow"... [/quote:1i5exakx] Yes , Reinaldo , it's very slow . And that in network enviroment . At first I did localy at own PC . It seems that will be OK - but here I was running as one user at the same PC ... The...
Choosing SQL database ...
To All I use both ADS for .dbf client\server .. dbfcdx for small single installations .. and SQL Server for 'enterprise' lan\wan applications. I don't think there is 'one size fits all' and depending on your target audience .. DBFCDX in a small lan environment seems to work best for me. I do like ADS .. I still use ...
Choosing SQL database ...
Rick; Well said. For a CIO, it is easy. Go with the most expensive and cover you ass. Run no risks. Who's ever been fired for choosing Oracle? On the SQL list, I'm going to add one more: iAnywhere SQL. Believe it or not, this is the most widely used SQL in the market today. It is imbedded most data apps on mobile ...
Choosing SQL database ...
Hi everyone.. Here you hace a sample on Incremental search with ADO, TADOBASE ( my class, a clone of tDatabase ) and MYSQL. You need to have Mysql ODBC CLient 5.1 <!-- m --><a class="postlink" href="http://dev.mysql.com/downloads/connector/odbc/5.1.html">http://dev.mysql.com/downloads/connector/odbc/5.1.html</a><!-- ...
Choosing SQL database ...
Sorry, but I don't know what to do with your EXE. I stated that you simply can't make incremental searching using standard SQL. If you think different then you have to demonstrate it showing us how to do it. EMG
Choosing SQL database ...
[quote="Enrico Maria Giordano":yp6s1t04]Sorry, but I don't know what to do with your EXE. I stated that you simply can't make incremental searching using standard SQL. If you think different then you have to demonstrate it showing us how to do it. EMG[/quote:yp6s1t04] Enrico.. it's simple.... UNRAR it, you get an EXE...
Choosing SQL database ...
Adolfo; I can't find what to do with an .exe either. I'm sorry. But I'll keep trying in the next few days. Don't be offended, please. Maybe you have some kind of special trick. But I don't think you can do incremental search using good and plain SQL. I don't think there's one single app out there that does it...
Choosing SQL database ...
Reinaldo... Did you get an error message, Does it connect,is there a MSGALERT()... please send me the error.log... If not.. it should be an UPX problem, cause I compress the exe with it... Gonna upload it tomorrow... .. and as I told you.. I USE INCREMENTAL SEARCH WITH ADO AND MYSQL... See my first post referencing...
Choosing SQL database ...
Adolfo, I took a look at your TADOBase class. It seems you are using a recordset so that you can also use methods like skip(). Granted this will work and can be used to do incremental searching. The issue the Enrico was making is that you have to download the entire recordset in order to do incremental searching. Exc...
Choosing SQL database ...
Adolfo, Perhaps I was hasty in my assumption that you were reading the whole database into the recordset. I did see in the New method that the default was to read the entire database. I have looked at your TADOBase class some more and it appears that you are using the LIMIT and OFFSET clauses of the SELECT statement ...
Choosing SQL database ...
Adolfo; I tested the app. Thank you for sending it and for trying to share. I'm not sure if I should answer. I think you are missing the point. Which is ok. I often do myself. But, I’m afraid there might be some readers being mislead about what SQL is good and not so good for. I'll leave it at that. Now, on the sub...
Choosing SQL database ...
Hi all, Adolfo's ADO Incremental sample is working fine here for me. Regards Anser