Viewing post 1 (of 2 total)
If the choices are kept unchanged, then the statements should be something like:
...
INSERT INTO dbo.Cuss2( cid, cut, ph, adx)
VALUES (1, 'cust 1', '(111) 111-1111', 'address 1');
INSERT INTO dbo.Cuss2( cid,...
September 19, 2011 at 3:49 pm
#1383539