Enter Keywords:
1 - 10 of 178(0 seconds)
Sort By:
 
I have a field in my database that relates to a page on a website. The pages are grouped into a single colum called GROUPID that reflects their position on the website. I'm trying to create a funct...
Zones: Cold...Date Answered: 03/09/2001 Rating: 4.6 Views: 0
I use Listview and want to use FindItem function to update the data, but I always get -1 from Finditem. extern char *tid; LVFINDINFO lvf; CListCtrl & clc = GetListCtrl(); lvf.flags = LVFI_...
Zones: C++Date Answered: 05/03/2002 Rating: 7.4 Views: 0
In the Access database I have a form with 3 fields; procedure code, category and description.  There is another field that is going to be used for searching.  The user wants to be able to type in a...
Zones: MS AccessDate Answered: 06/19/2001 Rating: 7.0 Views: 0
I would like to write a stored proc. and update a table in the stored proc. and there is a trigger on that table to log the process. No matter the stored proc is successed or failed. the Log sh...
Zones: Oracle 3rd Party ToolsDate Answered: 09/18/2001 Rating: 6.8 Views: 0
Hi, I'm creating a movie with heavy animation and audio in Flash 5. From my base swf (myBase.swf), I have another swf (myToon.swf) that loads up on level 2. I have a preloader on myToon.swf, it ...
Zones: Adobe FlashDate Answered: 02/27/2003 Rating: 5.0 Views: 0
Hi   I have a question about VC++ 6.0/7.0:   Does vc++ support partial template specialization??? stephen
Zones: Windows MFCDate Answered: 04/21/2003 Rating: 8.2 Views: 0
I'm trying to do bulk-reading from a big file, however, as I do not know the size of the file, this is what I'm doing: { ... int MAX = 300; int myVariable[MAX]; int num = fread(myVariable, s...
Zones: C++Date Answered: 09/25/2003 Rating: 8.2 Views: 0
I have two tables, a and b. Table a contains two columns a_txt of type text and a_loc of type int. Table b contains two columns b_loc of type int and b_txt of type text. The primary key of b is...
Zones: MySQL ServerDate Answered: 06/01/2004 Rating: 9.2 Views: 0
Basically I would like to perform a query and search for partial matches such as matching a name in the ASP against a wildcard or parial in the tables. For example... A person would enter in Sm...
Zones: MS SQL ServerDate Answered: 07/20/2004 Rating: 6.2 Views: 0
Is it possible to have a partial class spanning in two separate projects in the same solution. Is there some way I can specify compilation options that will compile correctly as one class?
Zones: C#Date Answered: 06/06/2005 Rating: 9.4 Views: 0