Displaying 20 results from an estimated 82 matches for "daos".
Did you mean:
dags
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,
2008 Dec 06
5
Could Not Locate Entry For HAL.DLL In Setup Log
I am very new to using WINE. I have installed WINE 1.1.9 with my 64 bit Ubuntu 8.10 system and gotten one Windows game to work just fine. Perfect, in fact.
Now, I am trying to help a friend of mine, who wants to switch from Windows to Linux in his business. He has one Windows application, necessary for business purposes. I am hoping to find a way to get it to work with Linux, using WINE. It
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
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
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
2001 Feb 19
0
DAO install problems
Hi folks,
I am trying to run a german tax application (which sadly enough
is only available for Win). I need the DAO package for that
but run into errors when trying to install it. I get lots of
Popups saying "Couldn't find dll". Also there is a line
in standard error which reads something about importing type libs
not supported.
Is there anything I can do about this or help in
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
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
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
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
2002 Aug 12
1
Experimental Design
Hi everyone,
Does R support DOE (design of experiment) matrix generation? I want to do DOE matrix generation using fractional factorial and central composite but don't know if R has some package for doing them. If yes, then what package or function should I use?
Thank you so much in advance
Hien-Trinh Dao
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
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
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.
2008 May 06
4
[PATCH] fixup 3dnow! support
qemu recently added support for 3dnow instructions. Because of
that, 3dnow will be featured among cpuid bits. But this will
break kvm in cpus that don't have those instructions (which includes
my laptop). So we fixup our cpuid before exposing it to the guest.
Signed-off-by: Glauber Costa <gcosta at redhat.com>
---
arch/x86/kvm/x86.c | 22 ++++++++++++++++++----
2008 May 06
4
[PATCH] fixup 3dnow! support
qemu recently added support for 3dnow instructions. Because of
that, 3dnow will be featured among cpuid bits. But this will
break kvm in cpus that don't have those instructions (which includes
my laptop). So we fixup our cpuid before exposing it to the guest.
Signed-off-by: Glauber Costa <gcosta at redhat.com>
---
arch/x86/kvm/x86.c | 22 ++++++++++++++++++----
2018 Apr 29
1
formating DVR-RW
On Sun, 29 Apr 2018, Thomas Schmitt wrote:
> Michael Hennebry wrote:
>> The last time I use it [K3B], , it crapped out after writing,
>> but before finalizing.
>
> Sounds like a growisofs problem.
>
> If it was with unformatted DVD-R or DVD-RW media, does it resemble this
> error ?
> https://bugzilla.redhat.com/show_bug.cgi?id=810483
>
> Any message from
2003 Jul 13
3
Memory size
...file I learned that it is possible
to increase the memory size, but I did not undestand how could I do it. Could
you please explaine it to me. I would be very grateful for it.
The second question: I obtained from the regression the coefficient "6.003e-3"
and "0.0345e+3". What daos it mean?
Thanks a lot,
Silika
2010 Jul 22
4
Dragon Age Origins Awakening
I have managed to install DAO:Awakening. It is working in the sense that you can get into the game and play the game but a lot of item text is missing. For example, many new items have no description and appear in my inventory as gxa_im_(code) . Also I have unlocked battlemage by buying the book, however I cannot level up as battlemage, I cannot click the specialization button, nor does any text
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