Search found 155 matches: jet

Return to advanced search

Re: FW_DbfSqlQuery GROUP BY no funciona

Syntax of SQL Query has nothing to do with FWH function. It is for the programmer to know the correct syntax of SQL supported by Jet OLE/ACE ole Normally GROUP BY clause is used for Aggregate functions. Example: SELECT STATE,SALARY FROM CUSTOMER GROUP BY STATE ORDER BY STATE Some Databases ...
by nageswaragunupudi
Mon Feb 26, 2024 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 202

Re: DBF . Commit

... and without the overhead of an SQL server. Especially for beginners who come from HTML but also need some database functionality - just like the Jet(access) engine users back in the day on the WEB - would be a big target audience for us. But unfortunately, the view here is MVC and SQL. I agree.
by Enrico Maria Giordano
Mon Oct 23, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: DBF . Commit

... and without the overhead of an SQL server. Especially for beginners who come from HTML but also need some database functionality - just like the Jet(access) engine users back in the day on the WEB - would be a big target audience for us. But unfortunately, the view here is MVC and SQL. One more ...
by Otto
Mon Oct 23, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: DBF to Excel Sheet, without Excel, using ADO ?

... you. Now. For this quick test, you have used ACE. We know ACE is to be installed by the user and is not installed by default. So, I tried with Jet OLEDB. This created ".XLS" file. That is great too. We can now try TRY   use ACECATCH   TRY      use ...
by nageswaragunupudi
Tue Aug 15, 2023 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2582

Re: Lost connection to MySQL server during query

... ) static saProviders := { ;{ "DBASE",    "OLEDB", { "Microsoft.ACE.OLEDB.12.0", "Microsoft.Jet.OLEDB.4.0" }, "Extended Properties=dBASE III" }, ;{ "MSACCESS", "OLEDB", { "Microsoft.ACE.OLEDB.12.0", ...
by Rick Lipkin
Fri Aug 04, 2023 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12383

Re: Acceder a dbf mediante ado

No driver or provider need to be installed for using DBFs without FPT files. The default Jet OLEDB provider that comes bundled with Windows OS is enough. FWH ADO functions take care of everything for you Establishing a connection. oCn := FW_OpenAdoConnection( foldername ...
by nageswaragunupudi
Thu Jul 27, 2023 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acceder a dbf mediante ado
Replies: 6
Views: 380

Re: Fivewin and ADO

... For this reason, you want to use ADO. That is fine. If we confine our application to "*.xls" files only, this is very simple. With Jet OLEDB that is installed by default on alll PCs your application will run fine without any problems at all on all PCs whether Office is installed ...
by nageswaragunupudi
Sat Jun 10, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: Fivewin and ADO

there seems to be NO "Microsoft.ACE.OLEDB.12.0" on Microsoft Windows [Version 10.0.25387.1] (latest Canary Version)


Jet OLEDB comes bundled with Windows OS.
If we want to use ACE provider, we need to download and install it.
by nageswaragunupudi
Fri Jun 09, 2023 2:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: Fivewin and ADO

... on your disk, using this single line code: XBROWSER GetExcelRange( cExcelBookNameFullPath ) Function FW_OpenADOExcelSheet() uses ADO using Jet or ACE OleDB provider and Function GetExcelRange() uses Excel Ole.
by nageswaragunupudi
Thu Jun 08, 2023 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: Fivewin and ADO

but ADO is not "on-Board" in Windows. By default, every Windows OS comes with Jet OLEDB. This OLEDB supports ADO with DBase and mdb files with MSAccess and Excel. We do not need to install anything else. We can try this code, without specially installing ...
by nageswaragunupudi
Mon Jun 05, 2023 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: dbase III/IV file encrypted

Ok, but i just want to use the dbf with an old VB6 program that uses a JET connection like this "Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties=dBase IV;Data Source=" I suppose that i must change the encrypted flag in dbf file header in some ...
by lorenzoazz
Sat Jan 29, 2022 9:32 am
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1146

Re: Unattended creation of .pdf .. resolution problem -- Rao

First thing I'd investigate is the default printer on each computer. I had a similar problem some years ago and if I remember well it was due to differences between printers ink jet/laser, portrait vs landscape etc. Unfortunatly I can't recall ATM.
by ADutheil
Sun Sep 19, 2021 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended creation of .pdf . resolution problem -- RESOLVED
Replies: 9
Views: 1290

To Nages: oprn:Box

... do not have the printer at home while this morning at school I realized that something was wrong and the computer is equipped with an HP printer (jet Ink) how could I solve the problem? I did this at home with the virtual preview ie without the printer https://i.postimg.cc/wByNrmv3/creatodame.png ...
by Silvio.Falconi
Wed Oct 28, 2020 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: oprn:Box
Replies: 0
Views: 267

Re: New FTDN June 2020 (FWH 20.06)

... [lHeaders := .t.] ) --> objeto AdoConnection - Es posible abrir archivos xls en todos los equipos usando el proveedor predeterminado de Jet Ado. Para abrir archivos xlsx, xlsm, xlsb, el proveedor Microsoft ACE.OLEDB.12.0 debe estar instalado en el equipo. Esto se puede hacer instalando ...
by Antonio Linares
Sat Jul 11, 2020 5:26 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1340

New FTDN June 2020 (FWH 20.06)

... cFileXLS, [lHeaders := .t.] ) --> AdoConnection Object - It is possible to open xls files on all computers using the default Jet Ado provider. To open xlsx, xlsm, xlsb files, Microsoft ACE.OLEDB.12.0 provider must have been installed on the computer. This can be installed ...
by Antonio Linares
Thu Jul 09, 2020 9:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1340
Next

Return to advanced search