Displaying 20 results from an estimated 3000 matches similar to: "Wine+ADODB+PostgreSQL"
2006 Jun 10
2
Help with porting windows app to Linux OS in VMWare
Someone help me. I'll pay.
I need to Port a windows app. written/compiled in Visual Basic 6 that I
developed over to Linux using WINE. I like the OS be installed in VMWare.
Here's what I want. A VMWare file that contains a Linux OS with my
windows App. installed and running correctly under WINE or sometime
similiar.
I like someone who know how to use WINE.
I like someone who know
2006 Mar 28
2
ADODB and SQLServer
Hey Guys,
I''m absolutely stumped by this error. I haven''t seen it during any of my
development, or working in production until just this week.
Randomly, rails app becomes totally inaccessible until I restart the
webserver. I tossed in some custom error messages stuff, so I could get
the client to send me mail when it broke, and this is the error I''m
getting:
2004 Nov 22
1
wiki down ?
im getting:
Fatal error: Unknown function: mssql_get_last_message() in
/var/www/html/tikiwiki-1.8.2/lib/adodb/drivers/adodb-mssql.inc.php on
line 415
to the wiki..
Jason
2009 Jun 24
3
Missing php* packages
Hello,
I am trying to migrate one of our fedora-based servers to CentOS. Our PHP developers doesn't allow us to switch because there are no crucial (for them) php packages:
php-smarty
php-adodb
php-accelerator
It is not acceptable for us to download sources and compile them and repeat the process each time there is a security bug.
Can you recommend any repository which will deliver all the
2010 Jan 10
2
xmlToDataFrame#Help!!!
I'm struggling with interpreting XML files created by ADODB as
data.frames and I'm looking for advice (see attached example file).
Note:
This file contains a result set which comes from a rectangular data array.
I've been trying to play with parameters to the xmlToDataFrame function
in the XML package but I dont get it to extract the data frame.
This is what the result should look
2007 Mar 19
2
Visual Basic Applications
Hello everyone,
First of all, I apologize for my poor English.
I am a beginner with Wine and I am already astonished by the
possibilities given by such a software. In fact, I got a VB application
that I want to use under my Ubuntu Dapper Distrib. This application is
based on the creation of some objects as :
- scripting.filesystem
- scripting.dictionary
- msxml2.serverXMLHTTP
-
2002 Mar 02
0
DCOM und ADODB
hi,
i want to install a program under wine that's written in vb
and uses ado which itself needs dcom. dcom cannot be
installed because rundll32.exe is missing (i try to do this
without installing windows). as far as i understood until
now i must write the dlls to a config file, but i do not
know how and which. has someone already installed ado, dcom
and vb runtime and if how it is done?
2006 Jun 26
1
Rake + SQL Server + Migrations == Errors. Help?!
Hello all,
I''m trying to initialize my migrations against a current database
implementation.
rake db:schema:dump runs without error.
The resulting schema.rb is pasted below, along with my database.yml
Can one of you point me in the direction of enlightenment?
--
------------------------------
Apple MacBook. Black. It''s the new White!
------------------------------
Peter
2008 Apr 29
2
How to install Wine on ubuntu 7.04 or 8.04
Hi All,
I have just installed ubuntu 7.04 on my PC.
My database is on Linux (RHL9) / Oracle 9i.
Now I want to run VB6 applications. Is it possible?
I understand that I have to install
1) Wine
2) mdac27
3) vb6run (vb6 run time)
4) oracle 9i client.
Then run VB6 application.
Please help me step by step, that I have to follow to achieve the goal, with softwares availability.
Thanks
2010 Jan 10
1
xmlToDataFrame#Help!!!#follow-up
Dieter Menne pointed out that the (small) xml attachment didn't make it.
Here is an in-line version (see end of message). Let's hope it works
this time.
I'm struggling with interpreting XML files created by ADODB as
data.frames and I'm looking for advice.
Note:
This xlm contains a result set which comes from a rectangular data
array. I've been trying to play with
2009 Sep 17
1
rsync deletes target files after source drive failure
Hi,
I'm making backups using rsnapshot via cron jobs. Recently the source
drive died. rsync wasn't able to read the source data and subsequently
deleted the target directory. Here is part from the log:
.
.
.
/usr/bin/rsync -avi --delete --numeric-ids --relative --delete-excluded \
--stats --exclude-from=/redgum-backup/emiddel/rsync-excludes \
--rsh=/usr/bin/ssh xxx at yyy:/srcdir
2008 May 09
4
VB6 and wine_get_unix_file_name
Hello,
I'm trying to make a function for using wine_get_unix_file_name in VB6
programs.
Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As
String, ByVal lpString2 As Long) As Long
Public Declare Function GetProcessHeap Lib "kernel32" () As Long
Public Declare Function HeapFree Lib "kernel32" (ByVal hHeap As Long, ByVal
dwFlags As
2006 Feb 27
4
prepared query with RODBC ?
Dear List,
Would anyone know how to perform prepared queries with ROBC ?
I had a shot with some of the internal (non-exported) functions of the package
but ended up with a segfault, so I prefer asking around before
experimenting further...
Thanks,
Laurent
2010 Dec 10
4
How To Run VB6 Appliactions with SQL Server 2000 at back end
AOA
Dear friends we have a Windows 2003 network. I want to run VB6 Applications in Ubuntu 10.10 under Wine. So far I have managed to run the Application by running the exe of the application through Wine but the application cannot access the database which is SQL-Server 2000 and this SQL server is running on Win2003 Operating system and the name of this machine is "webserver" and its ip
2010 Jun 10
1
Rmath.dll importing in VB6 problem
Hi,
I am facing a problem which i think i need to explain it to you with some
background.
I need to use the Project R pnorm function in Visual Basic 6.0.
I have already installed R and this is how i perform and get back the
result:
> pnorm(2, 15)
[1] 6.117164e-39
which is what i need.
I have already installed R, i generated the Rmath.DLL file out so i can
import it into my VB6 and use it.
2005 May 18
0
caci problem in CentOS-4
i installed cacti following the INSTALL file but if i try to view
cacti url it shows this error:
Warning: mb_ereg_replace(): mbregex compile err: premature end of
regular expression in /var/www/html/cacti/include/config.php on line
43
Warning: mb_ereg_replace(): mbregex compile err: premature end of
regular expression in /var/www/html/cacti/include/config.php on line
44
Warning: Cannot modify
2006 May 30
3
RubyODBC bus error under Rails
Hi all,
I''ve got a very obscure problem. We''re trying to get Rails to talk to
Filemaker. So we''ve setup an ODBC dsn and via RubyODBC we''re talking
to it. Excellent. Try it under rails and rails won''t even startup,
getting bus errors anytime we require ''odbc''.
Environment
OSX Tiger 10.4.6
Rails 1.1.2
Ruby 1.8.4
RubyODBC 0.998
via
2007 Feb 06
2
Request for Developement
Dear fellows,
Thank you. Our company engaged in developing Voice conference sofware.Now we are using speex 1.0.5 acm for our sofware.And we are using VB6 for our develpement. We would like to know anybody is intrested in developing VC++ dll which could export encode decode of speex to vb so that we can use it VB6.Our clients would be pleased to invest money for it.
thank you
regards
2010 Apr 23
3
Visual Basic 6 application with MS Access connectivity
Hello,
A visual basic 6 application with MS access connectivity ( to a
local .mdb) has a weird behavior, It just sits there and doesn't show
anything.
OS is Linux ubuntu64, may I ask how to trobleshoot this scenarios ?
How can I trace networking usage, connections, errors, etc of a VB6
application under Wine: wine-1.1.31
thanks,
fabio.
-------------- next part --------------
An HTML
2010 May 25
1
vb6 sp6
I've installed the latest Wine RC and I'm trying to use it to install VB6 SP6. I've succeeded in getting sp5 installed but when I run the sp6 installer I get as far as the agree/disagree button and as soon as I click the "I Agree" button I get the "Visual Studio 6 Service Pack 6 setup was not completed successfully" click OK box.