|
Problem with insert into MS SQL Server
|
Posts:
57
Registered:
Sep 10, 2007 04:06:38 PM
|
|
|
|
Problem with insert into MS SQL Server
Posted:
Oct 07, 2009 04:47:45 PM
|
|
|
I'm getting error "
INSERT INTO growth. dbo. Opportunity
( state
, name
, businessgroup
, businessunit
, type
, leader
, description
, startdate
, whyunique
, unmetneed
, otherinfo
, createdby
, createdate
, lastupdated)
VALUES
(1
,'Opportunity Name'
,'BusinessGroup'
,'BusinessUnit'
,1
,'Leader'
,'Description goes here'
,'2009-10-05 23:09:27.330'
,'Why hyunique goes here'
,'Unmet need goes here'
,'Otherinfo goes here'
,'Bob'
,'2009-10-05 23:09:27.330'
,'2009-10-05 23:09:27.330')
|
|
Posts:
430
Registered:
Aug 08, 2006 03:26:03 PM
|
|
|
|
Re: Problem with insert into MS SQL Server
Posted:
Nov 04, 2009 02:46:42 PM
in response to: rk128's post
|
|
|
|
Sorry it took so long for someone to reply. Are you still having this problem? What's the error you're getting?
|
|
|
Use the search field to
find all types of content in My developerWorks with that tag.
Use the slider bar to see more or fewer tags.
Popular tags shows the top tags for this particular type of content or application that you're viewing.
My tags shows your tags for this particular type of content or application that
you're viewing.
More Less
|
|