Displaying 20 results from an estimated 30000 matches similar to: "DAO install problems"
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,
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 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
2009 Jul 23
1
Re: Multisim: unable to initialize DAO/jet db engine
wine ./Desktop/Jet40SP8_9xNT.exe
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\windows\\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
I install multisim and do all what was write in this topic. But multisim not work. p.s. sorry for
2006 Feb 15
0
setup program doesn't find extracted dll
Hello to all,
i'm trying to install the german tax software "Tax@2006".
using: wine 0.9.5 on ubuntu 5.10
I type "wine z:/setup.exe" (z = wine's dos-device cdrom).
the follonwing steps follows:
- Splash Screen "Buhl Data"
- Installshield preparing installation...
- Installshield starts, but brings a Popup:
- Message: "Failed to extract
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
2005 Feb 22
0
unsucribe
>From: wine-users-request@winehq.org
>Reply-To: wine-users@winehq.org
>To: wine-users@winehq.org
>Subject: wine-users digest, Vol 1 #2023 - 12 msgs
>Date: Tue, 22 Feb 2005 02:26:01 -0600
>MIME-Version: 1.0
>Received: from wine.codeweavers.com ([198.144.15.226]) by
mc1-f4.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 22 Feb 2005
00:34:01
2024 Mar 31
0
ANNOUNCE: GnuCash 5.6 Released
The GnuCash development team announces GnuCash 5.6, the seventh release in the stable 5.x series.
Between 5.5 and 5.6, the following bugfixes were accomplished:
Bug 798946 - start/end of current/last quarter have off-by-one error
Bug 799093 - Cannot reconcile since v5.4
Bug 799179 - SLR won't allow change from "Reminder" to any other state
Bug 799210 - Bad encoding
2005 Nov 09
1
Amateur Radio/FCC and the "none" encryption option
Is there an easy way to get the "none" option back into OpenSSH? In
order to do TCP/IP over amateur radio in the U.S. (and most other
countries) we must not use encryption to obscure the meaning of our
info, but we are allowed to use authentication to set up the links.
This means we need normal authentication but we need the "none"
option back in OpenSSH in order to use it
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
2009 Jun 28
1
How do I get this app to write to database
Hi,
I've been trying to install this app: http://www.albumplayer.com
"www.albumplayer.com" in WINE
In Crossover it runs fine, but unfortunately not in WINE
Albumplayer started to work with a new graphical engine
http://www.graphics32.com www.graphics32.com in the latest beta releases
(5.1)
and this isn't supported by crossover and it's likely not to be supported
soon.
2003 May 15
0
Copy program from win partition
Good morning,
Is there any way to copy the files of a intalled program in win
partition to ./wine/fake_windows/ in a linux partition?
The reason is that:
If wine is configured to use win partition this program works, but
veeeeery slowly.
It can_t be isntalled it in fake_windows. So I tried to copy the files
that it installed in win partition to linux partition, but I don't know
how make key
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
2009 Apr 30
1
odbcConnectAccess function
HI:
Is it possible to use the RODBC package within MS Access. I have been using from R but was just wondering if it could be used along with R(D)COM. Something like this:
Dim dbs As DAO.Database
Dim rst As DAO.Recordset
Dim myApp As StatConnector
Set myApp = New StatConnector
myApp.GetErrorText
myApp.Init "R"
myApp.EvaluateNoReturn "library(RODBC)"
myApp.EvaluateNoReturn
2007 Aug 31
2
Microsoft RTAudio
Hello Ivo:
One more from me and I suppose a retort by you
and that's it ... no flame war please. Let's see
if we can keep this discussion objective.
I've had enough life experience to have seen and
heard the mistakes you've made many times. Point by point:
* This is a tech list that I joined a number
of years ago because of a serious intent to use
the Speex product in my
2011 Aug 02
4
[Dragon Age Origins] Official DLCs "Unable to load area"
I have a Steam version of DAO + Awakening and have had no troubles with it up until now when I've bought some DLCs from official bioware store.
For any DLC I bought I'm getting "Unable to load area" error right after character creation or importing (or, in case of "Leliana's song" --- right after "Play" is pressed in "Other campaigns" menu). Its
2009 Jul 31
0
Upgrade fm 4.7 to 5.3: mptscsi module?
First issue: I did an upgrade from 4.7 to 5.3 on an HP DL380G3 box.
I got yum working again and upgraded 160+ packages. During that
process I saw:
-------------------------------------------
Installing : kernel-PAE [157/322]
WARNING: No module mptscsi found for kernel 2.6.18-128.2.1.el5PAE, continuing anyway
Installing : kernel [158/322]
WARNING:
2009 Aug 04
2
Python 2.4 64-bit problem w/CentOS5.3?
I'm getting this on two XF_64 systems by running "yum update" today.
Perhaps Python 2.4 is missing some lib64 libraries?
--> Running transaction check
---> Package python.x86_64 0:2.4.3-24.el5_3.6 set to be updated
---> Package tkinter.x86_64 0:2.4.3-24.el5_3.6 set to be updated
--> Processing Dependency: /usr/lib64/python2.4 for package: libxslt-python
--> Processing
2006 Feb 15
0
Testing problems in Rails
Hello, everyone.
I start using Rails to develop a little project and I have some concerns
while I''m practising TDD.
* In rails, it seems very common to functional testing contoller without
unit testing it, and the unit tests and DAO tests of models are mingled in
the "unit test" of model under test/model. I used to seperate the unit tests
and DAO tests because in unit tests we