Hi i'm developing a web application in asp with sql server. My problem is that when i want to pass the data from a form and it has any spaces in the data, for example "John Smith" it tells me this:
Microsoft SQL Native Client (0x80040E14)
Incorrect syntaxis near 'Smith'
But if i put "JohnSmith" it has no errors, how could i fix it??? thanks!!!!!!!!