The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: Nov 1, 2012
Company: Profsis Yazılım

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.

 
#2
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

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.

 
#3
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: Nov 1, 2012
Company: Profsis Yazılım

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

 
#4
People who like this: 0 Yes / 0 No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

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

 
#5
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: Nov 1, 2012
Company: Profsis Yazılım

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;

 
#6
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: Nov 1, 2012
Company: Profsis Yazılım

I found

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