Displaying 7 results from an estimated 7 matches similar to: "create an access file"
2004 Mar 05
1
Errors related to Samba in httpd log!
Hello list
First and foremost to any developers listening - thank you for Samba - it
is just brilliant.
Apologies - this is a long post...
I am not getting complaints about logon problems from users but I have
noticed in /var/log/httpd/error_log, entries like the following for a few
users when their logon scripts map drives to shares. Looking back I can
see that it has been
2007 Oct 18
2
Remember me functionality
Hi all,
I am trying to implement the functionality of Remember Me. The
requirement is that once the user closes the browser after checking the
remember me check box, it should return to the login page with username
and password fields to be filled into the text boxes and the checkbox
button checked, so that there is no need to fill all the fields. I am
not able to fill the text boxes with user
2011 Oct 11
1
plots of correlation matrices
Hi,
I want to do a visualisation of a matrix plot made up of several plots of
correlation matrices (using corrplot()). My data is in csv format. Here's an
example:
id,category,attribute1,attribute2,attribute3,attribute4
661,SCHS,43.2,0,56.5,1
12202,SCHS,161.7,5.7,155,16
1182,SCHS,21.4,0,29,0
1356,SSS, 8.8182,0.1818,10.6667,0.6667
1864,SCHS,443.7273,9.9091,537,46
12360,SOA,6.6364,0,10,0
2011 Jul 12
1
Connecting to Empress DB using RODBC
Hi there,
I am using the RODBC library to connect to an Empress database.
I have installed the ODBC data source with the server DNs number and port, and named the source "Trawl".
It is the odbcDriverConnect that seems to have the problem, and I suspect one of the settings in my Data Source is wrong, or that my syntax to identify the database is wrong. I have not set CodeSet or ODBC
2012 Apr 23
1
Add attributes to igraph vector by name, not index
Hi,
So I've been figuring out how to use igraph in R and like it for it's speed
and simplicity. Now I have a graph built from an edgelist where vectors have
a $name attribute. I have another dataframe with attributes tied to a
vector ID, which is the same as the $name attribute of vectors represented
in the graph.
How can I iterate over the graph by V(g)$name and do
2008 Oct 21
0
CESA-2008:0946 Moderate CentOS 3 i386 ed - security update
CentOS Errata and Security Advisory CESA-2008:0946
ed security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2008-0946.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/ed-0.2-33.30E.1.i386.rpm
source:
updates/SRPMS/ed-0.2-33.30E.1.src.rpm
You may update your CentOS-3 i386 installations by running the command:
2006 Apr 01
7
Any way around AssociationTypeMismatch?
I want to have popup menus and check boxes in my forms to let users
select associated objects. In the form I''m working on, the object
"belongs_to" another type of object which is selected from a popup menu.
The id of the chosen object(s) for association is passed back in the
parameter hash, but when rails creates a new object from this parameter
hash, I get a