Search found 389 matches: mdb

Return to advanced search

Re: Lost connection to MySQL server during query

... desktop that intermittently decides to fail ( perhaps in your situation ) connecting or staying connected to your server .. Using MS Access with .MDB is a great local database for smaller user apps .. and Ms Sql Server for Enterprise applications is FREE for less than 100 users or so and all the ...
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: 12357

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 any specific software for ...
by nageswaragunupudi
Mon Jun 05, 2023 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3792

Re: ADS - The future is <sadly> now so where do you go ?

... integrated xbrowse incremental search using filters ( very fast ) .. also as you can see you can use plain old ansi Sql .. see how I create a new .mdb from scratch using code .. Code .... // Incremental Search#include "FiveWin.ch"#Include "Xbrowse.ch"#include "dtpicker.ch"STATIC ...
by Rick Lipkin
Fri Apr 22, 2022 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2780

Error xbrowse

Buenas hablamos de xharbour. Quiero operar en una MDB, mediante ADORDD y xbrowse. Tengo el siguiente codigo que funciona bien en versiones anteriores function miraregistro()local base:=Publicas:rMDB+"Registro.mdb"local oLbx,oDlglocal ...
by JoseLuis
Thu Mar 31, 2022 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error xbrowse
Replies: 2
Views: 280

Re: Google Analytics and FWH

... you. And I also look inside the Apache protocols. ----------------------------------------------------------------- DBF rocks the web! I used MDB with ASP back when I did more web programming. MDB I always used in DBF way. One MDB for one table. And now thanks to you, we have DBF also on the ...
by Otto
Mon Sep 06, 2021 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Analytics and FWH
Replies: 13
Views: 1732

Re: EasyReport progress?

... a new concept. I develop web application since 1998! EMG I too honestly build web applications at first in 1998 in Asp language (with dbf and with Mdb) which today is no longer fashionable. Today there is the rush to make web applications, after the advent of Wordpress and Woocomerce. Now the whole ...
by Silvio.Falconi
Tue Mar 30, 2021 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8829

ADO y "DATETIME" como obtener SOLUCIONADO

Que tal a todos, buen dia Estoy trabajando con una MDB de ACCES de un reloj checador y tienes una tabla de checadas Esta tabla tiene un campo tipo DATETIME quiero obtener este campo para saber fecha y hora peroooooooooooooo sale en blanco La conexion ...
by VitalJavier
Tue Feb 09, 2021 6:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO y "DATETIME" como obtener SOLUCIONADO
Replies: 5
Views: 476

Re: Imprimir imagen guardada en tabla SQL

Rao I have looked for LONGBINARY in the field selections of Ms Access.mdb and .ACCDB and that data type is not an option ..... http://img4.imagetitan.com/img4/small/23/23_access1.jpg I am using ole object a field to store pictures in Ms Access ...
by nageswaragunupudi
Mon Dec 28, 2020 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imprimir imagen guardada en tabla SQL
Replies: 11
Views: 2449

Re: Imprimir imagen guardada en tabla SQL

Rao I have looked for LONGBINARY in the field selections of Ms Access.mdb and .ACCDB and that data type is not an option ..... http://img4.imagetitan.com/img4/small/23/23_access1.jpg I am using ole object a field to store pictures in Ms Access ...
by Rick Lipkin
Sat Dec 26, 2020 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imprimir imagen guardada en tabla SQL
Replies: 11
Views: 2449

Re: Cambia Dialog (RC) según BaseDato que abra

Había agrandado el dialogo y en el RC quedo con "FONT 8" con oCn := FW_OpenAdoConnection( Factura.mdb ), me mostraba sin error el Dialogo y con oCn := FW_OpenAdoConnection( { "MSSQL", "HPDESA\SQLEXPRESS", "Factura", "", ""} ...
by gdeteran
Mon Sep 28, 2020 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambia Dialog (RC) según BaseDato que abra
Replies: 19
Views: 1823

Cambia Dialog (RC) según BaseDato que abra

... Con MSSQL https://i.imgur.com/xWGLJch.png La diferencia es esta : oCn := FW_OpenAdoConnection( G:\FactNew\Factura.mdb ) oCn := FW_OpenAdoConnection( { "MSSQL", "HPDESA\SQLEXPRESS", "Factura", "", ""} ) Gracias João, ...
by gdeteran
Sat Sep 26, 2020 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambia Dialog (RC) según BaseDato que abra
Replies: 19
Views: 1823

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

Access?
Simply copy mdb/accdb file to a safe place.
by nageswaragunupudi
Sat Jun 20, 2020 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20531

Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0

To All I have upgraded all my Ms Access .Mdb 2003 tables to MS Access 2007 .Accdb. For the most part the transition was to load the Ace Client and a simple connection string change .. however, it appears you can not use the JRO object with the ...
by Rick Lipkin
Tue Jun 02, 2020 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0
Replies: 2
Views: 544

Re: bug FWAdoFieldType [urgent]

Ok, I got xbrtest.mdb from FWH samples.

EMG
by Enrico Maria Giordano
Mon Mar 30, 2020 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug FWAdoFieldType [urgent]
Replies: 18
Views: 1836

Re: Contribución al foro experiencia sobre Bases.mdb

No teste que fiz aqui eu consigo conectar com o BD mas o "select * from table" sempre retorna vazio sendo que tenho 44332 registros o que pode ser ??
by carlos moc
Fri Nov 29, 2019 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Contribución al foro experiencia sobre Bases.mdb
Replies: 4
Views: 1924
Next

Return to advanced search