Search found 16 matches: udl

Searched query: udl

by byron.hopp
Wed Oct 30, 2024 8:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 1635

ADS Question

... server on my local for testing. When I install OLEDB for 32, and 64 I see in the driver in the Uniform Data Link dialog (take an empty file with a UDL extension and from command 'start myfile.udl'), but if I attempt to use the " oDataLink := CreatObject('DATALINK')", and then oDataLink:PromptNew ...
by
Wed Jul 08, 2020 11:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda con Mysql
Replies: 11
Views: 2356

Ayuda con Mysql

Hola gente, buen día, necesito ayuda para conectarme con mysql.

Instale mysql, workbench, el driver y logré con el UDL generar la cadena de conexión.

El tema es que cuando quiero conectarme con ADODB no logro conectarme, tambien tengo instalado en otra pc sqlexpress y la conexión funciona perfecto ...
by byron.hopp
Mon Jul 31, 2017 4:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile, cGetFile32 Incremental Search
Replies: 1
Views: 583

cGetFile, cGetFile32 Incremental Search

All,

I am using both cGetFile, and cGetFile32 and pass it "ADO Udl File |*.auf", and the files displayed are restricted to the ".auf" extension, but the files listed in the incremental search include ".mdb" files as well, it does not however include "*.ldb" of which these type files exists. Is there ...
by Joaquim Ferrer
Fri Feb 26, 2016 8:14 am
Forum: FiveWin para Harbour/xHarbour
Topic: Existe Algun Libreria o RDD para Paradox
Replies: 6
Views: 879

Re: Existe Algun Libreria o RDD para Paradox

... volver a 'lidiar' con esto.

He realizado, lo siguiente

1) Crear origen de datos, llamando a Odbcad32.exe
2) Crear un fichero vacio, con extension UDL (gracias @TheFull) y vincularlo al origen de datos anterior
3) Ejecutar el siguiente test, es importante en la SELECT hacer referencia a la tabla ...
by thefull
Sat Jul 26, 2014 9:08 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Documentación de las funciones ADO de FWH
Replies: 14
Views: 6597

Re: Documentación de las funciones ADO de FWH

Desde mi lugar de vacaciones, truco para saber cualquier cadena de conexión;

1) Crea un fichero , por ejemplo, notepad conexion.udl
2) Guárdalo tal cual.
3) Double Click o lo llamas de desde la linea de comandas , tal cual, conexion.udl

Esto te abre todos los tipos de conexiones que tienes en un ...
by byron.hopp
Mon Aug 26, 2013 4:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: ¿ ADO String Connection SQL Server ?
Replies: 6
Views: 1539

Re: ¿ ADO String Connection SQL Server ?

You all my know this but:

Create a file on the hard drive with an extension of .udl

From the command prompt:
Type "copy con MyConStr.udl"
Press F6 to create the empty file
Type "Start MyConnStr.udl"
The UDL data wizard appears.
Answer the questions and press the test button to make sure it works ...
by Rick Lipkin
Wed Mar 27, 2013 12:44 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Instalacion necesaria para conectar a Oracle 11g
Replies: 15
Views: 6149

Re: Instalacion necesaria para conectar a Oracle 11g

... miss this part, you will get an error saying the OraOLEDBpus11.dll could not be found.

To test…

Create a text file on your desktop called “Test.udl”. Double click on the file and it should open the “Data Link Properties”, move to the “Provider” tab and then select “Oracle Provider for OLE DB ...
by thefull
Tue Oct 12, 2010 6:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con Oracle
Replies: 19
Views: 4951

Re: Empezar con Oracle

Create un fichero vacio con el notepad con extesion UDL

Haz doble click. Magicamente te saldrá para para conectarte. Rellena los datos donde te vas a conectar, puedes probar desde ahi que funciona.
Ahora, guardalo, edita el fichero con el notepad, y verás la cadena que tienes que usar
by sajith
Tue Mar 10, 2009 2:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to make ConnectionString with UDL in Mysql
Replies: 0
Views: 200

How to make ConnectionString with UDL in Mysql

can some one help me to make a Mysql connectionstring with UDL
Thanks in Advance
Regards,
Sajith
by xVar
Thu Jan 29, 2009 10:26 am
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 3427

Re: Getting starting. (I needbit of help :)

Thanks Antonio!

I try this way, but udl.ch get errors when I compile. Now I look seek for complet SDK kit .

If I try use dll in this way:
UdlOpen() AS BOOL LIB "UDL.DLL"

Application is run, but not unswer and not in task list.

Another application that use this hardware (I have one demo ...
by Antonio Linares
Sun Jan 25, 2009 12:11 pm
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 3427

Re: Getting starting. (I needbit of help :)

... use static linking writting a C function for it.

Please add this code to your main PRG:

#pragma BEGINDUMP

#include <hbapi&#46;h>
#include <udl&#46;h> // if you have it

HB_FUNC( UDLOPEN )
{
hb_retl( UdlOpen() );
}

#pragma ENDDUMP

Also you need to create an import lib from the DLL this ...
by Antonio Linares
Sat Jan 24, 2009 5:28 am
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 3427

Re: Getting starting. (I needbit of help :)

Andrej,

> I have UDL.DLL from hardware distributor. But my application is not run:(.

Do you get a runtime error ? Does the application starts ?

Is it a DLL for Pocket PC (ARM architecture) or for PC (x86 architecture) ? PC DLLs can't be used on a Pocket PC. You need a special (ARM) DLL for the ...
by xVar
Thu Jan 22, 2009 10:42 am
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 3427

Emulator is ready...

I starting ... Well.

Have a litle problem with dll examles. (not start).

After I make a litle application like :

// using UdlApi DLLs

#include "fwce.ch"
#include "dll.ch"

#define MB_ICONINFORMATION 0x40

function Main()

local oWnd


DEFINE WINDOW oWnd TITLE "DynDLL"

@ 9, 2 BUTTON "DLL ...
by Antonio Linares
Wed Aug 27, 2008 7:28 am
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 101384

MS Access

... to Excel, to
HTML, Access to DBF, Custom 'explorer/html like' dialogs with animated GIF's or music to enjoy during long
processing, complete UDL creation and editing, links for reports.... the list goes on. But in the meantime, my
FW EXE is the same size. In fact I am working on a Winbatch ...
by jose_murugosa
Sun Mar 02, 2008 1:58 am
Forum: FiveWin para Harbour/xHarbour
Topic: DBU DE CLIPPER
Replies: 11
Views: 5703

... supported by xharbour including collations, with RDD and ADO conections. New filter system added.

Now you can define your own connection in a udl file.

User can define and save filter with related tables.

supports:
LIST {''XHarbour RDD - DBFNTX'',;
''XHarbour RDD - DBFCDX'',;
''XHarbour ...