Connecting Tech Pros Worldwide Help | Site Map

JRO and Access - what program.suite is needed?

 
LinkBack Thread Tools Search this Thread
  #1  
Old February 15th, 2006, 04:45 PM
gstaats@gmail.com
Guest
 
Posts: n/a
Default JRO and Access - what program.suite is needed?

I know that that exact subject is on the MSDN website - I have read
through those chapters and understand how to implement JRO replication.


My question is what tools or software does one need inorder to use the
extensions and commands referenced? The Access 2002 VBA editor will not

recognize any methods of 'JRO'. The first command line of

Dim repMaster as New JRO.Replica

does not compile. Do I need Visual basic.net to use this technique? Or
do I need some developers package in order to use this? I am working on

creating a user-friendly interface to synchronize replicas. Our IT
department keeps the PC's locked down, so I can't really do much
outside of the VBA editor as far as installing new DLL's or what not...


Thanks in advance
~Garrett


  #2  
Old February 15th, 2006, 06:45 PM
RoyVidar
Guest
 
Posts: n/a
Default Re: JRO and Access - what program.suite is needed?

gstaats@gmail.com wrote in message
<1140024874.181580.283590@g43g2000cwa.googlegroups .com> :[color=blue]
> I know that that exact subject is on the MSDN website - I have read
> through those chapters and understand how to implement JRO replication.
>
>
> My question is what tools or software does one need inorder to use the
> extensions and commands referenced? The Access 2002 VBA editor will not
>
> recognize any methods of 'JRO'. The first command line of
>
> Dim repMaster as New JRO.Replica
>
> does not compile. Do I need Visual basic.net to use this technique? Or
> do I need some developers package in order to use this? I am working on
>
> creating a user-friendly interface to synchronize replicas. Our IT
> department keeps the PC's locked down, so I can't really do much
> outside of the VBA editor as far as installing new DLL's or what not...
>
>
> Thanks in advance
> ~Garrett[/color]

Try setting a reference to Microsoft Jet and Replication Objects 2.#
Library.

Are you sure you need implicit instantiation? Why not

dim repMaster as jro.replica
set repMaster = new jro.replica

--
Roy-Vidar


  #3  
Old February 15th, 2006, 06:55 PM
Staats
Guest
 
Posts: n/a
Default Re: JRO and Access - what program.suite is needed?

How do I go about doing that? I'm new to VBA programming, but not to
programing. I've done a lot of work with embeded systems in assembly,
and C++... Sorry if the question sounds kind of dumb

  #4  
Old February 15th, 2006, 07:05 PM
RoyVidar
Guest
 
Posts: n/a
Default Re: JRO and Access - what program.suite is needed?

Staats wrote in message
<1140032609.093373.242730@g44g2000cwa.googlegroups .com> :[color=blue]
> How do I go about doing that? I'm new to VBA programming, but not to
> programing. I've done a lot of work with embeded systems in assembly,
> and C++... Sorry if the question sounds kind of dumb[/color]

Find References on the Tools menu (in VBE;))

--
Roy-Vidar


  #5  
Old February 15th, 2006, 07:05 PM
Staats
Guest
 
Posts: n/a
Default Re: JRO and Access - what program.suite is needed?

Awesome! Thanks for the help! I'm new to the .net environment... I was
hoping that I would be able to do this without having to try to get
additional software. Its like pulling teeth to get the IT department to
install anything on here...

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.