function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jeff D.ax366Jeff D.ax366 

BrainEngine Workbench now with ODBC Support

We’re glad to announce the availability of the Enterprise Edition of our Developer Workbench now with ODBC support. With the Workbench you can now execute SELECT, INSERT, UPDATE AND DELETE statements against your salesforce data.

Example Statements:

Select Salesforce.Account.Id, Salesforce.Account.Name,Salesforce."Case".CaseNumber, Salesforce."Case".ClosedDate,Salesforce."Case".Id, Salesforce."Case".Subject From Salesforce.Account Inner Join Salesforce."Case" On Salesforce.Account.Id <> Salesforce."Case".AccountId


Select Name, SUM(Amount) from Opportunity GROUP BY Name

This new edition also brings multiple new features:
  • Database Migration Assistant - Is a tool for migrating databases in MS Access, MSSQL and Oracle to salesforce.com objects.
  • HTML based Rich Text (WYSIWYG) Editor - Create, Edit and deploy Visualforce Pages with absolute ease and precision. The integrated tools empower web developers to develop standards-based web documents, quickly and easily.
  • Visual SQL query builder - Allows developers to build complex SQL queries via an intuitive visual query building interface easily.

Download the fully-functional, 30-day evaluation, of BrainEngine Developer Workbench 2009.

Click here to learn more about our ODBC support.