close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

available_columns, keyCol) has no properties

Thread began 10/01/2012 2:31 pm by kbettenc296716 | Last modified 11/21/2013 1:41 am by kbettenc296716 | 2669 views | 6 replies

kbettenc296716

Here is the info, connection and .sql plus image of page 1,2,3 on databridge

$hostname_conArtists = "localhost";
$database_conArtists = "ldgartists";
$username_conArtists = "root";
$password_conArtists = "autumn0";

--
-- Create schema ldgartists
--

CREATE DATABASE IF NOT EXISTS ldgartists;
USE ldgartists;

--
-- Definition of table `artists`
--

DROP TABLE IF EXISTS `artists`;
CREATE TABLE `artists` (
`ID` int(11) NOT NULL auto_increment,
`QBCode` varchar(50) default NULL,
`FirstName` varchar(255) default NULL,
`LastName` varchar(255) default NULL,
`Inactive` tinyint(1) NOT NULL default '0',
`StudioNumber` varchar(10) default NULL,
`StudioName/Company` varchar(100) default NULL,
`Address` varchar(100) default NULL,
`City` varchar(60) default NULL,
`St` varchar(2) default NULL,
`Zip` varchar(10) default NULL,
`HomePhone` varchar(20) default NULL,
`CellPhone` varchar(20) default NULL,
`WorkPhone` varchar(20) default NULL,
`PrimaryEmail` varchar(60) default NULL,
`SecondaryEmail` varchar(60) default NULL,
`Website` varchar(60) default NULL,
`Bio` text,
`Image1` varchar(60) default NULL,
`Image2` varchar(60) default NULL,
`Image3` varchar(60) default NULL,
`Image4` varchar(60) default NULL,
`CheckTo` varchar(100) default NULL,
`NameArtwork` varchar(100) default NULL,
`Media` varchar(255) default NULL,
`PrimaryMedium` varchar(255) default NULL,
`SpecialHandling` varchar(255) default NULL,
`2DMaximumSize` varchar(100) default NULL,
`3DSize` varchar(255) default NULL,
`DayJob` tinyint(1) NOT NULL default '0',
`TeachGSSummer` tinyint(1) NOT NULL default '0',
`PrecludeSitting` varchar(255) default NULL,
`VolunteerSkills` varchar(255) default NULL,
`ShowInterest` varchar(100) default NULL,
`ShowReady` varchar(60) default NULL,
`Show1` varchar(100) default NULL,
`Show2` varchar(100) default NULL,
`Show3` varchar(100) default NULL,
`Show4` varchar(100) default NULL,
`LastModfied` datetime default NULL,
PRIMARY KEY (`ID`),
KEY `Code` (`Inactive`),
KEY `QBCode` (`QBCode`)
) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=latin1;

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...