similar to: Firebird 2.1 and Wine under MANDRIVA

Displaying 20 results from an estimated 200 matches similar to: "Firebird 2.1 and Wine under MANDRIVA"

2016 Apr 05
2
Specifying path to a windows server
Windows 7 (local computer) Windows server (server I am trying to reach) I need to read a file whose windows path is of the form \\Theserver\mydirectory\data.csv You will note that as per windows standards the server name is preceded by two backslashes. I am not sure how to specify this in R. One usually needs to specify an escape characters in a path new which would suggest my path should
2011 May 31
1
how to tell if two file paths refer to the same file
Does R have a standard function that takes two file paths (e.g., "./myDirectory/file" and "myDirectory/file") and returns TRUE if those paths refer to the same file? The paths make take different routes ("absolute" or relative paths or via different symbolic or hard links) to the same file or may use different naming conventions (Windows or DOS 8.3 on Windows). If
1998 Nov 25
1
Mounting NT File System from a IRIX machine.
Hello Everybody ! We have a LAN network consisting mostly of Win NT machines, with a couple of Win 95 boxes and a IRIX-based Samba server. Is there a way that i can mount the file system of a NT box onto my IRIX box ? Can i write directly to a NT box from IRIX box ? Do i require NFS for that ? Thanks in advance ! Kanchan Shere, Flash Graphics Pvt. Ltd., India.
2007 Apr 13
1
directory/filename completion
I've noticed something recently in R-beta that has changed since R 2.4.1 and I'm not sure if it's a readline problem or an R problem. I am on a Linux FC5 system and in R 2.4.1 I could do load("my-directory/ and then hit TAB and it would list all of the files in 'my-directory', after which I could start typing the beginning of the file, hit TAB again, and it would
2005 Apr 05
0
short preserve case = no
Hi It appears that short preserve case = no is not working. I?m using (samba 3.0.13 on fedora 3): mangled names = yes case sensitive = auto default case = lower preserve case = yes short preserve case = no That should, as I understood from man pages, create newer (8.3 names) files in lower case. So ROB.TXT should be saved as rob.txt at the samba server. But this is not
2009 Sep 09
0
Samba update 3.0.14a to 3.2.5 -> machine needs unix account!?!
Hi list, i've updated from 3.0.14a to 3.2.5 using a PDC-LDAP-setup. With 3.0.14a the "Primary Group SID" value was taken from LDAP's machine account entry. #pdbedit -Lv machine$ -d 10 ... ... smbldap_search: base => [o=mybase], filter => [(&(uid=machine$)(objectclass=sambaSamAccount))], scope => [2] init_sam_from_ldap: Entry found for user: machine$
2012 Nov 21
1
about index speed of xapian
hi, i use xapian to index a txt file, it's size is 268M. i take each line as a document, and each line has two field like 13445511 | 111115151. the recored size is 10000000. the XAPIAN_FLUSH_THRESHOLD set 1000000. it takes 1026544ms to index the file, it is more slower than lucene. The lucene speed is about 40000 records per second. code: try { Xapian::WritableDatabase
2019 Feb 19
0
samba 4.8x problem
On Tue, 19 Feb 2019 11:37:43 +0300 barış tombul via samba <samba at lists.samba.org> wrote: > Dear all, > > We are using samba domain and i upgraded the samba from 4.7.9 to > 4.8.9. With the old version, people in our domain can view and can > share the folders without asking password and the people that out of > the domain can view and shared the folders with >
2007 Aug 23
4
Automatically running a script on Samba PDC when Windows user changes his password
Hello, I've installed a Samba 3 PDC using LDAP authentication, along with the smbldap tools, on Ubuntu GNU/Linux. Everything works fine and (XP Pro) Windows clients can join my domain. I would like Samba to automatically run a (home made) script on the PDC server when the user changes his password on his machine in order to update it on other servers (for instance our mail server uses another
1999 Jun 17
1
The samba recycle bin clarified
> Unless I am wrong, the "Recycle Bin" works only on LOCAL drives. Alas it does. But users don't know that and shouldn't be expected to understand the subtleties of operating systems, that's our job. In their world, when they use Windows or MacOS, a trashcan exists and should exist on servers as well. > Like Jonathan Kelly, I mirror network drives at night to a backup
2009 Apr 22
3
Bzip2 Compress directories
Hi, How do you get bzip2 to compress directories? Thanks James -- http://www.astorandblack.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090423/f75f4621/attachment-0002.html>
2007 Jan 13
0
problem with adding firebird/interbase support to PHP5
Hi, I'm using CentOS since 4.2 on my server. Now, I need to add support for firebird to PHP. I've installed PHP5 from Centos-contrib or Centos-plus. The firebird2 was installed from sources (./configure && make && make install). I tried to add "--with-interbase=shared,/usr/local/firebird" to php.spec but it doesn't work :(. Can you please help me howto add
2006 Apr 12
0
supporting migrations in firebird
Hi, I''m interested in getting migration support avaliable to the firebird database. Is there anyone actively working on this? If so what''s the status? If not what can I do to help and where should I start? Thanks, Todd -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Sep 04
0
Firebird adapter - updated info
For anyone testing the Firebird adapter (or interested in doing so), I updated the instructions on the wiki with a simpler, improved test setup. Click "See changes" on the bottom of the page for details on what changed: http://wiki.rubyonrails.com/rails/show/Firebird%20Adapter Also... I hear that some people actually use Windows as a development environment (perhaps due to factors
2010 May 18
0
Accessing firebird with port
Hi, I access a Firebird database in a Delphi app with IBX, this works: apollo:/gdb/test.fdb but if I specify a port number: apollo/3051:/gdb/test.fdb it can not connect, it says: unable to complete network request to apollo, any idea how to make this works? Thanks
2010 May 18
1
using firebird 1.5 client
Hi, in my directory: test.exe gds32.dll - from Interbase 6 this works, but if I put GDS32.DLL from Firebird 1.5: test.exe GDS32.DLL the program test.exe has encountered a serious problem and needs to close. any fix to this? Thanks, Angelo
2011 Jun 09
0
Delphi 7 + Firebird SQL - Application
Application created in Delphi 7. It connects to a database created with Firebird. The required dll are in the application folder and if necessary are copied to the System32 folder. The dll's needed are: midas.dll fbclient.dll gds32.dll dbexpint.dll Operating system where you want to run: 11.04 Ubuntu - Linux Kernel 2.6.38-8-generic 2.9 GB memory - Intel Core Duo T6400. Error reporting:
2006 Feb 27
1
PHP + firebird
Hi all, I have a centos 4.2 with apache. I need allow a php site access the firebird DB. How can I do this? -- ===================== Marcus Tulio T. Carvalho Telemacro Sistemas e Servi?os ===================== -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060227/77897304/attachment-0001.html>
2004 Jan 26
0
Trouble with HTML search engine & Mozilla Firebird
I'm having trouble with the HTML-based search engine, and I'd be grateful for any advice. I am using Mozilla Firebird 0.7 on Debian 3.0 with R 1.8.0. (I've also had the trouble with Mozilla Firebird 0.6 on Debian 3.0. I also use Mozilla Firebird 0.6 on Windows XP, and I have no trouble with the HTML-based search engine.) When I type help.start() in R, it brings up the proper search
2007 Aug 31
1
Firebird find method return nil
I use the firebird db. I have a Users table If in ruby user_controller I use users = User.find(:all) print(users) I view >>nil Can you help me? Thank you Andrea --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to