Desktop version

Main > Forum > 1C:Enterprise Platform > 1C:Enterprise – Business applications platform > connection between different database but database is formatted files

Forum

Search UsersRules
connection between different database but database is formatted files
#1
Just came
Points:: 0
Joined:: Nov 1, 2012

I use two database. These files are formatted. Example: database1 and database2. I'm creating DataProcessors for database1.I have conncetion data in database2 on DataProcessors.

Profile
#2
Guest
Points::
Joined::

I'm sorry, Teoman, but I can not understand your problem. Would you please explain more precisely what you have currently, what you want to receive as a result, what you do for that and which error you receive.

Profile
#3
Just came
Points:: 0
Joined:: Nov 1, 2012

connection different two 1c databases. Establish a connection between the two databases.Other data transfer for using database.

Profile
#4
Interested
Points:: 0
Joined:: Apr 5, 2012

Teoman, in turkish standard bases there existing an example dataprocessor which conencts from 1 base to another and transfers data :).

Profile
#5
Just came
Points:: 0
Joined:: Nov 1, 2012

Code
cntr = New COMObject("V82.COMConnector");
// Create COM-connector object
connection = cntr.Connect("File=""........."";Usr=""....."";");
CatContractors = connection.Catalogs.Malzemeler;
Selection = CatContractors.select();
While Selection.Next() Do
   Message(Selection.Code);
EndDo;

Profile
#6
Just came
Points:: 0
Joined:: Nov 1, 2012

I found

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.