Displaying 6 results from an estimated 6 matches for "colab".
Did you mean:
kolab
2007 Jan 16
1
Shared folder doesn't work!
...ed back to libmysqlclient12-dev,
kernel-headers versioned build-dependency removed and debhelper version
relaxed to 4.
-- Jaldhar H. Vyas <jaldhar at debian.org> Mon, 4 Dec 2006 00:48:28 -0500
And here is the share. Two users are accessing it: brian and fred which
are both in the colab group. See how the one message doesn't have group
read or write.
# cd /var/mail
# find public -ls
232465 1 drwxrws--- 6 fred colab 1024 Jan 16 00:50 public/
232466 1 drwxrws--- 2 fred colab 1024 Jan 16 00:13 public/cur
232467 1 drwxrws--- 2 fred colab...
2006 Jan 19
4
multiple database in the same actions?
Hi,
I read the example in
http://wiki.rubyonrails.com/rails/pages/HowtoUseMultipleDatabases,
it show us how to connect to other database, each time
we start a new action, however, this doesn''t work
while you try to connect to two different database
within the same action.
SO I wonder is it possible to bind to two or more
database within the same action????
Thanks you very much
Saiho
2006 Jan 13
1
How to disconnect to a database????
...ame => "dbuser",
:password => "dbuser")
@connected1 = GenTableAs.connection()
@removedConnection = GenTableAs.remove_connection()
@connected2 = GenTableAs.connection() # should be
nil here
obj1 = GenTableAs.new
obj1["colaa"] = 100
obj1["colab"] = "100"
obj1.save # should have raised exception or error
here
end
end
####################################################################################
the output of index
@connected1:
#<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x2aaaac138930
@runtime=0.018...
2006 Jan 26
0
If you want to disconnect a database properly, there is the code:)!!!
...:username => "dbuser1",
:password => "dbuser1")
GenTableAs.set_table_name ''table_no_1''
GenTableAs.reset_column_information()
obj1 = GenTableAs.new
@col1 = obj1.class.column_names()
obj1["colaa"] = 123
obj1["colab"] = "123"
obj1.save
obj1 = nil
GenTableAs.clear_connection # here we disconnect the
connection
# connection to a new database
GenTableAs.establish_connection(:adapter =>
"postgresql",
:host => "9.8.7.5",
:port => 5432,...
2019 Sep 17
3
Improving partial lookup results
...handle
this? I tried to add a wildcard in the string and skip the query parser,
but ended up with zero results.
Also sometimes (though not always) substring matches would help - the Ann
examples in the notebook illustrate this.
I've put an interactive Jupyter notebook with my code at
https://colab.research.google.com/drive/1Y_G0hifgHWedy192KwwX7-akNj_BZxVA.
If you're logged into a Google account you can run it. The dummy data I
used, which you can use to re-run the notebook, is stored at
https://gist.github.com/pbowyer/f8d28190fcb2a819c58d8293c602f31d
Thanks,
Peter
2006 Jan 05
7
HOWTO: Combine fields from 2 two tables in 1 object
Hi all,
For a dropdownlist (showing "Company - FirstName Lastname'') I want to fill an
object @project_contacts with "Name" from table Companies and "Firstname" and
"Lastname" from table contacts. Any idea?
Regards,
Gerard.
--
"Who cares if it doesn''t do anything? It was made with our new
Triple-Iso-Bifurcated-Krypton-Gate-MOS