Displaying 12 results from an estimated 12 matches similar to: "OLEDB not work !"
2007 Dec 04
1
patch for oggz-comment
Hi,
It seems the oggz-comment on your computer has more features than the
one you sent in August :-) Any chance you could send a more recent
copy?
In any case, I've updated the --help output for the -s option, and
also added a manual page with the same info, in
doc/oggz-comment.1.sgml (in svn.annodex.net changeset:3280).
cheers,
Conrad.
On 07/11/2007, Kangyuan Niu
2012 Jul 30
1
why querying Sybase IQ using RODBC returns error ?
Hello,
I am not able to query Sybase IQ database from R using RODBC package.
Check the below code
R> sybaseiq.query <- function (sql, ..., as.is = FALSE)
{
connstr <- "Driver={Sybase
IQ};UID=ajadhav2;PWD=*****;ServerName=PSGSESHR01A_IQ;CommLinks=SharedMemory,TCPIP{host=psgseshr01_iq.sg.csfb.com;port=3051}"
chan <- odbcDriverConnect(connstr)
2010 Mar 30
3
Microsoft.jet.OLEDB.4.0 provider is not registered on the lo
What does this error message mean? what can i do about it?
2011 Aug 03
0
Re: Microsoft.jet.OLEDB.4.0 provider is not registered on the lo
charlo49 wrote:
> What does this error message mean? what can i do about it?
Use winetricks to install MDAC 2.8 and Jet 4.0. One way to do so is to run these two commands:
winetricks mdac28
winetricks jet40
I know I'm reviving an old thread. I had the same problem today and so decided to reply. What software were you trying to install?
2003 Jun 02
1
wine and OLEDB
hi,
I am trying to install a VB accounting app, that uses Oracle DB. The app is running till it reaches DB connection. I installed unixodbc and oracle drivers atfndapl.fnal.gov/~dbox/oracle/odbc and builtin odbc32.dll.
At this point I get an errror,
err:module:import_dll No implementation for ODBC32.dll.176 imported from C:\Program Files\Common Files\System\OLE DB\msdasql.dll, setting to
2007 Mar 19
1
Delphi applications printing bug
Hi,
I'm using Wine 0.9.27 and Ubuntu 6.06.
I've problems when printing from Delphi Apps that use QReport (the
default reporting engine for most Delphi versions), and after some
hacking I've perhaps isolated the trouble:
it seems that Delphi printing over a Canvas works only if I show the
system PrintDialog or the PrinterSetupDialog befor printing, and I
press OK in this dialog:
2014 Feb 04
6
[PATCH 0/3] virt-resize: preserve GPT partitions label
Hi,
attached there are few patches to implement a way to get the label of
GPT partitions (refactoring an existing function and adding a new
daemon API) and using it in virt-resize to restore them when copying
partitions.
Thanks,
Pino Toscano (3):
daemon: parted: refactor sgdisk info parsing code
New API: part-get-name (RHBZ#593511).
resize: preserve GPT partition names (RHBZ#1060404).
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
2010 Sep 02
1
XmlHttpObject
Hello!
Is there a reason why applications using xmlhttprequest don't work?
Simple Delphi code.
Uses comobj;
procedure TForm1.Button1Click(Sender: TObject);
var xmlhttp: variant;
begin
xmlhttp:=createoleobject('MSXML2.XMLHTTP.3.0');
xmlhttp.open('GET', edit1.text, true);
xmlhttp.send();
while (xmlhttp.readystate<>4) do application.processmessages;
1998 Oct 23
1
conflicts() and masked()
>>>>> "BDR" == Prof Brian D Ripley <ripley@stats.ox.ac.uk> writes:
....
BDR> BTW, ... I missed the masked() and conflicts()
BDR> functions of S. Yes, I know I could write one easily, and will
BDR> unless I missed anything in R that does the job.
I've missed them as well.
However, I propose to implement (additionally)
a more DRASTIC
2012 Nov 09
8
method conditional option pattern
When I have this pattern
sign_me(@user, :event => :authentication, :subdomain => subdomain)
how can I write it to avoid sending the :subdomain option if subdomain.nil?
( if possible ..)
sign_me(@user, :event => :authentication #?, :subdomain =>
subdomain unless subdomain.nil? )
--
You received this message because you are subscribed to the Google Groups
2012 Nov 01
41
[Request for review] [RFC] Add label support for snapshots and subvols
From: Anand Jain <anand.jain@oracle.com>
(This patch is for the review/test not yet for the integration).
Here is an implementation of the feature to add label to the
subvolume and snapshots. Which would help sysadmin to better manager
the subvol and snapshots.
This can be done in two ways, one - using attr which is user land
only changes but drawback is able to change the label