product catalogue | company | contact
English
  eng
Kreglinger Europe division of G&C Kreglinger
Home Company Profile News Contact Site map Links Search products Search

We are one of the largest Belgian Distributors (exclusive, non-exclusive), Agent, Importer, Exporter for Chemical Specialties. Active in the Benelux and adjoining countries.

Started in 1951 under the name Ets George Arion, this business was acquired by Plouvier & Kreglinger in 1985 (since 1998, G & C Kreglinger). In 1998, Ets George Arion merged with Cy Chemical Products Delahaye and became Arion & Delahaye s.a. End of 2002, operations were restructured under the KREGLINGER EUROPE s.a.

We distribute in Belgium / Grand Duchy of Luxembourg / the Netherlands, United Kingdom, Germany and France. Some products are also distributed in other European countries.

Press Release
Cramer Productos Aromáticos focuses on the European market with Kreglinger Specialties
Two Houses with a tradition in flavours and fragrances join forces
<% Dim objCn 'ADO DB connection object Dim objRs 'ADO DB recordset object Dim sql 'Dynamic sql query string Dim sDSN 'Connection String Set objCn = Server.CreateObject("ADODB.Connection") objcn.ConnectionTimeout = 15 objcn.CommandTimeout = 30 Set objRs = Server.CreateObject("ADODB.Recordset") sql = "SELECT top 10 * from BACODISCUSSIONS where right(Filename,4) = '.pdf'"' and SubCategory='40. MSDS'" sDSN = "PROVIDER=SQLOLEDB;DATA SOURCE=10.0.0.53;UID=website;PWD=www;DATABASE=010 " objCn.Open sDSN Set objRs = objCn.Execute(sql ,,acCmdTable) %>
Documents available
<% If objRs.EOF Then%> NIETS GEVONDEN <%Else%> <% Do While Not objRs.EOF %> <% objRs.MoveNext Loop %> <%End If%> <% 'Object cleanup If IsObject(objRs) Then If Not objRs Is Nothing Then If objRs.State = adStateOpen Then objRs.Close Set objRs = Nothing End If End If If IsObject(objCn) Then If Not objCn Is Nothing Then If objCn.State = adStateOpen Then objCn.Close Set objCn = Nothing End If End If %>