I'm working with ASP.NET in Microsoft Visual Studio 2010. When I did my database I had Microsoft Access. Now I don't have it (have tried to get it), so I thought that the best idea is to change my table with code. I want to add a column to my table that can fit pictures. How do I do it? I thought that I do an .aspx file(Webpage), then in the .aspx.cs file I write my code. I run it once changing my table and have what I want and delete that file. Is there another way without other programs?
My table is called item and I want to add the column that can have a picture. What's the code for that? Thanks!
You can use the
ALTER TABLE
Command: