Click here to Skip to main content
15,896,348 members

Comments by pharap@hotmail.com (Top 5 by date)

pharap@hotmail.com 23-Feb-14 9:18am View    
I'd like to note that Macros for Access are written in VB if you want to look into programming for Access. Although you don't need any programming knowledge to make an Access database read-only.
pharap@hotmail.com 23-Feb-14 9:14am View    
Some code might help; or at least tell us what the third party dll is.
pharap@hotmail.com 23-Feb-14 9:12am View    
Some code would be nice.
pharap@hotmail.com 23-Feb-14 9:05am View    
Not view them.
pharap@hotmail.com 23-Feb-14 9:03am View    
I'd like to point out that this isn't how parsers work, it's a common misconception that a parser takes a stream of text and turns it into something else. In actual fact, a parser takes a stream of things called tokens, which are made by a lexical analyser(aka scanner/tokeniser/lexer). The parser then emits a parse tree, which is then used to create usable output. Example: http://2.bp.blogspot.com/-HyH1_FXl6eQ/TzC60mQP9nI/AAAAAAAAAFY/g2B31KnChus/s1600/aa1.JPG