Fun Board


Go Back   Fun Board » Tags

Simillar tags to access: accessed, accessfails, accessing, accessor, accessories, msaccess, operationalaccess

Threads tagged with "access"
  Thread / Thread Starter Last Post Replies Views
Go to first new post

how to access something within an array

[Note: parts of this message were removed to make it a legal post.] On Sat, Jan 2, 2010 at 1:15 AM, bingo bob <rupert@peaklocation.com> wrote: > I have this array... > > [#<Yahoo::GeoPlanet::Place:0x1031d3fb8 @bounding_box=[[42.554428, > 1.52747], [42.536251, 1.50279]], @name="La Massana", @woe_id="472580", > @longitude=1.5153, @latitude=42.545052>] > > How do I access ...
bingo bob
15th December 2010 22:47
by Josh Cheek Go to last post
6 63
Go to first new post

How do I access the following?

Jordi Bunster wrote: > You have an Array with one Struct. Get the Struct, and call the FLAGS > method. Or use ["FLAGS"]. > > Mind you, FLAGS is also an Array, that could contain more flags than > :Seen. See the "include?" or "detect" methods on Array. > > ...
Brandon Phelps
15th December 2010 22:47
by Brandon Phelps Go to last post
2 53
Go to first new post

Access Excel

jeth row wrote: > First off, I'm relatively new to Ruby. What I'm trying to do is access a > specific Excel Workbook that is alreay open. Also you can try roo gem (http://roo.rubyforge.org/) -- Posted via http://www.ruby-forum.com/.
Jethrow Tole
15th December 2010 22:47
by =?utf-8?Q?Andr=c3=a9s_Su=c3=a1rez?= Go to last post
8 60
Go to first new post

Access Databases and ADODB

Hi David I'm trying to see if your example maps to VBA. For VBA you need to call recordset.Fields.Refresh whereas you don't do that in your example. How's that work? Also there are related methods like MoveFirst, MoveNext, Update, Addnew. I could experiment to see if analogies exist under ruby ...
Mike Stephens
15th December 2010 22:47
by Mike Stephens Go to last post
2 48
Go to first new post

Ruby byte access to disk sectors like dd does

My reasons for wanting to use Ruby in place of dd is that I wanted to be able to do whatever I wanted to the hard drive from a wxRuby GUI. I have several Bash scripts that do things that I would prefer to use a GUI for. Plus, I ...
Gary Hasson
15th December 2010 22:47
by Gary Hasson Go to last post
15 37
Go to first new post

SQL Shell for MS Access

On Wed, Oct 28, 2009 at 2:26 PM, Max Williams <toastkid.williams@gmail.com> wrote: > I connected to an mdb (access db) in windows with the 'win32ole' gem. =A0= I > also got this class from a blog post by David Mullet: > http://rubyonwindows.blogspot.com/2007/06/using-ruby-ado-to-work-with-ms-= access.html > > which also has a guide ...
Paul Smith
15th December 2010 22:44
by Paul Smith Go to last post
9 53
Go to first new post

Re: SQL Shell for MS Access

I connected to an mdb (access db) in windows with the 'win32ole' gem. I also got this class from a blog post by David Mullet: http://rubyonwindows.blogspot.com/2007/06/using-ruby-ado-to-work-with-ms-access.html which also has a guide on how to connect. I modified the class on this page to return results as an array of hashes, ...
Max Williams
15th December 2010 22:44
by Max Williams Go to last post
0 48
Go to first new post

Re: Inconsistent behavior of singleton methods that access class

Hi, In message "Re: Inconsistent behavior of singleton methods that access class variables: 1.8.7 vs 1.9.2" on Mon, 28 Sep 2009 04:06:42 +0900, Nikolai Lugovoi <nlugovoi@gmail.com> writes: |So, the question is, what is the correct way to declare and use such |constructs, and what caused the problem -- bug in ...
Yukihiro Matsumoto
15th December 2010 22:44
by Yukihiro Matsumoto Go to last post
0 44
Go to first new post

Inconsistent behavior of singleton methods that access class

Sample code (based on fragment from rails/actionpack/test/abstract_unit.rb): module A class Sample; end module Incorrect; end module Correct; end class << Sample; def list; @@list ||= []; end; end class << Incorrect; def list; @@list ||= []; end; end # original pattern module Correct; def self.list; @@list ||= []; end; end ...
Nikolai Lugovoi
15th December 2010 22:44
by Nikolai Lugovoi Go to last post
0 44
Go to first new post

how to access file that requires credentials?

Hi, I'm coding some Ruby in a Windows environment. I have some code that accesses some files using the FileUtils library. Now that I'm shifting into production, my code will run in a location from which I need to specify user/password credentials in order to access those files. Anyone know ...
Sandworth Meb
15th December 2010 22:42
by Sandworth Meb Go to last post
0 35
Go to first new post

Most efficient way to access a large member struct from another class

On 4 Jan, 21:45, James Kanze <james.ka...@gmail.com> wrote: > On Jan 3, 6:33 pm, Angus <anguscom...@gmail.com> wrote: > > > On 3 Jan, 18:20, "Leigh Johnston" <le...@i42.co.uk> wrote: > > > Simply dereferencing a pointer does not copy the object it points to. > > > struct foo > > ...
Angus
15th December 2010 19:44
by Angus Go to last post
12 41
Go to first new post

Most efficient way to access a large member struct from another class

I have a class B which is constructed with a pointer to a class A. If class A is like this: class A { public: BigStruct getBigStruct() const { return m_struct; } private: BigStruct m_struct; } And I need to access m_struct from B, and B has a A* (pA) ...
Angus
15th December 2010 19:43
by Angus Go to last post
0 39
Go to first new post

Can 32-bit apps possibly access more than 4GB ???

"Peter Olcott" <NoSpam@SeeScreen.com> wrote in message news:edidnQrsTasgxbHWnZ2dnUVZ_qCdnZ2d@giganews.com... >I am looking to create an application that needs lots of memory. I don't >want to write it as 64-bit code because 32-bit machines or 32-bit Windows >probably could not run these apps. In the ideal case I would like to write >my ... (Multi-page thread 1 2 )
Peter Olcott
15th December 2010 19:43
by BGB / cr88192 Go to last post
35 75
Go to first new post

Can 32-bit apps possibly access more than 4GB ???

"James Kanze" <james.kanze@gmail.com> wrote in message news:1c51fc85-69b9-4735-8c2a-879706308454@a32g2000yqm.googlegroups.com... > On Dec 19, 5:15 am, Jonathan Lee <cho...@shaw.ca> wrote: >> On Dec 18, 11:38 pm, "Peter Olcott" >> <NoS...@SeeScreen.com> wrote: > >> > I am looking to create an application that needs lots >> > of >> > memory. I don't want ...
Peter Olcott
15th December 2010 19:38
by Peter Olcott Go to last post
5 39
Go to first new post

A hack to circumvent access - how bad?

"Jerry Coffin" <jerryvcoffin@yahoo.com> >> AFAIK, access specifiers (i.e. private, protected, public) do not >> affect memory layout, neither there is a difference in memory >> layout between class and struct. > > Specifiers can (at least theoretically) affect memory layout -- see: I hoped they do in practice. Th current ...
Victor Bazarov
15th December 2010 19:20
by Balog Pal Go to last post
7 38
Go to first new post

A subtle access issue (may be advanced :-) )

* James Kanze: > On Aug 29, 11:25 pm, "Alf P. Steinbach" <al...@start.no> wrote: >> * James Kanze: >>> On Aug 29, 9:11 am, "Alf P. Steinbach" <al...@start.no> wrote: >>>> The following code compiles as-is with g++ and Comeau >>>> Online, but not when then the commented lines are >>>> ...
Alf P. Steinbach
15th December 2010 19:12
by Alf P. Steinbach Go to last post
12 37
Go to first new post

An access issue -- programming on auto-pilot...

Comeau follows the 2003 standard and thats why it reports an error. I was looking at the latest draft. Fraser.
Alf P. Steinbach
15th December 2010 19:12
by Fraser Ross Go to last post
3 39
Go to first new post

union field access and compatible types

"nicolas.sitbon" <nicolas.sitbon@gmail.com> writes: > Hi all, > My question is simple but I can't find the answer in the standard (C99 > TC3). > is this permitted? > > union > { > const void * ro; > void * rw; > } > variant; > > void * buf ...
nicolas.sitbon
15th December 2010 18:59
by Tim Rentsch Go to last post
7 110
Go to first new post

union field access and compatible types

On Jan 8, 1:45 pm, Ben Bacarisse <ben.use...@bsb.me.uk> wrote: > > thanks for your answer, in fact, I don't need to change the > > qualifiers, rather I'm looking for a way to create a generic data > > structure that can can be used with const generic pointer or non ...
nicolas.sitbon
15th December 2010 18:57
by nicolas.sitbon Go to last post
4 42
Go to first new post

link pointer access problem

Hi: thanks for your kind help. On Sep 17, 10:50 pm, David RF <davran...@gmail.com> wrote: > On 17 sep, 15:54, "vichy....@gmail.com" <vichy....@gmail.com> wrote: > > > > > Dear all: > > Below is my program: > > #include<stdio.h> > > typedef struct{ > >         int b_value; ...
vichy.kuo@gmail.com
15th December 2010 18:26
by vichy.kuo@gmail.com Go to last post
4 45
Go to first new post

Double Colon in Linked List Access

phil-news-nospam@ipal.net writes: > On Sat, 05 Sep 2009 14:18:00 -0700 Keith Thompson <kst-u@mib.org> wrote: > | KevinSimonson <kvnsmnsn@hotmail.com> writes: > |> I had a job interview yesterday in which I was asked to find as many > |> bugs as possible in a section of C code. Part of the ...
KevinSimonson
15th December 2010 18:21
by Keith Thompson Go to last post
5 36
Go to first new post

anyone able to access metalink today?

On Nov 18, 5:56 pm, hpuxrac <johnbhur...@sbcglobal.net> wrote: > On Nov 18, 10:21 am, Steve Howard <stevedhow...@gmail.com> wrote: > > snip > > > Another one to add to the list.  Currently, no searches work for me on > > MOS with Firefox or IE.  This is a really surreal experience. > ... (Multi-page thread 1 2 )
gs
15th December 2010 16:00
by Steve Howard Go to last post
43 141
Go to first new post

SysInfoTools Access Password Recovery 4.0

http://img18.imageshack.us/img18/25/accesspasswordrecovery.jpg SysInfoTools Access Password Recovery 4.0 | 3.23 MB Access Password recovery software from SysInfoTools is an application to recover lost or forgotten access database passwords. Access Password Recovery software from SysInfoTools can remove/crack/unlock/break/recover mdb password from protected MS MDB database and is also able to recover any type of ...
uploadno1
15th December 2010 12:49
by uploadno1 Go to last post
0 148
Go to first new post

Micr0s0ft Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE

http://img837.imageshack.us/img837/3795/nhhmh400.jpg Micr0s0ft Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE Genre: Training | English | ISO | 1.18 GB Help customers securely access business resources from virtually anywhere, increasing productivity while maintaining policy compliance. Bringing together a variety of connectivity options in a single solution, Microsoft Forefront Unified ...
share4all
15th December 2010 07:12
by share4all Go to last post
0 61
Go to first new post

SysInfoTools Access Password Recovery 4.0 portable

SysInfoTools Access Password Recovery 4.0 portable http://img18.imageshack.us/img18/25/accesspasswordrecovery.jpg SysInfoTools Access Password Recovery 4.0 portable | 6.69 MB Access Password recovery software from SysInfoTools is an application to recover lost or forgotten access database passwords. Access Password Recovery software from SysInfoTools can remove/crack/unlock/break/recover mdb password from protected MS MDB database and is ...
iPhone4Warez
15th December 2010 01:33
by iPhone4Warez Go to last post
0 50
Go to first new post

Symantec Endpoint Protection 11.0.6200.754 MP2 + Symantec Network Access Control 11.0.6200.754 MP2 + Clients

Symantec Endpoint Protection 11.0.6200.754 MP2 + Symantec Network Access Control 11.0.6200.754 MP2 + Clients http://img209.imageshack.us/img209/5333/endpointprotectio.jpg Symantec Endpoint Protection 11.0.6200.754 MP2 + Symantec Network Access Control 11.0.6200.754 MP2 + Clients | 2.27 GB INFORMATION: Symantec Endpoint Protection combines Symantec AntiVirus with advanced threat prevention, providing unsurpassed protection of laptops and desktops, ...
katisac6688
14th December 2010 18:43
by katisac6688 Go to last post
0 154
Go to first new post

Security; external access, recommedation

Captain Paralytic wrote: > On Jan 16, 6:57 am, "sl@my-rialto" <ecp_...@my-rialto.com> wrote: >> Scenario >> --------- >> 1. My client has a database on its web server. >> >> 2. I am running a portal on another web server. >> >> 3. At a particular time, I need to update ...
sl@my-rialto
14th December 2010 11:45
by The Natural Philosopher Go to last post
5 217
Go to first new post

[FSN] Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiEBy *_*

Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiEBy *_* http://img98.imageshack.us/img98/5663/17973043.jpg Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE | 1.18 GB Genre: SYSTEM Tools Forefront Unified Access Gateway 2010 (UAG) delivers comprehensive, secure remote access to corporate resources for employees, partners, and vendors on both managed ...
potatochips130
13th December 2010 20:33
by potatochips130 Go to last post
0 58
Go to first new post

[FS] Forefront Unified Access Gateway 2010 with Service Pack 1 x64 - KOPiE

http://img442.imageshack.us/img442/9506/heroffuag2010.jpg Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE | 1.18 GB Forefront Unified Access Gateway 2010 (UAG) delivers comprehensive, secure remote access to corporate resources for employees, partners, and vendors on both managed and unmanaged PCs and mobile devices. Utilizing a combination of connectivity options, ranging from ...
Mytam
13th December 2010 19:36
by Mytam Go to last post
0 53
Go to first new post

Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE

Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE http://img442.imageshack.us/img442/9506/heroffuag2010.jpg Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE | 1.18 GB Forefront Unified Access Gateway 2010 (UAG) delivers comprehensive, secure remote access to corporate resources for employees, partners, and vendors on both managed and unmanaged PCs and ...
vitamina
13th December 2010 15:19
by vitamina Go to last post
0 51
Go to first new post

ActiveX - Unexpected call to method or property access

Hi, I have a ActiveX control. I have a couple of methods exposed. When I try to invoke these methods using Javascript, I get an Error Message : "Unexpected call to method or property access" This works fine if I embed the ActiveX as an object.5 My code is as ...
Vinay S
13th December 2010 12:33
by Vinay S Go to last post
1 53
Go to first new post

Re: FAQ Topic - How do I access a frame's content? (2009-10-25)

In comp.lang.javascript message <963d3089-ac6c-47a7-8fec-e2f5f3617de5@l3 4g2000vba.googlegroups.com>, Sun, 25 Oct 2009 17:00:29, VK <schools_ring@yahoo.com> posted: >Dr J R Stockton wrote: >> In effect, I want to read the file, HTML or TXT, as it exists on disc. > >You cannot do it for the reason explained at > http://groups.google.com/group/comp.lang.javascript/msg/d9f3f6724bada573 Unconvincing, because I ... (Multi-page thread 1 2 )
Dr J R Stockton
13th December 2010 12:31
by Dr J R Stockton Go to last post
34 94
Go to first new post

how to access textboxes present in a table using javascript

i have a table in which i have four textboxes which accepts input from user,when submit button is clicked it has to be stored in database.can any one suggest me how to get the textbox values present in a table
sahithi
13th December 2010 12:29
by sahithi Go to last post
2 43
Go to first new post

Need to access registry

I have to access registry (just read value) when my page gets loaded. I guessed there's 2 ways to finish it. 1. access registry directly in javascript code, but people tole me it gets security issue, and won't be allowed; 2. access registry in my ActiveX method, then I could ...
fifth
13th December 2010 12:29
by Erwin Moller Go to last post
3 50
Go to first new post

php on IIS access violation

I have a client running IIS6 and server 2003, I believe. I just got this, running any PHP script: PHP has encountered an Access Violation... This had been working fine. Any suggestions? I've googled that this is probably a seg fault and a suggestion to run php as a fast ...
jeff
13th December 2010 10:08
by Jerry Stuckle Go to last post
10 244
Go to first new post

Functions can't access strings defined outside unless they're argumentscan they?

I've found that I can define: $W = '<img src="'.$Path.'R_Images/Marks/WhiteBall.gif" width="14" height="14">'; ....and can reference this within any PHP code, but I *can't* reference it from within a PHP function, unless it's been passed as an argument. I can't find this documented anywhere, but it appears to fit all of ... (Multi-page thread 1 2 )
John O. Kopf
13th December 2010 10:08
by crimaniak@googlemail.com Go to last post
31 508
Go to first new post

MSaccess DB access

Dear all, I try to connect an local access DB using PHP with XAMPP for windows. Well it used to work until I had to reinstall xampp. Here is part of my code ________________ $db_connection = new COM("ADODB.Connection"); $db_connstr = "Driver={Microsoft Access Driver (*.mdb)} ;DBQ=C:\ \file.mde;Uid=blahblahblah;Pwd=this_is_secret;SystemDB=\\\\servername\ \path$\\....\\xxx.mdw"; $db_connection->open($db_connstr); rest of ...
Civette
13th December 2010 10:08
by Erwin Moller Go to last post
7 44
Go to first new post

SELECT column1, column2, column3 - how can I easily access all values?

I'm mostly a Perl user, and I'm new to PHP, so my question may sound obvious to some. Let's say I have such a query: SELECT `name`, `surname`, `age` FROM users; Which would display the following data: Joe Smith 21 Mary Johnson 35 Jane Williams 27 Now, I would like ...
Tomasz Chmielewski
13th December 2010 10:08
by Tomasz Chmielewski Go to last post
17 38
Go to first new post

Tools / APIs / abstractions to create web-UIs to access mysql dbase

Apologies for crossposting. I had put this on a linux/sql group before but just though that this group(s) might be a more relevant avenue. Question: Are there any good tools / APIs / high-level-abstractions around to create quick (and possibly good looking!) web-interfaces to provide a UI to only specific ...
Rahul
13th December 2010 10:06
by Rahul Go to last post
3 49
Go to first new post

Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE

Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE http://img98.imageshack.us/img98/5663/17973043.jpg Forefront Unified Access Gateway 2010 with Service Pack 1 x64-KOPiE | 1.18 GB Genre: SYSTEM Tools Forefront Unified Access Gateway 2010 (UAG) delivers comprehensive, secure remote access to corporate resources for employees, partners, and vendors on both managed and ...
softspro
13th December 2010 10:05
by softspro Go to last post
0 44


All times are GMT +1. The time now is 21:00.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2