Displaying 20 results from an estimated 800 matches similar to: "How do I get this app to write to database"
2011 Jun 16
3
trouble with jet40
Hello everybody: I'm trying to install jet40 with winetrick in an Ubuntu 11
(natty) , in a wine 1.3.15
I get this error.
I try downloading the dao360.dll and copying that file in the directory
dao, but I get always the same error.
In winecfg I configure with windowsxp compatibility.
cmateos at cmateos-desktop:~$ sh winetricks jet40
Executing w_do_call jet40
Executing load_jet40
Executing
2011 Mar 08
3
Jet40 engine and I don't get along.
john at john-GA-MA78LM-S2H:~$ winetricks
Executing wine /home/john/.cache/winetricks/jet40sp8_9xnt.exe
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\john\\Temp\\IXP001.TMP\\Jetsetup.CAB"
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with [u][b]error 2[/b][/u]
Install of
2011 Feb 08
5
Need error clarification with winetricks
wine 1.3.13
Executing wine /home/john/.cache/winetricks/jet40sp8_9xnt.exe
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\john\\Temp\\IXP001.TMP\\Jetsetup.CAB"
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2
Install of jet40 done
I get this ole error, and my
2010 Jul 23
9
winetricks jet40 failed reason 2?
Terminal session:
john at john-lynx-lts:~$ winetricks jet40
Executing wine /home/john/.winetrickscache/jet40sp8_9xnt.exe
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\john\\Temp\\IXP001.TMP\\Jetsetup.CAB"
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2
Install
2008 Jul 13
2
Data Access problem?
Running some company specific software, which is an exam/test. It runs fine on Windows OS machines. On Vista machines it requires the addition of the msvbvm50.dll.
The exam has a minimum of two sections of questions, say topic A, and topic B. When installed in WINE, it has required the addition of jet40 and vb5run in winetricks to make the program run.
Running the exam with the minimum 2 topics
2009 Apr 20
7
Trying to make a Delphi database application run correctly
Hello, everybody!
First of all I have to say that I'm already posted this question in another forum:
http://www.delphipages.com/threads/thread.cfm?ID=206179&G=206179
but as I haven't got any response from there I thought that this would be the right
place to ask what I asked there. I really hope to get your help about this because
I am totally new to Linux and I don't know where
2010 Feb 02
2
How do I debug a VB application install?
I'm trying to debug the installation of a Windows app written in VB (I think VB6). Following the troubleshooting guide here, and referencing the app's own install log, I realized some necessary DLLs were missing. Installed them using winetricks mfc42 vb6run mdac28. I checked a working installation on Windows XP for list of installed MDAC components, and I think I've got all the
2011 Feb 01
1
Ecabinets - problems accessing multiple db
I hope someone can point me in the right direction. I have a program called eCabinets that I can install and launch. some of the functions work fine. Others, not so fine.
When I click on some of the functions, I get a "Can not open ecabinets files". and when I close the program I get a message:
DAO exception thrown: You attempted to open a database that is already open exclusively by
2010 Jun 20
2
DIBEngine and gdi32/user32 controls drawing loop performance
Hello,
since I had a poor performance in drawing many buttons and text input fields at the same time into a window with wine, I applied the DIBEngine patch (http://wiki.winehq.org/DIBEngine) that is available for wine 1.1.44 (http://bugs.winehq.org/attachment.cgi?id=27879) to the 1.1.44 version of wine and started my application program that needs to draw many button and text input fields in a
2008 Aug 12
3
Multisim: unable to initialize DAO/jet db engine
Hi all,
I have just tired to install Multisim 9 in wine. The program installs but gives an error 'unable to initialize DAO/jet db engine' halfway through. The program runs fine but there are no components in the component database.
Any help would be much appreciated.
Thankyou
2011 Nov 20
2
DIBEngine: GetDIBits and BitBlt
I am trying to run a Windows app on Mac using Wineskin. The app uses the functions GetDIBits and BitBlt for the purpose of capturing a snapshot of the screen.
The problem is that these functions seem to behave a little different with Wineskin than in Windows. For example:
HBITMAP hbm;
hbm = (HBITMAP) GetCurrentObject(bitmapDC, OBJ_BITMAP);
GetDIBits(bitmapDC, hbm, 0, 0, NULL, (LPBITMAPINFO)
2008 Jun 21
2
Pilot Log Software Installs but Won't Run
I have a PC running Ubuntu 8.04 with Wine 1.0.0 and I am attempting to install Log Book Pro (http://logbookpro.com/). I've attempted the install multiple times, with and without winetricks downloads implemented, but always with the same results. The program installs, opens but has very limited functions that respond (ie the menus/buttons show options but then nothing happens with most of
2009 Feb 14
5
Expect Deadlock!
Running some company specific software, which is an exam/test. Designed for Windows OS machines. On Vista machines it requires the addition of the msvbvm50.dll.
When installed in WINE, it has required the addition of jet40 and vb5run in winetricks to make the program run. The program runs fine, until it works out if the user passed or failed. Fails it reports with no error. When the user passes
2009 Aug 26
1
Winecfg: err alsa could not find PCM playback element
When I first install wine using the default repository in Ubuntu 9.04 and run winecfg I get the following error:
wine: created the configuration directory '/home/bill/.wine'
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:system:SetProcessDPIAware stub!
2006 Apr 13
3
Java/J2EE DAO/model objects vs. Ruby/Rails model objects
In typical Java/J2EE applications, domain model object do not have much
logic, they are basically data holders. It seems to be considered a sin to
put persistence logic in the domain model objects, instead it should be put
a DAO (Data Access Object). I have always thought this seems funny, after
all, what seems more natural/object-oreiented?:
user.save()
or
userDao.save(user)
In Ruby/Rails,
2009 May 10
0
Help w/ Running BF1942 on Puppy Linux
Hey mates! I am currently running Puppy Linux 4.1.2 and I recently installed BF1942 with all the necessary patches. I also have ATI Catalyst support and CS:S is able to run but it has many artifacts on the screen, which makes it unplayable. Although, it is able to run. I'm trying to run BF1942 using the terminal and the output is:
> err:alsa:ALSA_CheckSetVolume Could not find 'PCM
2012 Jan 30
4
DIB Engine
Is the lastes versione of Dib engine included in wine1.4rc??
If not, how i where i can take the copy of the lastes version of the dib engine... I have already controlled http://wiki.winehq.org/DIBEngine and http://bugs.winehq.org/show_bug.cgi?id=421 but i could not find the lastest dib engine version..
Pls need help and sory for bad english! [Rolling Eyes]
2006 Jun 20
1
DAO 3.5 and OLEAUT32.DLL troubles...
Hi,
I'm a Delphi developer.
Using DAO 3.5 (the engine for MS Access 97 databases) and Wine 0.9.15
or 0.9.9 I've got a trouble:
when I launch a query that uses some expressions (ie: "SELECT
Format(...) FROM Customers") the query fails, lamenting that the
function doesn't exist...
(A note that can help: Dao uses VBAR332.DLL or Expsrv.dll module to
evaluate expressions)
The
2002 Nov 04
0
DAO 3.5 Support with Wine
Does anyone know how or what to install to get DAO support with Wine using
SuSE Linux 8.0 ? I am trying to run a application that uses Excel Sheets
containing data that is shown in the application, but without DAO it won't
work :(
I'd be happy if someone can give me some hints on how to solve this problem!
-Eddie
---
Eddie Zikeli
Software Development
Hans G?ntner GmbH
Industriestr. 14
2008 Jul 04
1
Error Number 6 Overflow
installed a (company specific) program few days ago
had been working fine
now giving:
Error Number 6 Overflow
Occured in Sub 'get_results_from_database'
in Module 'frmResults' in project DAO.Field
no other modifications made to wine in the last few days
any ideas why this error should arise now?
any idea how to solve it?
there is a Dao360.dll in /home/user/.wine/drive_c/Program