Displaying 3 results from an estimated 3 matches for "brianb".
Did you mean:
brian
1997 Dec 11
0
keeping mapped drives with nt wkst.
...uot; it works fine) but if you leave it
mapped and shutdown-restart win NT it will try to restore this connection
it will fail miserably no matter what you type in as the password.
--------------------------------------------------------------------
Brian K. Biltz Systems Integrator E-mail: brianb@cim.epcorp.com
Cincinnati Industrial Machinery 3280 Hageman St. Cinn., Oh 45241 USA
Phone (513) 769-0700 ext. 229 Fax (513) 769-0697 or 769-7050
http://www.canwash.com
2017 Jul 31
1
Access Data Base Reading on Linux Platform
Dear All,
I am really far from a database expert (I do prefer flat files as long as
that is reasonable), but I have to deal with an accdb database (Microsoft
Access new format). It all stems from the fact that I run R almost
exclusively on Debian platforms.
I did a bit of googling
http://r.789695.n4.nabble.com/How-to-load-data-from-accdb-into-R-td4656613.html
2007 Oct 26
0
Composite Keys on RESTful Routes
I am building an app with existing controllers/actions, using
traditional rails routes. I recently started moving over to RESTful
routes and have hit a snag. Now I am reconsidering my whole effort
and may go back to the original, more flexible, map.connect method.
My problem is, one of the resources has composite keys. The keys are
both strings as well, and can include dots. Here''s