Greetings,
I have a stored procedure that accepts a dynamic sql statement, and I need a way to determine the column names of the recordset generated by this sql statement. (Easy enough to do with ADO using the myRS.Fields collection, but I would like to do this entirely in my stored procedure.)...
hello! i am adding in contact management features to an application. Each Contact can have multiple roles in her origanization. there are two tables involved. (a third table is a lookup/results table, but that is not important to show).
CREATE TABLE Contacts (
ContactID int ...
hello! i am adding in contact management features to an application. Each Contact can have multiple roles in her origanization. there are two tables involved. (a third table is a lookup/results table, but that is not important to show).
CREATE TABLE Contacts (
ContactID int ...
hello all! i am wondering how to go about spellchecking text fields submitted from a form. i read a suggestion on using MS Word to do the checking, but am not sure how to go about this.
what other methods exist for spell check? any components available? thank you for your replies.
-f!
(SQL Server 2000 Enterprise)
i have created an indexed view joining two base tables: this view was created with ANSI_NULLS and QUOTED_IDENTIFIER set to on. the view works great, but client applications immediately receive errors on stored procedures which access the base tables. these stored...
hello! i am wondering what is the fastest, most efficient way to implement a FIFO stack in SQL Server 7...?
for example, i have a table called ActiveTasks, and need stored procedures to read/remove the topmost Task, and then another which adds a new task to the bottom of the stack.
i have been...
We are trying to implement a system for "checking out" records from our SQL Server 7.0 database.
In this distributed application, the client machine needs to select an available record from tblSpool (where the record's Status is -1) and then set its status to 0 to indicate that it has...
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.