I have a query that inserts a row into my table. It works fine with mySQL, but when I port the code to MS SQL, it refuses to insert it. Here's my query:
Insert into ebb_userdata (username, password, email, status, IP1, IP2, IP3, IP4) values ('Mr. P', 'acIzmjmhUA.oA', <!-- e --><a href="mailto:'[email protected]">'[email protected]</a><!-- e -->', '999', '168', '169', '140', '88')
It won't put it in, for some reason. Anyone have any ideas?
--Jason
Insert into ebb_userdata (username, password, email, status, IP1, IP2, IP3, IP4) values ('Mr. P', 'acIzmjmhUA.oA', <!-- e --><a href="mailto:'[email protected]">'[email protected]</a><!-- e -->', '999', '168', '169', '140', '88')
It won't put it in, for some reason. Anyone have any ideas?
--Jason