Displaying 20 results from an estimated 1000 matches similar to: "Java/J2EE DAO/model objects vs. Ruby/Rails model objects"
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
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 May 14
9
IBM UniVerse database adapter for ActiveRecord?
I''m facing a situation where I am going to have to integrate with a
legacy database , specifically the IBM UniVerse database, which is not
*quite* relational. It feels like a holdover from the dark ages of
computing.
Before I attempt writing an ActiveRecord adapter, I''d like to know if
anyone else uses this database and if I''m the only person that needs
this thing. I
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
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
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
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
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003!
Let it be prosperous for both you and me!
Below you see a very short version of my CV as of January 2003
for your kind consideration and update.
Word, TXT, and PDF version of the complete CV are available upon request.
Enjoy the economic recovery!
Make it a great day:
ZAR
=================================================================
ZAR PETKOV,
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
2006 Apr 04
10
Ruby server infrastructure evolution -> app. servers?
All,
Just musing about this whole FastCGI thing (that I hadn''t even thought
of since 1999 when looking at OpenMarket for a customer and even then it
was "old"), and wondering when we might see projects/products that
attempt to provide Ruby application services in a J2EE-like container.
I see the Cerise project - any interesting information on that?
I''m assuming
2006 Mar 28
74
Is this an elaborate hoax/troll?
I sure hope so:
http://duckdown.blogspot.com/2006/03/additional-thoughts-on-why-ruby-isnt.html
Seems like it''s getting genuine rebuttals, though. It''s actually kind
of amusing.
2005 May 13
45
Why Wouldn't I Use Rails
I am starting a large project and still selecting what
framework to use.
Rather than ask brand x what is wrong with brand y, I am
more interested in self confession.
Why would I *not* want to use Rails (compared to Iowa and Nitro).
I posted a synopsis of the project to ruby-talk but will repost
it here if anyone wants it.
xev
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
2006 Jan 17
30
MVC design good/bad
I am curious what you find is good and bad MVC design.
Let''s use the find and find_by_sql methods as examples.
Currently I have these spread out all over the place...
View: here I have some find methods when I am for example populating a
select list with choices in a form.
Controller: here I have the simpler find methods.
Model: here I have the more complicated find methods (usually
2003 Jul 13
3
Memory size
Daer all,
I have the problem. I could not run the regression, because I have always the
warning message "memory.size". from the help 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
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
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
2005 Nov 28
1
cdrecord Error (Permissions?)
List,
Sorry to trouble anyone, a google on my error from k3b lead me to a
permissions issue, but after searching through several of the links
(including a few forums) I've failed to turn up exactly what the
permissions should be or if that is even an accurate solution.
When running k3b I get an error stating that cdrecord did not exit
properly. And k3b will not burn a cd.
Running cdrecord