UDL file

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
robert_cz
Newbie
Newbie
Posts: 2
Joined: Wed Aug 11, 2010 6:26 am

UDL file

Post by robert_cz »

I have a problem with one application that using UDL file as a source to database.
I have installed MDAC2.8 jet4, and changed DLL-s odbc32, odbccp32, oledb32 to native version.
In odbcad32.exe I have created data source with the same configuration like in udl file and it's working.

How to open UDL file for edition in wine (no text file edition)?
Some ideas why it is not working?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: UDL file

Post by vitamin »

robert_cz wrote:How to open UDL file for edition in wine (no text file edition)?
UDL files are plain text files and can be edited with regular text editor.

What's probably not working in your case is UDL information isn't copied into registry.
robert_cz
Newbie
Newbie
Posts: 2
Joined: Wed Aug 11, 2010 6:26 am

Post by robert_cz »

But how to do it?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

robert_cz wrote:But how to do it?
Find where it is (the one you said you added yourself) and do it manually with regedit.
Locked