jeffersonalomia -3 Junior Poster

I hve encountered this error that I was using php pdo and wamp server 3.0. I couldnt insert data in ms sql server 2012 because it says that it couldnt find the table

Error

sql state[ 42S02] Base table or view not found: 208 invalid object name isys.ref_product

sql

insert into isys.dbo.ref_product(somecolumn)values(somevalues)