View Single Post
  #2  
Old 06-27-2007, 10:29 AM
mike mike is offline
Administrator
 
Join Date: May 2007
Posts: 288
Send a message via AIM to mike Send a message via MSN to mike Send a message via Yahoo to mike Send a message via Skype™ to mike
MySQL Example

Here is the MySQL Snippet:
Code:
-- Host: localhost
-- Generation Time: Jun 27, 2007 at 08:52 AM
-- Server version: 5.0.18
-- PHP Version: 5.1.2

-- 
-- Table structure for table `opportunity`
-- 

CREATE TABLE `opportunity` (
  `Id` varchar(18) NOT NULL default '',
  `AccountId` varchar(18) default NULL,
  `IsPrivate` char(5) default NULL,
  
.....
Attached Files
File Type: zip sforce_opp_mysql.zip (696 Bytes, 89 views)
Reply With Quote