Custom fields and MSSQL

The release related discussions, plans and questions.
Locked
mikebuck57
TestLink user
Posts: 2
Joined: Mon Oct 29, 2007 2:51 pm

Custom fields and MSSQL

Post by mikebuck57 »

Hi,

Trying to add a custom field to 1.7.1 connected to MSSQL. I get an error:

Code: Select all

INSERT INTO custom_fields (name,label,type,possible_values, show_on_design,enable_on_design, show_on_execution,enable_on_execution) VALUES('a','a',0,'', 1,1, 1,1)
Help Custom fields 
Anyone else have any similar issue. I would have tried a search but.....
schlundus
TestLink user
Posts: 13
Joined: Sat Nov 26, 2005 8:03 pm

Post by schlundus »

Locked