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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20086989...
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_...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11981778.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20137482.html
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...
http://www.experts-exchange.com/Database/Oracle/3rd_Party_Tools/Q_20184222.html
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 ...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
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
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20532940.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20745745.html
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...
http://www.experts-exchange.com/Database/MySQL/Q_21008137.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21063841.html
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?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21448145.html
Zones:
C#Date Answered: 06/06/2005 Rating: 9.4 Views: 0