Search found 270 matches: against

Return to advanced search

Re: Any other encryption system besides Blowfish?

... are using the ACE API, you must make a call to AdsEnableEncryption (for Advantage tables) or AdsStmtSetTablePassword (for executing SQL statements against the table), passing the table name or handle and the password as the arguments to the function call. You need to make one of these calls once ...
by reinaldocrespo
Sat Dec 07, 2013 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any other encryption system besides Blowfish?
Replies: 6
Views: 2116

Re: Major problems with FWH 13.09 / xHb ...

... using the index I seek the first date, then copy over perhaps a couple days of data ( usually far less than 1000 records ). Then the report is run against the temp files. It used to be very fast. Now it can take over a minute to get 2 days worth of data. The DBF's may contain a number of deleted ...
by TimStone
Thu Nov 21, 2013 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Major problems with FWH 13.09 / xHb ...
Replies: 6
Views: 2747

Re: How to rebuild FWH libs

What about rebuild against msvc?

How to replace obj files with lib.exe?

Regards,
Roberto Parisi
by Roberto Parisi
Thu Nov 07, 2013 7:48 am
 
Forum: Utilities / Utilidades
Topic: How to rebuild FWH libs
Replies: 11
Views: 8523

Ribbon drawing

...   oBtn:SetFont(oFuenteS) return nilFunction Mantegen( cData )RETURN MsgInfo(cData )  It has been compiled against the last FW release, downloaded today. I have no idea what I'm doing wrong. ¿Any clue? Regards
by Carlos Mora
Mon Nov 04, 2013 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon drawing
Replies: 5
Views: 1532

Re: xBrowse FillRect ( follow up ) -- Rao

Rao I think your original code will work .. I just can not seem to get this part working .. I was testing your code against my version of the duration array .. all I was looking to test for was if the value of the array element was blank .. I don't think any of the values are nil ...
by Rick Lipkin
Tue Sep 03, 2013 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse FillRect ( follow up ) -- Rao
Replies: 15
Views: 4595

Re: Request for Advice

... and over each time inside the loop. As you probably already know, most SQL injections are aimed at SQLs with substitutions as they just won't work against a parameterized query. This is my parameterized query implementation for ADS: ...      bSave := { || ( !EMPTY( oEncTbl:VarPathNo ...
by reinaldocrespo
Sun Sep 01, 2013 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Advice
Replies: 16
Views: 5347

Re: Request for Advice

... semicolons and then executed. You may refer to these as "SQL scripts". Here is one such (multi-statement) script I'm currently executing against an ADS server. You will find several Inserts, Updates, Merge as well as sql code syntax:   //This sql will fetch and post records from remit ...
by reinaldocrespo
Fri Aug 30, 2013 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Advice
Replies: 16
Views: 5347

Re: CDO Email strange behavoir

... Google is recorded ... even your searches, and cross referenced. The EU is now on the verge of assessing massive fines for privacy violations against them. James, I have Microsoft hosted Exchange accounts. They have a different policy. Its only $4 a month and totally worth the cost. I can ...
by TimStone
Tue Jul 23, 2013 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO Email strange behavoir
Replies: 12
Views: 4436

New FTDN June/Junio 2013 (FWH 13.06)

... by escaping the column names suitable to the RDBMS. However it is not desirable to have column names which conflict with reserved words. To guard against this, the programmer may specify a string to be prefixed to each column name. Example: If cColPrefix is specified as "C_", then each ...
by Antonio Linares
Mon Jul 08, 2013 6:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2013 (FWH 13.06)
Replies: 1
Views: 3206

Re: Reports designers comparison

... properly. For me, I do not want my day to be consumed by technical support calls on errant setups or network privileges .. that does not mean I am against Report Writers or generators .. I am just speaking from my 20 years experience in a very large user setting .. the simpler, the better. Rick ...
by Rick Lipkin
Mon Jul 08, 2013 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reports designers comparison
Replies: 37
Views: 21336

Re: FWH 13.04 / xHarbour Commercial

... my clients saying they were "completely down". You stated that we had to use the current version, and then mentioned you had tested it against the free version. As I pointed out in a post, there is not a "free" version for the xHarbour commercial version. I do get notices ...
by TimStone
Mon Jul 01, 2013 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.04 / xHarbour Commercial
Replies: 28
Views: 8012

Re: XBrowse bEditValid strange behavior

... value of the xbrowse cell and pass it to a function to do something ?? Here is some code using the bOnPostEdit codeblock to check a stock number against an inventory table.. where the variable "v" is the value of the xbrowse cell. Rick Lipkin oLbxB:aCols[3]:bOnPostEdit := {|o,v| ...
by Rick Lipkin
Wed Jun 19, 2013 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse bEditValid strange behavior (SOLVED)
Replies: 4
Views: 1313

Re: Fivedroid on Qt

Antonio, That is a nice idea, but it takes a LOT of time. You are competing against teams of thousands of developers. Frankly, if I had my choice, and you were going to divert your time, I would suggest it be to creating a cloud based system where we could store ...
by TimStone
Wed Jun 12, 2013 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 41584

Re: Fivedroid on Qt

... share is still huge, and much larger than 80% of the Android share ... The other issue is "earnings". Can you make a good living against the competition in the Android Marketplace ? Not everyone will release a big seller.
by TimStone
Tue Jun 11, 2013 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 41584

Re: Converting DBFCDX to SQL (ADO)

... to the school of thought who believe in opening connection once at the beginning of the application and closing at the end and I am seriously against opening a separate connection for each recordset. (a) This approach increases the strain on the server resources and (b) opening a connection ...
by nageswaragunupudi
Mon May 20, 2013 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting DBFCDX to SQL (ADO)
Replies: 21
Views: 6557
PreviousNext

Return to advanced search