Search found 29 matches: acess

Searched query: acess

by vilian
Fri Jul 19, 2024 11:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 7930

Re: Dbf/cdx to sql changing

... you're looking at this for a wrong way. Trying to use MariaDb/MySql as a DBF never will bring good results.
I have moved from ADS/DBF to MySql in 2016 and my only regret is not have done this before. Now i program less, many things MySql does for me and My customer can acess its data from anywhere.
by nageswaragunupudi
Tue Feb 08, 2022 6:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 2657

Re: Problem with SQL Native

Raw,

I tried to run your example but returned the error: 1045 Acess denied for user 'sql7148817@'189-46-180-40.dsl.telesp.net.br (using password: YES).

Thanks
I see your FWH version (18.02) is very old.

In my sample program, please replace the line
   oCn   := FW_DemoDB( 6 ...
by ORibeiro
Mon Feb 07, 2022 4:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 2657

Re: Problem with SQL Native

Raw,

I tried to run your example but returned the error: 1045 Acess denied for user 'sql7148817@'189-46-180-40.dsl.telesp.net.br (using password: YES).

Thanks
by gdeteran
Fri Sep 25, 2020 10:14 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Cambia Dialog (RC) según BaseDato que abra
Replies: 19
Views: 2687

Cambia Dialog (RC) según BaseDato que abra

... se muestra perfecto, uso MSSQL y cambia totalmente.
Lo tengo definido en RC.
Si alguien me puede ayudar se lo agradezco de antemano.

Con Acess
https://previews.dropbox.com/p/thumb/AA5GwBBbEn_bdqtY94Z8kG9SDXfEhveKe1L7VKvUzBt9oeYd_TXZfnP-tdDRtzYf5v4SuttheS0asa ...
by MOISES
Sat Jun 20, 2020 2:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 24281

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

Yes, in case of network use or a transaction.

The ideal is that Ado funcion would work with MySql, mssql, acess, etc as the rest of your great ado funcions.
by nageswaragunupudi
Thu Mar 19, 2020 2:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bug FWAdoFieldType [urgent]
Replies: 18
Views: 2629

Re: bug FWAdoFieldType

MOISES wrote:Hi,
but should be T in Access.

What is the field type in Acess for Only Date in Access? Field type that does not contain time part?
If a programmer wants to store only Dates what field type he has to choose other than DateTime?
by toninhofwi
Fri Aug 11, 2017 11:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Advantage database server with database folder hidden
Replies: 4
Views: 754

Re: Using Advantage database server with database folder hidden

Hi, please, try with ARC32, ARC have full acess and can exploit bad things.

regards,
by lucasdebeltran
Tue May 19, 2015 7:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 524403

Re: ADO RDD xHarbour

... oRecordSet:Update() at ADO_PUTVALUE( nWA, nField, xValue ).

For filtering, maybe in tRecSet class there is a method.

Remember, once you work with Acess you will be able to work with the rest of rbdms, including MySQL. Opposite is not true, as mysql has own functions not supported by ADO.

Also, for ...
by AHF
Mon Mar 23, 2015 8:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 524403

Re: ADO RDD xHarbour

Antonio,

I dont understand it.
As I said before I dont know nothing about rdd specs and the way of working.

I define #define WA_LOCKLIST 22

Cant we do with dbrlocklist something like

aADOFunc[ UR_LOCK ] := (@ADO_LOCK())

Then I would have acess to my locklist array.
by AHF
Tue Feb 25, 2014 9:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ads encryption
Replies: 0
Views: 393

Ads encryption

... works ok.
The problem is now with crystal reports 11 because I dont know the connection property in order to pass the encryption password to acess tables and records from crystal reports.

The connection is made through adsodbc driver

Does anyone knows how to solve this.

Any help its welcome
by Silvio.Balcony
Sun Jun 05, 2011 9:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Google calendar
Replies: 0
Views: 324

Google calendar

Hi All

Any Idea hoiw i can acess googlecalendar

TX
by hag
Fri Jan 14, 2011 7:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Coloring a line Solved. Now coloring an individual cell
Replies: 15
Views: 5143

Re: Coloring a line Solved. Now coloring an individual cell

James thanks for the good advice. And code. The code that you want to reduce was suggested by you many years ago. :D
But as life goes on we hopefully get better.
You do me sometimes.


An clue how i can color a cell. Always get bound array acess.
by hag
Thu Jan 13, 2011 4:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Coloring a line Solved. Now coloring an individual cell
Replies: 15
Views: 5143

Re: Haveing trouble coloring a line in an xbrowse.

Roa tried both of your recommendations ...always a bound array acess error on that line of code.
Here is the error. Maybe it will help.

Error occurred at: 01/13/11, 08:43:25 Error description: Error BASE/1132 Bound error: array access Args: [ 1] = A { ... } [ 2] = N 3

I ...
by hag
Thu Jan 13, 2011 6:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Coloring a line Solved. Now coloring an individual cell
Replies: 15
Views: 5143

Re: Haveing trouble coloring a line in an xbrowse.

Roa maybe you can help me color a cell.
This is the code using xbrowse.

I get a bound array acess error.


//No array is declared // color cell...I want to color third column on a recored. FixFlag1() finds the record.oBrw:aCols[3]:bClrstd := {||If(fixFlag1(),CLR_BLACK,CLR ...
by PeterBaga
Wed Feb 10, 2010 5:47 pm
Forum: FiveWin para Pocket PC
Topic: Como Fazer um Browse a um array vazio?
Replies: 2
Views: 944

Como Fazer um Browse a um array vazio?

... oEnc action { oEnc:End() }ACTIVATE WINDOW oEncReturn nil

Este Codigo com xBase funciona bem, mas como FWPPC da o seguinte erro:
Bound error acess Args:
[ 1] == A {.....}
[ 2] == N 1
Não posso iniciar um browse com um array empty????
Obrigado por qualquer ajuda. Seria muito util....