Viewing 6 posts - 1 through 7 (of 7 total)
Hello Gail,
Thanx for your quick reply. Below you can read the error I get:
There was an error executing the query. Please check the syntax of the command and if present,...
October 22, 2008 at 3:53 am
Ok. that would be nice. Here's my code:
"
DeleteCommand="DELETE FROM [tblProjects] WHERE [ProjectId] = @ProjectId"
InsertCommand="INSERT INTO [tblProjects] ([ProjectName],...
October 2, 2008 at 11:47 pm
GilaMonster (10/2/2008)
GreatDo you need help getting it into ASP? Do you want help in turning it into a stored proc? Or is everything sorted now?
I would like to have some...
October 2, 2008 at 9:27 am
Thanx! Here's my query sofar. This works as far as I can see now.
SELECT tblProjects.ProjectId, tblProjects.ProjectName, tblProjects.ProjectDescription, tblProjects.Remarks, tblProjects.CompanyId, tblProjects.ContractNummer, tblProjects.DataSupplierId,
...
October 2, 2008 at 9:05 am
I use SQL statements, because I'm not that familiar with stored procedures
October 2, 2008 at 8:22 am
This makes a little sense. Where do I put the statement in my Query? I assume PrINT does't mean 'print' as in MS Word?
October 2, 2008 at 7:19 am
Viewing 6 posts - 1 through 7 (of 7 total)