Hi,
I'm trying to create a stored proc that accepts a filter parameter like "replies > 0". I know it can be done with putting the query in an exec function, but my select query is about 20 lines long. It would be a bit unhandy to put it all in between quotes. Is there another way to...
Hi,
I switched from Access databases and ASP to sql-server and ASP.NET some time ago and now ran into a little difference. I am not quite sure if the difference is in ASP.NET or in sql-server.
When I open a dataset using a join-query, I am no longer able to refer to columns as in...
Hi there,
In vb.net, I hold a DataSet which I want to mailmerge with an existing word document. I can open de document using word application object, and get acces to the mailmerge and mailmergedatasource objects, but I can't figure out how to connect the two together.
Also, is there any way...
Hi there,
I have a table that contains, among others, the columns idItem and idOwner. The records in this table could look like this:
idItem idOwner other_columns
1 1 this is data for user 1
1 <null> this is default data in idItem = 1 (for other users)
2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.